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

◆ IsPinnable()

bool Grenade_Base::IsPinnable ( )
inlineprotected

cannot be pinned once the fuse has started

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

80 {
82 if (m_FuseTimer.IsRunning())
83 {
84 return false;
85 }
86
87 return m_Pinnable;
88 }
bool m_Pinnable
Определения Grenade_Base.c:39
ref Timer m_FuseTimer
Определения Grenade_Base.c:34

Перекрестные ссылки m_FuseTimer и m_Pinnable.

Используется в ActionSingleUseBase::ActionCondition().