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

◆ LogAnimateFlag()

void BaseBuildingBase::LogAnimateFlag ( float newPhase,
notnull PlayerBase player )
inlineprotected

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

532 {
533 PluginAdminLog logs = PluginAdminLog.Cast(GetPlugin(PluginAdminLog));
534 if (newPhase == 0)
535 {
536 // at the top(it's inverted)
537 logs.TotemFlagChange(true, player, this);
538 }
539 else if (newPhase == 1)
540 {
541 // at the bottom(it's inverted)
542 logs.TotemFlagChange(false, player, this);
543 }
544
545 }
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316

Перекрестные ссылки GetPlugin().

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