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 difference)

Revision as of 17:04, 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

Shared