View Single Post
09/07/18, 09:07 AM   #8
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 181
Yea, the format for the function is:

SetFloatingMarkerInfo(markerType [MapDisplayPinType], size [float], primaryTexturePath [string], secondaryTexturePath [string], primaryPulses [bool], secondaryPulses [bool])

32 is the standard size we use for all our floating markers. The secondary texture is typically used for breadcrumbing, which wouldn't apply here. You should be able to call this function from just about anywhere in any addon.
  Reply With Quote