GetObjectRotation: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
 
Line 10: Line 10:


===Required Arguments===  
===Required Arguments===  
*'''argumentName:''' description
*'''Object:''' This object can be created in the script or already exist in a mapfile
 
===Optional Arguments===
{{OptionalArg}}
*'''argumentName2:''' descriptiona
*'''argumentName3:''' description


===Returns===
===Returns===
Returns ''true'' if blah, ''false'' otherwise.
Returns ''true'' if object exists, ''false'' otherwise.


==Example==  
==Example==  

Revision as of 23:20, 8 September 2006


This fake function is for use with blah & blah and does blahblahblabhalbhl

Syntax

float float float getObjectRotation ( element object )       

Required Arguments

  • Object: This object can be created in the script or already exist in a mapfile

Returns

Returns true if object exists, false otherwise.

Example

This example does...

--This line does...
blabhalbalhb --abababa
--This line does this...
mooo

See Also

Template:FunctionArea Functions