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

◆ EEHitBy()

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

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

522 {
523 super.EEHitBy(damageResult, damageType, source, component, dmgZone, ammo, modelPos, speedCoef);
524
527 }
class BoxCollidingParams component
ComponentInfo for BoxCollidingResult.
override ScriptCallQueue GetCallQueue(int call_category)
Определения DayZGame.c:1187
void ForceUpdateLightsEnd()
Определения CarScript.c:2847
void ForceUpdateLightsStart()
Определения CarScript.c:2838
proto void CallLater(func fn, int delay=0, bool repeat=false, void param1=NULL, void param2=NULL, void param3=NULL, void param4=NULL, void param5=NULL, void param6=NULL, void param7=NULL, void param8=NULL, void param9=NULL)
adds call into the queue with given parameters and arguments (arguments are held in memory until the ...
proto native CGame GetGame()
const int CALL_CATEGORY_GAMEPLAY
Определения 3_Game/tools/tools.c:10

Перекрестные ссылки CALL_CATEGORY_GAMEPLAY, ScriptCallQueue::CallLater(), component, ForceUpdateLightsEnd(), ForceUpdateLightsStart(), CGame::GetCallQueue() и GetGame().