sliderSetSpeed: 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|SLIDERSETSPEED]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|SLIDERSETSPEED]]
____________________________________________________________________________________________
[[Category:Scripting Commands ArmA|SLIDERSETSPEED]]


| ofpr |= Game name


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


| Set speed of slider with id idc of topmost user [[dialog]]. Click to arrow = move by line Click to scale outside thumb = move by page. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''sliderSetSpeed''' [idc,line,page] |= Syntax


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


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>sliderSetspeed [101, 0.5, 2]</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 speed of slider with id '''idc''' of topmost user [[dialog]].
<h3 style="display:none">Bottom Section</h3>
 
[[Category:Scripting Commands|SLIDERSETSPEED]]
Click to arrow = move by line
[[Category:Scripting Commands OFP 1.96|SLIDERSETSPEED]]
 
[[Category:Scripting Commands ArmA|SLIDERSETSPEED]]
Click to scale outside thumb = move by page.
 
 
'''Example:'''
 
'''sliderSetspeed''' [101, 0.5, 2]

Revision as of 00:50, 2 August 2006

Hover & click on the images for description

Description

Description:
sliderSetSpeed [idc,line,page]
Groups:
Uncategorised

Syntax

Syntax:
Nothing
Parameters:
[idc, line, page]: Array
Return Value:
Return value needed

Examples

Example 1:
sliderSetspeed [101, 0.5, 2]

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