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

◆ OnRPCHorticultureSpeed()

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

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

721 {
722 Param1<float> p = new Param1<float>(1);
723 if (!ctx.Read(p))
724 return;
725
726 PlantBase.DebugSetTickSpeedMultiplier(p.param1);
727 }
void PlantBase()
Определения PlantBase.c:54
proto bool Read(void value_in)

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

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