sliderPosition: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<h3 style="display:none">Bottom Section</h3> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| ofpr | | ofpr | ||
|1.85 | |1.85 | ||
|gr1= GUI Control | |gr1= GUI Control | ||
| Returns current thumb position of <tt>CT_SLIDER</tt> or <tt>CT_XSLIDER</tt> with given idc of topmost user [[dialog]]. | | Returns current thumb position of <tt>CT_SLIDER</tt> or <tt>CT_XSLIDER</tt> with given idc of topmost user [[dialog]]. | ||
| '''sliderPosition''' idc | | '''sliderPosition''' idc | ||
|p1= idc: [[Number]] | |p1= idc: [[Number]] | ||
| [[Number]] | | [[Number]] | ||
|s2= '''sliderPosition''' control | |s2= '''sliderPosition''' control | ||
|p21= control: [[Control]] |PARAMETER21= | |p21= control: [[Control]] |PARAMETER21= | ||
|r2= [[Number]] |RETURNVALUE2= | |r2= [[Number]] |RETURNVALUE2= | ||
|x1= <code>_slidepos1 = [[sliderPosition]] 105;</code> | |x1= <code>_slidepos1 = [[sliderPosition]] 105;</code> | ||
| [[sliderRange]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSetSpeed]], [[sliderSpeed]], [[ctrlScrollValues]], [[progressPosition]] | | [[sliderRange]], [[sliderSetPosition]], [[sliderSetRange]], [[sliderSetSpeed]], [[sliderSpeed]], [[ctrlScrollValues]], [[progressPosition]] | ||
}} | }} |
Revision as of 11:23, 18 January 2021
Description
- Description:
- Returns current thumb position of CT_SLIDER or CT_XSLIDER with given idc of topmost user dialog.
- Groups:
- GUI Control
Syntax
Alternative Syntax
Examples
- Example 1:
_slidepos1 = sliderPosition 105;
Additional Information
- See also:
- sliderRangesliderSetPositionsliderSetRangesliderSetSpeedsliderSpeedctrlScrollValuesprogressPosition
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint: Resistance version 1.85
- Operation Flashpoint: Resistance: New Scripting Commands
- Operation Flashpoint: Resistance: Scripting Commands
- Command Group: GUI Control
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands