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

◆ OnServerInventoryCommand()

override void OnServerInventoryCommand ( ParamsReadContext ctx)
protected

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

736 {
737#ifdef ENABLE_LOGGING
739 {
740 syncDebugPrint("[syncinv] " + Object.GetDebugName(GetDayZPlayerOwner()) + " DZPInventory command from server");
741 }
742#endif
743
744 ProcessInputData(ctx, true, true);
745 }
void syncDebugPrint(string s)
bool ProcessInputData(ParamsReadContext ctx, bool isJuncture, bool isRemote)
Определения DayZPlayerInventory.c:1762
DayZPlayer GetDayZPlayerOwner()
Определения DayZPlayerInventory.c:167
static bool IsSyncLogEnable()
Определения 3_Game/DayZ/tools/Debug.c:776
Определения ObjectTyped.c:2

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