Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Managers.MapMarkerData Struct Reference

Class that contains the data used to display different fate/dynamic events on the map. More...

Public Member Functions

override string ToString ()

Public Attributes

uint LevelId
uint ObjectiveId
IntPtr TooltipString
uint IconId
Vector3 Position
float Radius
uint MapId
uint PlaceNameZoneId
uint PlaceNameId
int EndTimestamp
ushort RecommendedLevel
ushort TerritoryTypeId
ushort DataId
byte MarkerType
sbyte EventState
byte Flags

Detailed Description

Class that contains the data used to display different fate/dynamic events on the map.

Member Function Documentation

◆ ToString()

override string ff14bot.Managers.MapMarkerData.ToString ( )

Member Data Documentation

◆ DataId

ushort ff14bot.Managers.MapMarkerData.DataId

◆ EndTimestamp

int ff14bot.Managers.MapMarkerData.EndTimestamp

◆ EventState

sbyte ff14bot.Managers.MapMarkerData.EventState

◆ Flags

byte ff14bot.Managers.MapMarkerData.Flags

◆ IconId

uint ff14bot.Managers.MapMarkerData.IconId

◆ LevelId

uint ff14bot.Managers.MapMarkerData.LevelId

◆ MapId

uint ff14bot.Managers.MapMarkerData.MapId

◆ MarkerType

byte ff14bot.Managers.MapMarkerData.MarkerType

◆ ObjectiveId

uint ff14bot.Managers.MapMarkerData.ObjectiveId

◆ PlaceNameId

uint ff14bot.Managers.MapMarkerData.PlaceNameId

◆ PlaceNameZoneId

uint ff14bot.Managers.MapMarkerData.PlaceNameZoneId

◆ Position

Vector3 ff14bot.Managers.MapMarkerData.Position

◆ Radius

float ff14bot.Managers.MapMarkerData.Radius

◆ RecommendedLevel

ushort ff14bot.Managers.MapMarkerData.RecommendedLevel

◆ TerritoryTypeId

ushort ff14bot.Managers.MapMarkerData.TerritoryTypeId

◆ TooltipString

IntPtr ff14bot.Managers.MapMarkerData.TooltipString