Jump to content
Sign in to follow this  
-J4F- Thunder666

Marker Names ???

Recommended Posts

thx

so if i create a Ellipse solid Marker what is the NAme for ?

thx

Edited by [J4F] Thunder666

Share this post


Link to post
Share on other sites

thx

so if i create a Ellipse solid Marker what is the NAme for ?

thx

It depends on what name you gave the marker when you created it....allMapMarkers will return an array of the names of the markers 9as strings), not the type or other properties.

Edited by Loyalguard
edited questions

Share this post


Link to post
Share on other sites

Do you maybe want the type of the marker? As in SetMarkerType?

Just do this to get the type of the marker:

Place a marker of the type you want. Call it 'target'

Run this anywhere(I use the built-in debug console):

 [url="http://community.bistudio.com/wiki/markerType"]markertype[/url] "target"

You can also use markerShape and MarkerColor to get other useful properties.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×