sliderRange: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game name" to "|Game name=")
m (Text replacement - "|SYNTAX= |p21=" to "|SYNTAX2= |p21=")
(One intermediate revision by the same user not shown)
Line 4: Line 4:
| ofpr |Game name=
| ofpr |Game name=


|1.85|= Game version
|1.85|Game version=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 14: Line 14:
| [[Array]] - [min, max] |RETURNVALUE=
| [[Array]] - [min, max] |RETURNVALUE=


|s2= '''sliderRange''' control |SYNTAX=
|s2= '''sliderRange''' control |SYNTAX2=
 
|p21= control: [[Control]] |PARAMETER1=
|p21= control: [[Control]] |PARAMETER1=
|r2= [[Array]] - [min, max] |RETURNVALUE=
|r2= [[Array]] - [min, max] |RETURNVALUE=

Revision as of 04:33, 3 September 2019

Hover & click on the images for description

Description

Description:
Return limits, as an Array [min, max] of slider idc of topmost user dialog.
Groups:
Uncategorised

Syntax

Syntax:
sliderRange idc
Parameters:
idc: Number
Return Value:
Array - [min, max]

Alternative Syntax

Syntax:
sliderRange control
Parameters:
control: Control
Return Value:
Array - [min, max]

Examples

Example 1:
_slidelimits1 = sliderRange 105;

Additional Information

See also:
sliderPositionsliderSetPositionsliderSetRangesliderSetSpeedsliderSpeed

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