GetMarkerCount: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(New page: __NOTOC__ {{Server client function}} Returns the number of markers that currently exist in the world. ==Syntax== <syntaxhighlight lang="lua"> int getMarkerCount ( ) </syntaxhighlight> ===Required Arguments=== ''No...)
 
No edit summary
Line 12: Line 12:
''None''
''None''


==Returns==
===Returns===
Returns the number of markers that currently exist.
Returns the number of markers that currently exist.


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

Revision as of 17:05, 30 March 2008

Returns the number of markers that currently exist in the world.

Syntax

int getMarkerCount ( )

Required Arguments

None

Returns

Returns the number of markers that currently exist.

See Also