sliderSetRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(classified)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''sliderSetRange''' [idc,min,max] |= Syntax
| '''sliderSetRange''' [idc, min, max] |= Syntax


|p1= idc: [[Number]] of control
|p1= [idc, min, max]: [[Array]] |= Parameter 1
|p2= min,max: [[Number]]s
|p2= idc: [[Number]] of control |= Parameter 2
|p3= min: [[Number]] |= Parameter 3
|p4= max: [[Number]] |= Parameter 4


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

Revision as of 01:07, 26 January 2009

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, min, max]: Array
idc: Number of control
min: Number
max: Number
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