DayZ 1.27
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 строка 837

838 {
839 GetGame().RPC(this, rpc_type, params, guaranteed, recipient);
840 }
proto native void RPC(Object target, int rpcType, notnull array< ref Param > params, bool guaranteed, PlayerIdentity recipient=null)
Initiate remote procedure call. When called on client, RPC is evaluated on server; When called on ser...
proto native CGame GetGame()

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