EngineGetFramePosition: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Client function}}
__NOTOC__
This function get frame rotation from vehicle element.
==Syntax==  
==Syntax==  
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
Line 4: Line 10:
theComponent )
theComponent )
</syntaxhighlight>
</syntaxhighlight>
{{New feature|4|1.0|
}}
==See Also==
{{Engine_functions}}

Revision as of 20:40, 10 September 2012


This function get frame rotation from vehicle element.


Syntax

float rX, float rY, float rZ engineGetFrameRotation ( vehicle theVehicle, string
theComponent )
ADDED/UPDATED IN VERSION 1.0 :

See Also