sliderSetRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|S]]
[[Category:Scripting Commands|SLIDERSETRANGE]]
[[Category:Scripting Commands OFP 1.97|S]]
[[Category:Scripting Commands OFP 1.97|SLIDERSETRANGE]]
[[Category:Scripting Commands ArmA|S]]
[[Category:Scripting Commands ArmA|SLIDERSETRANGE]]





Revision as of 17:01, 4 May 2006


sliderSetRange [idc,min,max]


Operand types:

[idc, min, max]: Array

Type of returned value:

Nothing

Compatibility:

Added in version 1.79

Description:

Set limits of slider idc of topmost user dialog.


Example:

sliderSetRange [101, 0, 100]