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

◆ StatDebugObject()

void StatDebugObject::StatDebugObject ( string name,
float value,
eRemoteDebugType type )
inlineprivate

См. определение в файле StatDebugObject.c строка 7

8 {
9 m_Name = name;
10 m_Value = value;
11 m_Type = type;
12 }
PlayerSpawnPresetDiscreteItemSetSlotData name
one set for cargo
string m_Name
Определения StatDebugObject.c:3
eRemoteDebugType m_Type
Определения StatDebugObject.c:5
float m_Value
Определения StatDebugObject.c:4

Перекрестные ссылки m_Name, m_Type, m_Value и name.