NuiSliderFloat( json, json, json, json )
From NWN Lexicon
A floating-point slider. A good step size for normal-sized sliders is 0.01.
// A floating-point slider. A good step size for normal-sized sliders is 0.01. json // Element NuiSliderFloat( json jValue, // Bind:Float json jMin, // Bind:Float json jMax, // Bind:Float json jStepSize // Bind:Float );
Return
json Element
Parameters
- jValue
- JsonFloat or NuiBind (Note: Don't get it confused with a NWN float)
- jMin
- JsonFloat or NuiBind (Note: Don't get it confused with a NWN float)
- jMax
- JsonFloat or NuiBind (Note: Don't get it confused with a NWN float)
- jStepSize
- JsonFloat or NuiBind (Note: Don't get it confused with a NWN float)
Description
A floating-point slider. A good step size for normal-sized sliders is 0.01.
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |