Rebornbuddy
|
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 |
Class that contains the data used to display different fate/dynamic events on the map.
override string ff14bot.Managers.MapMarkerData.ToString | ( | ) |
ushort ff14bot.Managers.MapMarkerData.DataId |
int ff14bot.Managers.MapMarkerData.EndTimestamp |
sbyte ff14bot.Managers.MapMarkerData.EventState |
byte ff14bot.Managers.MapMarkerData.Flags |
uint ff14bot.Managers.MapMarkerData.IconId |
uint ff14bot.Managers.MapMarkerData.LevelId |
uint ff14bot.Managers.MapMarkerData.MapId |
byte ff14bot.Managers.MapMarkerData.MarkerType |
uint ff14bot.Managers.MapMarkerData.ObjectiveId |
uint ff14bot.Managers.MapMarkerData.PlaceNameId |
uint ff14bot.Managers.MapMarkerData.PlaceNameZoneId |
Vector3 ff14bot.Managers.MapMarkerData.Position |
float ff14bot.Managers.MapMarkerData.Radius |
ushort ff14bot.Managers.MapMarkerData.RecommendedLevel |
ushort ff14bot.Managers.MapMarkerData.TerritoryTypeId |
IntPtr ff14bot.Managers.MapMarkerData.TooltipString |