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

◆ InitActionComponent()

override void ActionFishingNewCB::InitActionComponent ( )
inlineprivate

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

85 {
86 super.InitActionComponent();
87
88 RegisterAnimationEvent("ParticleSplash", UAFishingConstants.EVENT_SPLASH_SIGNAL);
89 RegisterAnimationEvent("EventFishPlacement", UAFishingConstants.EVENT_ANIMATE_ROD_CLOSE);
90 }
class DayZCreatureAnimInterface RegisterAnimationEvent(string event_name, string function_name)

Перекрестные ссылки UAFishingConstants::EVENT_ANIMATE_ROD_CLOSE, UAFishingConstants::EVENT_SPLASH_SIGNAL и RegisterAnimationEvent().