modelToWorldWorld: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|(arg|eff|serverExec|mp|seealso)= " to "")
m (Text replacement - " \| *(\[\[[a-zA-Z0-9]+\]\][^ ]+) *\|x1=" to " |r1= $1 |x1=")
Line 11: Line 11:
|p1= obj: [[Object]]
|p1= obj: [[Object]]
|p2= modelPos: [[Array]]
|p2= modelPos: [[Array]]
| [[Array]]:
|r1= [[Array]]:


|x1= <code>[[player]] [[modelToWorldWorld]] [0,1,0]</code>
|x1= <code>[[player]] [[modelToWorldWorld]] [0,1,0]</code>

Revision as of 14:21, 12 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Positions

Syntax

Syntax:
Syntax needed
Parameters:
obj: Object
modelPos: Array
Return Value:
Array:

Examples

Example 1:
player modelToWorldWorld [0,1,0]

Additional Information

See also:
modelToWorldVisualWorld

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
Posted on May 28, 2017 - 22:19 (UTC)
Killzone Kid
This command produces identical result to modelToWorld command used in conjunction with AGLToASL obj modelToWorldWorld [1,2,3] isEqualTo AGLToASL (obj modelToWorld [1,2,3]); // true