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

◆ SetParentState()

void WeaponStateBase::SetParentState ( WeaponStateBase parent)
inlineprivate

allows construction of hierarchical state machine

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

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

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