NuiDrawListCurve( json, json, json, json, json, json, json )
From NWN Lexicon
json DrawListItem
json // DrawListItem NuiDrawListCurve( json jEnabled, // Bind:Bool json jColor, // Bind:Color json jLineThickness, // Bind:Float json jA, // Bind:Vec2 json jB, // Bind:Vec2 json jCtrl0, // Bind:Vec2 json jCtrl1 // Bind:Vec2 );
Return
json Element
Parameters
- jEnabled
- JsonBool or NuiBind (Note: dont' get confused with an NWN int)
- jColor
- NuiColor or NuiBind
- jLineThickness
- JsonFloat or NuiBind (Note: dont't get it confused with an NWN float)
- jA
- Vector
- jB
- Vector
- jCtrl0
- Vector
- jCtrl1
- Vector
Description
json DrawListItem
Remarks
// ----------------------- // Draw Lists // Draw lists are raw painting primitives on top of widgets. // They are anchored to the widget x/y coordinates, and are always // painted in order of definition, without culling. You cannot bind // the draw_list itself, but most parameters on individual draw_list // entries can be bound.
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |