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

◆ DumpToString()

string DumpToString ( )

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

169 {
170 string res = "{ HandEv id=" + typename.EnumToString(HandEventID, GetEventID());
171 res = res + " pl=" + Object.GetDebugName(m_Player);
172 res = res + " src=" + InventoryLocation.DumpToStringNullSafe(m_Src);
173 res = res + " }";
174 return res;
175 }
map m_Player
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:233
InventoryLocation.
Определения InventoryLocation.c:30
Определения ObjectTyped.c:2

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

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