sliderSetPosition: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|SLIDERSETPOSITION]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SLIDERSETPOSITION]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|SLIDERSETPOSITION]]


| ofpr |= Game name


<h2 style="color:#000066">'''sliderSetPosition ''[idc,pos]'''''</h2>
|1.79|= Game version
____________________________________________________________________________________________


| Set current thumb position of slider idc of topmost user [[dialog]]. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''sliderSetPosition''' [idc,pos] |= Syntax


'''[idc, pos]:''' [[Array]]
|p1= [idc, pos]: [[Array]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>sliderSetPosition [101, 50]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Added in version '''1.79'''
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Set current thumb position of slider '''idc''' of topmost user [[dialog]].
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|SLIDERSETPOSITION]]
 
[[Category:Scripting Commands OFP 1.96|SLIDERSETPOSITION]]
'''Example:'''
[[Category:Scripting Commands ArmA|SLIDERSETPOSITION]]
 
'''sliderSetPosition''' [101, 50]

Revision as of 00:49, 2 August 2006

Hover & click on the images for description

Description

Description:
Set current thumb position of slider idc of topmost user dialog.
Groups:
Uncategorised

Syntax

Syntax:
sliderSetPosition [idc,pos]
Parameters:
[idc, pos]: Array
Return Value:
Nothing

Examples

Example 1:
sliderSetPosition [101, 50]

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