ctrlSetScale: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (updated description and example, removed misleading note, works with ct_picture) |
m (template:command argument fix) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Sets wanted scale for control animation. Top left corner remains same. This command requires [[ctrlCommit]].|= | | Sets wanted scale for control animation. Top left corner remains same. This command requires [[ctrlCommit]].|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| control '''ctrlSetScale''' scale |= | | control '''ctrlSetScale''' scale |SYNTAX= | ||
|p1= control: [[Control]] |= | |p1= control: [[Control]] |PARAMETER1= | ||
|p2= scale: [[Number]] |= | |p2= scale: [[Number]] |PARAMETER2= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_control [[ctrlSetScale]] 0.5; | |x1= <code>_control [[ctrlSetScale]] 0.5; | ||
_control [[ctrlCommit]] 0;</code> |= | _control [[ctrlCommit]] 0;</code> |EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ctrlScale]], [[ctrlModelScale]], [[ctrlSetModelScale]] |= | | [[ctrlScale]], [[ctrlModelScale]], [[ctrlSetModelScale]] |SEEALSO= | ||
}} | }} |
Revision as of 14:36, 7 April 2019
Description
- Description:
- Sets wanted scale for control animation. Top left corner remains same. This command requires ctrlCommit.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_control ctrlSetScale 0.5; _control ctrlCommit 0;
Additional Information
- See also:
- ctrlScalectrlModelScalectrlSetModelScale
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