GetMarkerTarget: Difference between revisions

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


__NOTOC__  
__NOTOC__  
This fake function is for use with blah & blah and does blahblahblabhalbhl
This function returns the x,y,z-position of the specified markers target, the position it points to.


==Syntax==  
==Syntax==  
Line 10: Line 10:


===Required Arguments===  
===Required Arguments===  
*'''argumentName:''' description
*'''marker:''' The marker you wish to retieve the target position of.


===Optional Arguments===
{{OptionalArg}}
*'''argumentName2:''' descriptiona
*'''argumentName3:''' description


===Returns===
===Returns===
Returns ''true'' if blah, ''false'' otherwise.
Returns three ''float'' if a target is set, ''false'' otherwise.?


==Example==  
==Example==  
Line 30: Line 26:


==See Also==
==See Also==
{{FunctionArea_Functions}}
{{Marker functions}}

Revision as of 20:37, 28 July 2007


This function returns the x,y,z-position of the specified markers target, the position it points to.

Syntax

float float float getMarkerTarget ( element marker )   

Required Arguments

  • marker: The marker you wish to retieve the target position of.


Returns

Returns three float if a target is set, false otherwise.?

Example

This example does...

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

See Also