getObjectScale: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Article creation)
 
No edit summary
Line 1: Line 1:
{{Command
{{Command|Comments=


|game1= arma3dev |Game name=
| arma3Dev |Game name=


|version= 2.01 |Game version=
|2.01|Game version=


|arg= |Multiplayer Arguments ("local" or "global")=
|gr1= Object Manipulation |GROUP1=


|eff=  |Multiplayer Effects ("local" or "global")=
| Returns the render scale of the object relative to the original model. |DESCRIPTION=


|serverExec= |Multiplayer Execution ("server" or empty)=
| [[getObjectScale]] object |SYNTAX=|SYNTAX=
____________________________________________________________________________________________


|descr= Returns the render scale of the object relative to the original model. Also works for terrain objects. |Description=
| p1= object: [[Object]] - Object to return scale of. Can also be a [[nearestTerrainObjects|terrain object]]. |PARAMETER1=  


|mp= |Multiplayer Behaviour=
| [[Number]] - Scale relative to the original model |RETURNVALUE=  


|pr= |Problems=
|x1= <code>_scale = [[getObjectScale]] _object;</code> |EXAMPLE1=
____________________________________________________________________________________________


|s1= [[getObjectScale]] object|Syntax=
| [[setObjectScale]] |SEEALSO=
 
|p1= object: [[Object]] |Parameter 1=
____________________________________________________________________________________________
 
|x1= <code>[[getObjectScale]] _mrap;</code> |Example 1=
____________________________________________________________________________________________
 
|seealso= [[setObjectScale]] |See Also=
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- For example:
<dd class="notedate">Posted on Month Day, Year - Time (UTC)</dd>
<dt class="note">[[User:User Name|User Name]]</dt>
<dd class="note">This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] "Leave it here for others to read"; };</code></dd>
-->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>
<!-- Non-automatic appropriate categories go here, e.g
[[Category:Scripting Commands {{arma3}}|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
-->

Revision as of 12:24, 7 December 2020

-wrong parameter ("arma3Dev") defined!-[[:Category:Introduced with arma3Dev version 2.01|2.01]]
Hover & click on the images for description

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]]