getObjectScale: Difference between revisions
Jump to navigation
Jump to search
(Article creation) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Command | {{Command|Comments= | ||
| | | arma3Dev |Game name= | ||
| | |2.01|Game version= | ||
| | |gr1= Object Manipulation |GROUP1= | ||
| | | Returns the render scale of the object relative to the original model. |DESCRIPTION= | ||
| | | [[getObjectScale]] object |SYNTAX=|SYNTAX= | ||
| | | p1= object: [[Object]] - Object to return scale of. Can also be a [[nearestTerrainObjects|terrain object]]. |PARAMETER1= | ||
| | | [[Number]] - Scale relative to the original model |RETURNVALUE= | ||
| | |x1= <code>_scale = [[getObjectScale]] _object;</code> |EXAMPLE1= | ||
| | | [[setObjectScale]] |SEEALSO= | ||
}} | }} | ||
Revision as of 11:24, 7 December 2020
Description
- Description:
- Returns the render scale of the object relative to the original model.
- Groups:
- Object Manipulation
Syntax
- Syntax:
- getObjectScale object
- Parameters:
- object: Object - Object to return scale of. Can also be a terrain object.
- Return Value:
- Number - Scale relative to the original model
Examples
- Example 1:
_scale = getObjectScale _object;
Additional Information
- See also:
- setObjectScale
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
[[Category:Introduced with arma3Dev version 2.01]][[ Category: arma3Dev: New Scripting Commands | GETOBJECTSCALE]][[ Category: arma3Dev: Scripting Commands | GETOBJECTSCALE]]