|
GetMarkersOfType
| array GetMarkersOfType( integer nID ) |
Summary
Gets an array of marker IDs that match the given "type"
Parameters
| Parameter | Description |
| integer nID |
Marker type ID. |
|
|
|
Returns
Returns an array of marker IDs of the given type
Examples
var arr = GetMarkersOfType( 1 ); for( ... ) /// Deal with the array |
|
|