Background for Skyrim SE
Member of the DbSkseFunctions script
intfunctionGetMapMarkerIconType(ObjectReferenceMapMarker)NativeGlobal

Description

Documentation Comment

For these functions the MapMarker ObjectReference must be a map marker with map marker data.
In other words, IsMapMarker must return true;


Caveats


Parameters


Examples

Auto-Generated Example

ObjectReference myObjectReference__MapMarker

int returnedValue = DbSkseFunctions.GetMapMarkerIconType(myObjectReference__MapMarker)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.