#I create a marker to map ``mapMarkerMgr.
1 messages · Page 1 of 1 (latest)
Yes
Oh, not on the mapscreen. In the normal game screen, but happens also on mapscreen. (I need to confirm the latter part)
Does disabled mean that it's not currently visible on the screen. It's marked on the map, but I'm not looking at the map -> disabled?
Disabled mean its currently not visible or its blocked by force (IsBlocked)
Is there a way to GetStatic... that would retrieve all regardless of state? (I can create ny own but...)
You could populate a array of static markers with GetStaticMarkers() and then GetDisabledMarkers() but no there is not function doing that for you already
or you can use GetStaticMarkerByID and GetDisabledMarkerByID
depends what you are trying to do exactly