DayZ 1.24
|
ammo pile base More...
Protected Member Functions | |
float | GetWeightSpecialized (bool forceRecalc=false) |
override void | SetQuantityToMinimum () |
override void | SetFromProjectile (ProjectileStoppedInfo info) |
Private Member Functions | |
override void | SetActions () |
override bool | IsAmmoPile () |
Static Private Member Functions | |
static float | GetAmmoWeightByBulletType (string bulletType) |
Static Private Attributes | |
static ref map< string, float > | m_AmmoWeightByBulletType = new map<string, float>() |
ammo pile base
Definition at line 2 of file AmmunitionPiles.c.
Definition at line 6 of file AmmunitionPiles.c.
References ErrorEx, GetGame(), and m_AmmoWeightByBulletType.
Referenced by Weapon::GetWeightSpecialized().
Definition at line 37 of file AmmunitionPiles.c.
Definition at line 32 of file AmmunitionPiles.c.
Definition at line 25 of file AmmunitionPiles.c.
References AddAction().
|
inlineprotected |
Definition at line 55 of file AmmunitionPiles.c.
References GetGame(), Math::Max(), and SetQuantityToMinimum().
Definition at line 50 of file AmmunitionPiles.c.
Referenced by SetFromProjectile().
|
staticprivate |
Definition at line 4 of file AmmunitionPiles.c.
Referenced by GetAmmoWeightByBulletType().