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

◆ OnServerInventoryCommand()

override void OnServerInventoryCommand ( ParamsReadContext ctx)
protected

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

761 {
762#ifdef ENABLE_LOGGING
764 {
765 syncDebugPrint("[syncinv] " + Object.GetDebugName(GetDayZPlayerOwner()) + " DZPInventory command from server");
766 }
767#endif
768
769 ProcessInputData(ctx, true, true);
770 }
void syncDebugPrint(string s)
Определения Debug.c:1
bool ProcessInputData(ParamsReadContext ctx, bool isJuncture, bool isRemote)
Определения DayZPlayerInventory.c:1520
DayZPlayer GetDayZPlayerOwner()
Определения DayZPlayerInventory.c:168
static bool IsSyncLogEnable()
Определения Debug.c:678
Определения Debug.c:594
Определения ObjectTyped.c:2

Перекрестные ссылки GetDayZPlayerOwner(), LogManager::IsSyncLogEnable(), ProcessInputData() и syncDebugPrint().