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

◆ EEItemDetached()

override void BaseBuildingBase::EEItemDetached ( EntityAI item,
string slot_name )
inlineprotected

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

280 {
281 super.EEItemDetached( item, slot_name );
282
283 if (GetGame().IsServer()) // reset totem state is flag is decrafted while raised
284 {
285 float state = GetAnimationPhase("flag_mast");
286 if (state < 1)
287 {
288 AnimateFlag(1);
290 }
291 }
292 }
void SetRefreshTimer01(float fraction)
Определения Totem.c:547
void AnimateFlag(float delta)
Определения Totem.c:526
proto native CGame GetGame()

Перекрестные ссылки AnimateFlag(), GetGame() и SetRefreshTimer01().