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

◆ SendRPCStomach()

void PluginBase::SendRPCStomach ( PlayerBase player)
inlineprotected

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

1017 {
1018 //write and send values
1019 if ( player )
1020 {
1021 array<ref Param> stomach = new array<ref Param>;
1022 int count = player.m_PlayerStomach.GetDebugObject( stomach );
1023 stomach.InsertAt(new Param1<int>(count), 0);
1024
1025 GetDayZGame().RPC( player, ERPCs.DEV_RPC_STOMACH_DATA, stomach, true, player.GetIdentity() );
1026 }
1027 }
DayZGame GetDayZGame()
Определения DayZGame.c:3870
ERPCs
Определения ERPCs.c:2

Перекрестные ссылки GetDayZGame().

Используется в Update().