ctrlSetScale: Difference between revisions

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


| arma |= Game name


<h2 style="color:#000066">'''''control'' ctrlSetScale ''scale'''''</h2>
|2.5|= Game version
____________________________________________________________________________________________


| Sets wanted scale for control animation. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| control '''ctrlSetScale''' scale |= Syntax


'''control''': [[Control]]
|p1= control [[Control]] |= Parameter 1
   
'''scale''': [[Number]]


'''Type of returned value:'''
|p2= scale [[Number]] |= Parameter 2


[[Nothing]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>_control ctrlScale 0.5</pre> |= Example 1
____________________________________________________________________________________________


'''Compatibility:'''
|  |= See also


Version 2.50 required.
}}


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


Sets wanted '''scale''' for control animation.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>


'''Example''':
[[Category:Scripting Commands|CTRLSETSCALE]]
   
[[Category:Scripting Commands ArmA|CTRLSETSCALE]]
_control '''ctrlScale''' 0.5

Revision as of 00:30, 2 August 2006

-wrong parameter ("Arma") defined!-2.5
Hover & click on the images for description

Description

Description:
Sets wanted scale for control animation.
Groups:
Uncategorised

Syntax

Syntax:
control ctrlSetScale scale
Parameters:
control Control
scale Number
Return Value:
Nothing

Examples

Example 1:
_control ctrlScale 0.5

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