DayZ 1.24
Loading...
Searching...
No Matches
MapMarker Class Reference
Collaboration diagram for MapMarker:
[legend]

Protected Member Functions

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

Protected Attributes

vector m_Position
 
int m_Color
 
int m_IconIdx
 
string m_Text
 

Detailed Description

Definition at line 1112 of file InventoryItem.c.

Constructor & Destructor Documentation

◆ MapMarker()

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

Definition at line 1119 of file InventoryItem.c.

1120 {
1121 m_Position = pos;
1122 m_Text = text;
1123 m_Color = color;
1124 m_IconIdx = idx;
1125 }
vector m_Position

References m_Color, m_IconIdx, m_Position, and m_Text.

Member Function Documentation

◆ GetMarkerColor()

int MapMarker::GetMarkerColor ( )
inlineprotected

Definition at line 1137 of file InventoryItem.c.

1138 {
1139 return m_Color;
1140 }

References m_Color.

◆ GetMarkerIcon()

int MapMarker::GetMarkerIcon ( )
inlineprotected

Definition at line 1142 of file InventoryItem.c.

1143 {
1144 return m_IconIdx;
1145 }

References m_IconIdx.

◆ GetMarkerPos()

vector MapMarker::GetMarkerPos ( )
inlineprotected

Definition at line 1127 of file InventoryItem.c.

1128 {
1129 return m_Position;
1130 }

References m_Position.

◆ GetMarkerText()

string MapMarker::GetMarkerText ( )
inlineprotected

Definition at line 1132 of file InventoryItem.c.

1133 {
1134 return m_Text;
1135 }

References m_Text.

Member Data Documentation

◆ m_Color

int MapMarker::m_Color
protected

Definition at line 1115 of file InventoryItem.c.

Referenced by GetMarkerColor(), and MapMarker().

◆ m_IconIdx

int MapMarker::m_IconIdx
protected

Definition at line 1116 of file InventoryItem.c.

Referenced by GetMarkerIcon(), and MapMarker().

◆ m_Position

vector MapMarker::m_Position
protected

Definition at line 1114 of file InventoryItem.c.

Referenced by GetMarkerPos(), and MapMarker().

◆ m_Text

string MapMarker::m_Text
protected

Definition at line 1117 of file InventoryItem.c.

Referenced by GetMarkerText(), and MapMarker().


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