Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
MapMarker Class Reference

Protected Member Functions

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

Protected Attributes

int m_Color
int m_IconIdx
vector m_Position
string m_Text

Detailed Description

Definition at line 1198 of file inventoryitem.c.

Constructor & Destructor Documentation

◆ MapMarker()

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

Definition at line 1205 of file inventoryitem.c.

References m_Color, m_IconIdx, m_Position, and m_Text.

Member Function Documentation

◆ GetMarkerColor()

int GetMarkerColor ( )
inlineprotected

Definition at line 1223 of file inventoryitem.c.

References m_Color.

Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().

◆ GetMarkerIcon()

int GetMarkerIcon ( )
inlineprotected

Definition at line 1228 of file inventoryitem.c.

References m_IconIdx.

Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().

◆ GetMarkerPos()

vector GetMarkerPos ( )
inlineprotected

Definition at line 1213 of file inventoryitem.c.

References m_Position.

Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().

◆ GetMarkerText()

string GetMarkerText ( )
inlineprotected

Definition at line 1218 of file inventoryitem.c.

References m_Text.

Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().

Field Documentation

◆ m_Color

int m_Color
protected

Definition at line 1201 of file inventoryitem.c.

Referenced by MapMarker(), and GetMarkerColor().

◆ m_IconIdx

int m_IconIdx
protected

Definition at line 1202 of file inventoryitem.c.

Referenced by MapMarker(), and GetMarkerIcon().

◆ m_Position

vector m_Position
protected

Definition at line 1200 of file inventoryitem.c.

Referenced by MapMarker(), and GetMarkerPos().

◆ m_Text

string m_Text
protected

Definition at line 1203 of file inventoryitem.c.

Referenced by MapMarker(), and GetMarkerText().


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