GetMarkerSize

From Multi Theft Auto: Wiki
Revision as of 04:22, 31 March 2006 by JonChappell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

This function returns a float containing the size of the specified marker.

Syntax

float getMarkerSize ( marker marker )

Required Arguments

  • marker: The marker that you wish to retrieve the size of.

Example

newmarker = createMarker ( 1, 1000, 1000, 1000, 1,0,0 )

serverChat ( "Current marker size: ", getMarkerSize ( newmarker ) )