EngineGetFramePosition: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "float rX, float rY, float rZ engineGetFrameRotation ( vehicle theVehicle, string theComponent )")
 
No edit summary
Line 1: Line 1:
==Syntax==
<syntaxhighlight lang="lua">
float rX, float rY, float rZ engineGetFrameRotation ( vehicle theVehicle, string
float rX, float rY, float rZ engineGetFrameRotation ( vehicle theVehicle, string
theComponent )
theComponent )
</syntaxhighlight>

Revision as of 20:39, 10 September 2012

Syntax

float rX, float rY, float rZ engineGetFrameRotation ( vehicle theVehicle, string
theComponent )