DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | BroomBase |
Functions | |
BroomBase FlammableBase | GetBurningMaterial () |
override void | Init () |
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside of a non-static system) | |
override void | SetActions () |
override bool | CanReceiveUpgrade () |
override void | OnWorkStart () |
override void | ApplyResultModifications (ItemBase result) |
override bool | CanTransformIntoStick () |
override void | EEHitBy (TotalDamageResult damageResult, int damageType, EntityAI source, int component, string dmgZone, string ammo, vector modelPos, float speedCoef) |
override void | CalculateQuantity () |
override void | UpdateParticle () |
void | DebugSetHealthAndEnergy (float time) |
override void | GetDebugActions (out TSelectableActionInfoArrayEx outputList) |
override bool | OnAction (int action_id, Man player, ParamsReadContext ctx) |
override string | GetBurntMaterial () |
Definition at line 186 of file Broom.c.
Definition at line 152 of file Broom.c.
Definition at line 169 of file Broom.c.
Definition at line 217 of file Broom.c.
override void GetBurningMaterial::EEHitBy | ( | TotalDamageResult | damageResult, |
int | damageType, | ||
EntityAI | source, | ||
int | component, | ||
string | dmgZone, | ||
string | ammo, | ||
vector | modelPos, | ||
float | speedCoef ) |
Definition at line 178 of file Broom.c.
BroomBase FlammableBase GetBurningMaterial | ( | ) |
override void GetBurningMaterial::GetDebugActions | ( | out TSelectableActionInfoArrayEx | outputList | ) |
Definition at line 225 of file Broom.c.
override bool GetBurningMaterial::OnAction | ( | int | action_id, |
Man | player, | ||
ParamsReadContext | ctx ) |
Definition at line 236 of file Broom.c.
Definition at line 157 of file Broom.c.
Definition at line 200 of file Broom.c.