NuiDrawListCircle( json, json, json, json, json )
From NWN Lexicon
json DrawListItem
json // DrawListItem NuiDrawListCircle( json jEnabled, // Bind:Bool json jColor, // Bind:Color json jFill, // Bind:Bool json jLineThickness, // Bind:Float json jRect // Bind:Rect );
Return
json Element
Parameters
- jEnabled
- JsonBool or NuiBind (Note: dont' get confused with an NWN int)
- jColor
- NuiColor or NuiBind
- jFill
- JsonBool or NuiBind (Note: dont' get confused with an NWN int)
- jLineThickness
- JsonFloat or NuiBind (Note: dont't get it confused with an NWN float)
- jRect
- NuiRect
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: |