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

◆ DumpToString()

string DumpToString ( )

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

166 {
167 string res = "{ HandEv id=" + typename.EnumToString(HandEventID, GetEventID());
168 res = res + " pl=" + Object.GetDebugName(m_Player);
169 res = res + " src=" + InventoryLocation.DumpToStringNullSafe(m_Src);
170 res = res + " }";
171 return res;
172 }
DayZPlayer m_Player
Определения Hand_Events.c:42
ref InventoryLocation m_Src
Определения Hand_Events.c:43
HandEventID GetEventID()
Определения Hand_Events.c:53
HandEventID
events
Определения Hand_Events.c:7
static string DumpToStringNullSafe(InventoryLocation loc)
Определения InventoryLocation.c:226
InventoryLocation.
Определения InventoryLocation.c:29
Определения ObjectTyped.c:2

Перекрестные ссылки InventoryLocation::DumpToStringNullSafe(), GetEventID(), m_Player и m_Src.

Используется в HandEventBase::AcquireInventoryJunctureFromServer() и DbgPrintTargetDump().