DayZ 1.28
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)
Определения 3_Game/Systems/Inventory/Debug.c:1
bool ProcessInputData(ParamsReadContext ctx, bool isJuncture, bool isRemote)
Определения DayZPlayerInventory.c:1530
DayZPlayer GetDayZPlayerOwner()
Определения DayZPlayerInventory.c:168
static bool IsSyncLogEnable()
Определения 3_Game/tools/Debug.c:678
Определения 3_Game/tools/Debug.c:594
Определения ObjectTyped.c:2

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