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

◆ RPC()

void IEntity::RPC ( int rpc_type,
array< ref Param > params,
bool guaranteed,
PlayerIdentity recipient = NULL )
inlineprivate

Remote procedure call shortcut, see CGame.RPC / CGame.RPCSingleParam.

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

841 {
842 g_Game.RPC(this, rpc_type, params, guaranteed, recipient);
843 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.