GetMarkerTarget

From Multi Theft Auto: Wiki
Revision as of 20:37, 28 July 2007 by Driver2 (talk | contribs)
Jump to navigation Jump to search


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