GetMarkerCount: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Needs example) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{Server client function}} | {{Server client function}} | ||
Returns the number of markers that currently exist in the world. | Returns the number of markers that currently exist in the world. | ||
Line 14: | Line 13: | ||
===Returns=== | ===Returns=== | ||
Returns the number of markers that currently exist. | Returns the number of markers that currently exist. | ||
==Example== | |||
<syntaxhighlight lang="lua"> | |||
--TODO | |||
</syntaxhighlight> | |||
==See Also== | ==See Also== | ||
{{Marker functions}} | {{Marker functions}} | ||
[[Category:Needs Example]] |
Revision as of 18:18, 18 June 2009
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.
Example
--TODO