| 
    DayZ 1.24
    
   | 
 
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 | 
Definition at line 1112 of file InventoryItem.c.
Definition at line 1119 of file InventoryItem.c.
References m_Color, m_IconIdx, m_Position, and m_Text.
      
  | 
  inlineprotected | 
Definition at line 1137 of file InventoryItem.c.
References m_Color.
      
  | 
  inlineprotected | 
Definition at line 1142 of file InventoryItem.c.
References m_IconIdx.
      
  | 
  inlineprotected | 
Definition at line 1127 of file InventoryItem.c.
References m_Position.
      
  | 
  inlineprotected | 
Definition at line 1132 of file InventoryItem.c.
References m_Text.
      
  | 
  protected | 
Definition at line 1115 of file InventoryItem.c.
Referenced by GetMarkerColor(), and MapMarker().
      
  | 
  protected | 
Definition at line 1116 of file InventoryItem.c.
Referenced by GetMarkerIcon(), and MapMarker().
      
  | 
  protected | 
Definition at line 1114 of file InventoryItem.c.
Referenced by GetMarkerPos(), and MapMarker().
      
  | 
  protected | 
Definition at line 1117 of file InventoryItem.c.
Referenced by GetMarkerText(), and MapMarker().