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

◆ OnAnimationStart() [2/2]

override void SymptomBase::OnAnimationStart ( )
inlineprivate

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

31 {
33 {
34 PluginLifespan module_lifespan = PluginLifespan.Cast( GetPlugin( PluginLifespan ) );
35 module_lifespan.UpdateBloodyHandsVisibilityEx( m_Player, eBloodyHandsTypes.JUST_BLOOD );
36 }
37 }
void PluginLifespan()
Определения PluginLifespan.c:45
eBloodyHandsTypes
Определения PluginLifespan.c:9
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316
bool IsContaminationActive()
Определения CoughState.c:14
PlayerBase m_Player
Определения StateBase.c:8

Перекрестные ссылки GetPlugin(), IsContaminationActive(), m_Player и PluginLifespan().