ctrlSetModelScale: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.32|Game version=
|1.32


|gr1= GUI Control - Object |GROUP1=
|gr1= GUI Control - Object


| Sets 3D control model scale|DESCRIPTION=
| Sets 3D control model scale


| control '''ctrlSetModelScale''' scale |SYNTAX=
| control '''ctrlSetModelScale''' scale


|p1= control : [[Control]] - 3D control |PARAMETER1=
|p1= control : [[Control]] - 3D control
|p2= scale : [[Number]] |PARAMETER2=
|p2= scale : [[Number]]


| [[Nothing]]|RETURNVALUE=
| [[Nothing]]


|x1= <code>_ctrl3D [[ctrlSetModelScale]] 1.5;</code>|EXAMPLE1=
|x1= <code>_ctrl3D [[ctrlSetModelScale]] 1.5;</code>


| [[ctrlModelDirAndUp]], [[ctrlCreate]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlSetModelDirAndUp]], [[ctrlModelScale]], [[ctrlPosition]], [[ctrlScale]], [[ctrlSetScale]], [[ctrlSetPosition]], [[ctrlClassName]], [[vectorDir]], [[vectorUp]], [[setVectorDirAndUp]] |SEEALSO=
| [[ctrlModelDirAndUp]], [[ctrlCreate]], [[ctrlDelete]], [[ctrlModel]], [[ctrlSetModel]], [[ctrlSetModelDirAndUp]], [[ctrlModelScale]], [[ctrlPosition]], [[ctrlScale]], [[ctrlSetScale]], [[ctrlSetPosition]], [[ctrlClassName]], [[vectorDir]], [[vectorUp]], [[setVectorDirAndUp]]
}}
}}



Revision as of 01:30, 18 January 2021

Hover & click on the images for description

Description

Description:
Sets 3D control model scale
Groups:
GUI Control - Object

Syntax

Syntax:
control ctrlSetModelScale scale
Parameters:
control : Control - 3D control
scale : Number
Return Value:
Nothing

Examples

Example 1:
_ctrl3D ctrlSetModelScale 1.5;

Additional Information

See also:
ctrlModelDirAndUpctrlCreatectrlDeletectrlModelctrlSetModelctrlSetModelDirAndUpctrlModelScalectrlPositionctrlScalectrlSetScalectrlSetPositionctrlClassNamevectorDirvectorUpsetVectorDirAndUp

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