sliderSetRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 13: Line 13:


|p1= idc: [[Number]] of control
|p1= idc: [[Number]] of control
|p2= min,max: [[Number]s
|p2= min,max: [[Number]]s


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 16:50, 31 August 2007

Hover & click on the images for description

Description

Description:
Set limits of slider idc of topmost user dialog.
Groups:
Uncategorised

Syntax

Syntax:
sliderSetRange [idc,min,max]
Parameters:
idc: Number of control
min,max: Numbers
Return Value:
Nothing

Examples

Example 1:
sliderSetRange [101, 0, 100]

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section