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

◆ EOnContact()

override void Grenade_ChemGas::EOnContact ( IEntity other,
Contact extra )
inlineprotected

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

35 {
36 if (GetGame().IsServer())
37 {
38 if (!m_Exploded)
39 {
41 }
42 }
43 }
void OnActivateFinished()
Определения Grenade_Base.c:201
bool m_Exploded
Определения Grenade_ChemGas.c:3
proto native CGame GetGame()

Перекрестные ссылки GetGame(), m_Exploded и Grenade_Base::OnActivateFinished().