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

◆ RPCSingleParam()

void IEntity::RPCSingleParam ( int rpc_type,
Param param,
bool guaranteed,
PlayerIdentity recipient = NULL )
inlineprivate

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

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

844 {
845 GetGame().RPCSingleParam(this, rpc_type, param, guaranteed, recipient);
846 }
proto native void RPCSingleParam(Object target, int rpc_type, Param param, bool guaranteed, PlayerIdentity recipient=null)
see CGame.RPC
proto native CGame GetGame()

Перекрестные ссылки GetGame() и CGame::RPCSingleParam().