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

◆ EEHitBy()

override void BoatScript::EEHitBy ( TotalDamageResult damageResult,
int damageType,
EntityAI source,
int component,
string dmgZone,
string ammo,
vector modelPos,
float speedCoef )
inlineprotected

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

390 {
391 super.EEHitBy(damageResult, damageType, source, component, dmgZone, ammo, modelPos, speedCoef);
392
393 if (!IsProxy())
394 {
395 if (EngineIsOn() && !CheckOperationalState())
396 EngineStop();
397 }
398 }
bool IsProxy()
Определения Hand_Events.c:65
class BoxCollidingParams component
ComponentInfo for BoxCollidingResult.
bool CheckOperationalState()
Определения BoatScript.c:518

Перекрестные ссылки CheckOperationalState(), component и IsProxy().