DIFF

class MapMarkerSource

Constructors 1

void MapMarker(vector pos, string text, int color, int idx)
References m_Color, m_IconIdx, m_Position
Show 1 more, m_Text

Members 4

protected vector m_Position
Referenced by GetMarkerPos(), and MapMarker()
protected int m_Color
Referenced by GetMarkerColor(), and MapMarker()
protected int m_IconIdx
Referenced by GetMarkerIcon(), and MapMarker()
protected string m_Text
Referenced by GetMarkerText(), and MapMarker()

Methods 4

vector GetMarkerPos()
References m_Position
string GetMarkerText()
References m_Text
int GetMarkerColor()
References m_Color
int GetMarkerIcon()
References m_IconIdx