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

◆ OnRPC() [3/5]

void PluginBase::OnRPC ( ParamsReadContext ctx,
PlayerBase player )
inlineprotected

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

113 {
114 bool enable;
115 ctx.Read(enable);
116
117 OnRequestReceived(player, enable);
118 }
void OnRequestReceived(PlayerBase player, bool enable)
proto bool Read(void value_in)

Перекрестные ссылки OnRequestReceived() и Serializer::Read().