GetMarkerCount

From Multi Theft Auto: Wiki
Revision as of 17:04, 30 March 2008 by Arc (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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