![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 |
Definition at line 1198 of file inventoryitem.c.
Definition at line 1205 of file inventoryitem.c.
References m_Color, m_IconIdx, m_Position, and m_Text.
|
inlineprotected |
Definition at line 1223 of file inventoryitem.c.
References m_Color.
Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().
|
inlineprotected |
Definition at line 1228 of file inventoryitem.c.
References m_IconIdx.
Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().
|
inlineprotected |
Definition at line 1213 of file inventoryitem.c.
References m_Position.
Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().
|
inlineprotected |
Definition at line 1218 of file inventoryitem.c.
References m_Text.
Referenced by UIScriptedMenu::LoadMapMarkers(), and ScriptConsoleGeneralTab::Update().
|
protected |
Definition at line 1201 of file inventoryitem.c.
Referenced by MapMarker(), and GetMarkerColor().
|
protected |
Definition at line 1202 of file inventoryitem.c.
Referenced by MapMarker(), and GetMarkerIcon().
|
protected |
Definition at line 1200 of file inventoryitem.c.
Referenced by MapMarker(), and GetMarkerPos().
|
protected |
Definition at line 1203 of file inventoryitem.c.
Referenced by MapMarker(), and GetMarkerText().