ctrlModelScale: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *s([0-9]) *= ([^ ]+)? ?'''([a-zA-Z0-9_]+)''' ?([^ ]+)? " to " |s$1= $2 $3 $4 ") |
Lou Montana (talk | contribs) m (Text replacement - "<code>_([a-zA-Z0-9_]+) = \[\[([a-zA-Z0-9]+)\]\] _([a-zA-Z0-9_]+);?<\/code>" to "<sqf>_$1 = $2 _$3;</sqf>") |
||
(15 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
|descr= Returns 3D control model scale. | |descr= Returns 3D control model scale. | ||
|s1= | |s1= [[ctrlModelScale]] control | ||
|p1= control : [[Control]] - 3D control | |p1= control : [[Control]] - 3D control | ||
Line 16: | Line 16: | ||
|r1= [[Number]] | |r1= [[Number]] | ||
|x1= < | |x1= <sqf>_currentScale = ctrlModelScale _ctrl3D;</sqf> | ||
|seealso= [[ctrlModelDirAndUp]] | |seealso= [[ctrlModelDirAndUp]] [[ctrlCreate]] [[ctrlDelete]] [[ctrlModel]] [[ctrlSetModel]] [[ctrlSetModelDirAndUp]] [[ctrlSetModelScale]] [[ctrlPosition]] [[ctrlScale]] [[ctrlSetScale]] [[ctrlSetPosition]] [[ctrlClassName]] [[vectorDir]] [[vectorUp]] [[setVectorDirAndUp]] | ||
}} | }} |
Latest revision as of 21:23, 7 May 2022
Description
- Description:
- Returns 3D control model scale.
- Groups:
- GUI Control - ObjectGUI Control - Positioning
Syntax
- Syntax:
- ctrlModelScale control
- Parameters:
- control : Control - 3D control
- Return Value:
- Number
Examples
- Example 1:
Additional Information
- See also:
- ctrlModelDirAndUp ctrlCreate ctrlDelete ctrlModel ctrlSetModel ctrlSetModelDirAndUp ctrlSetModelScale ctrlPosition ctrlScale ctrlSetScale ctrlSetPosition ctrlClassName vectorDir vectorUp setVectorDirAndUp
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