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

◆ GetRPCModifierLock()

void PluginBase::GetRPCModifierLock ( ParamsReadContext ctx,
out int id,
out bool lock )
inlineprotected

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

433 {
434 Param2<int, bool> p = new Param2<int, bool>( 0, false );
435 if ( ctx.Read( p ) )
436 {
437 id = p.param1;
438 lock = p.param2;
439 }
440 }
proto bool Read(void value_in)

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

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