PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
MapMarker Class Reference

Private Member Functions

void MapMarker (vector pos, string text, int color, int idx)
 
vector GetMarkerPos ()
 
string GetMarkerText ()
 
int GetMarkerColor ()
 
int GetMarkerIcon ()
 

Private Attributes

protected vector m_Position
 
protected int m_Color
 
protected int m_IconIdx
 
protected string m_Text
 

Constructor & Destructor Documentation

◆ MapMarker()

void MapMarker ( vector  pos,
string  text,
int  color,
int  idx 
)
inlineprivate

References m_Color, m_IconIdx, m_Position, and m_Text.

Member Function Documentation

◆ GetMarkerColor()

int GetMarkerColor ( )
inlineprivate

References m_Color.

Referenced by UIScriptedMenu::LoadMapMarkers().

◆ GetMarkerIcon()

int GetMarkerIcon ( )
inlineprivate

References m_IconIdx.

Referenced by UIScriptedMenu::LoadMapMarkers().

◆ GetMarkerPos()

vector GetMarkerPos ( )
inlineprivate

References m_Position.

Referenced by UIScriptedMenu::LoadMapMarkers().

◆ GetMarkerText()

string GetMarkerText ( )
inlineprivate

References m_Text.

Referenced by UIScriptedMenu::LoadMapMarkers().

Field Documentation

◆ m_Color

protected int m_Color
private

Referenced by GetMarkerColor(), and MapMarker().

◆ m_IconIdx

protected int m_IconIdx
private

Referenced by GetMarkerIcon(), and MapMarker().

◆ m_Position

protected vector m_Position
private

Referenced by GetMarkerPos(), and MapMarker().

◆ m_Text

protected string m_Text
private

Referenced by GetMarkerText(), and MapMarker().


The documentation for this class was generated from the following file: