NuiButtonSelect( json )
From NWN Lexicon
Jump to navigationJump to searchA clickable button with text as the label. Same as the normal button, but this one is a toggle.
Returns
json element
Parameters
- jLabel
- Text Label of Button - Can be either JsonString or NuiBind (don't get it confused with an NWN string)
- jvalue
- This is if button is toggled or not. JsonBool or NuiBind (don't get it confused with an NWN int)
Description
A clickable button with text as the label.
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |