DayZ 1.26
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
Класс MapMarker

Защищенные члены

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

Защищенные данные

vector m_Position
 
int m_Color
 
int m_IconIdx
 
string m_Text
 

Подробное описание

Конструктор(ы)

◆ MapMarker()

void MapMarker ( vector pos,
string text,
int color,
int idx )
inlineprotected
1170 {
1171 m_Position = pos;
1172 m_Text = text;
1173 m_Color = color;
1174 m_IconIdx = idx;
1175 }
string m_Text
Definition InventoryItem.c:1167
int m_Color
Definition InventoryItem.c:1165
vector m_Position
Definition InventoryItem.c:1164
int m_IconIdx
Definition InventoryItem.c:1166
Definition EntityAI.c:95

Перекрестные ссылки m_Color, m_IconIdx, m_Position и m_Text.

Методы

◆ GetMarkerColor()

int GetMarkerColor ( )
inlineprotected
1188 {
1189 return m_Color;
1190 }

Перекрестные ссылки m_Color.

◆ GetMarkerIcon()

int GetMarkerIcon ( )
inlineprotected
1193 {
1194 return m_IconIdx;
1195 }

Перекрестные ссылки m_IconIdx.

◆ GetMarkerPos()

vector GetMarkerPos ( )
inlineprotected
1178 {
1179 return m_Position;
1180 }

Перекрестные ссылки m_Position.

◆ GetMarkerText()

string GetMarkerText ( )
inlineprotected
1183 {
1184 return m_Text;
1185 }

Перекрестные ссылки m_Text.

Поля

◆ m_Color

int m_Color
protected

Используется в GetMarkerColor() и MapMarker().

◆ m_IconIdx

int m_IconIdx
protected

Используется в GetMarkerIcon() и MapMarker().

◆ m_Position

vector m_Position
protected

Используется в GetMarkerPos() и MapMarker().

◆ m_Text

string m_Text
protected

Используется в GetMarkerText() и MapMarker().


Объявления и описания членов класса находятся в файле: