NuiSlider( json, json, json, json )
From NWN Lexicon
A integer/discrete slider.
// A integer/discrete slider. json // Element NuiSlider( json jValue, // Bind:Int json jMin, // Bind:Int json jMax, // Bind:Int json jStepSize // Bind:Int );
Return
json Element
Parameters
- jValue
- JsonInt or NuiBind (note: not a NWN int)
- jMin
- JsonInt or NuiBind (note: not a NWN int)
- jMax
- JsonInt or NuiBind (note: not a NWN int)
- jStepSize
- JsonInt or NuiBind (note: not a NWN int)
Description
A integer/discrete slider.
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |