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

◆ GetRPCModifierID()

int PluginBase::GetRPCModifierID ( ParamsReadContext ctx)
inlineprotected

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

421 {
422 Param1<int> p = new Param1<int>( 0 );
423 if ( ctx.Read( p ) )
424 {
425 return p.param1;
426 }
427
428 return 0;
429 }
proto bool Read(void value_in)

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

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