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

◆ GetParentState()

WeaponStateBase WeaponStateBase::GetParentState ( )
inlineprivate
Возвращает
state that owns this sub-state (or null if plain state)

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

26{ return m_parentState; }
WeaponStateBase m_parentState
weapon that this state relates to
Определения WeaponStateBase.c:13

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

Используется в HFSMBase< WeaponStateBase, WeaponEventBase, WeaponActionBase, WeaponGuardBase >::ProcessAbortEvent().