Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
MapMarker Class Reference

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 1187 of file inventoryitem.c.

Constructor & Destructor Documentation

◆ MapMarker()

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

Definition at line 1194 of file inventoryitem.c.

Member Function Documentation

◆ GetMarkerColor()

int MapMarker::GetMarkerColor ( )
protected

Definition at line 1212 of file inventoryitem.c.

◆ GetMarkerIcon()

int MapMarker::GetMarkerIcon ( )
protected

Definition at line 1217 of file inventoryitem.c.

◆ GetMarkerPos()

vector MapMarker::GetMarkerPos ( )
protected

Definition at line 1202 of file inventoryitem.c.

◆ GetMarkerText()

string MapMarker::GetMarkerText ( )
protected

Definition at line 1207 of file inventoryitem.c.

Member Data Documentation

◆ m_Color

int MapMarker::m_Color
protected

Definition at line 1190 of file inventoryitem.c.

◆ m_IconIdx

int MapMarker::m_IconIdx
protected

Definition at line 1191 of file inventoryitem.c.

◆ m_Position

vector MapMarker::m_Position
protected

Definition at line 1189 of file inventoryitem.c.

◆ m_Text

string MapMarker::m_Text
protected

Definition at line 1192 of file inventoryitem.c.


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