worldToModel: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
Lou Montana (talk | contribs) |
||
Line 10: | Line 10: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| model | | model [[worldToModel]] position |SYNTAX= | ||
|p1= model: [[Object]] |PARAMETER1= | |p1= model: [[Object]] |PARAMETER1= | ||
Line 18: | Line 18: | ||
| [[Array]] - position relative to model, format [[PositionRelative]] |RETURNVALUE= | | [[Array]] - position relative to model, format [[PositionRelative]] |RETURNVALUE= | ||
|x1= <code>_relPos = myObject [[worldToModel]] [0,0,0]; | |x1= <code>_relPos = myObject [[worldToModel]] [0,0,0];</code> |EXAMPLE1= | ||
</code>|EXAMPLE1= | |||
|x2= <code>_relPos = [[player]] [[worldToModel]] [[position]] car; | |x2= <code>_relPos = [[player]] [[worldToModel]] [[position]] car;</code> |EXAMPLE2= | ||
</code>| | |||
|x3= <code>_relPos = car [[worldToModel]] [12000,5000]; | |x3= <code>_relPos = car [[worldToModel]] [12000,5000]; </code>|EXAMPLE3= | ||
</code>| | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[worldToModelVisual]], [[vectorWorldToModel]], [[modelToWorld]] | | [[worldToModelVisual]], [[vectorWorldToModel]], [[modelToWorld]] |SEEALSO= | ||
}} | }} | ||
Line 39: | Line 35: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands| | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA| | [[Category:Scripting Commands ArmA|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] |
Revision as of 16:54, 2 September 2019
Description
- Description:
- Converts position from world space to object model space.
- Groups:
- Uncategorised
Syntax
- Syntax:
- model worldToModel position
- Parameters:
- model: Object
- position: Array - world position, format PositionAGL or Position2D
- Return Value:
- Array - position relative to model, format PositionRelative
Examples
- Example 1:
_relPos = myObject worldToModel [0,0,0];
- Example 2:
_relPos = player worldToModel position car;
- Example 3:
_relPos = car worldToModel [12000,5000];
Additional Information
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