![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
ammo pile base More...
Protected Member Functions | |
| float | GetWeightSpecialized (bool forceRecalc=false) |
| override void | SetFromProjectile (ProjectileStoppedInfo info) |
| override void | SetQuantityToMinimum () |
Private Member Functions | |
| 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, g_Game, and m_AmmoWeightByBulletType.
Referenced by Weapon::GetWeightSpecialized().
Definition at line 32 of file ammunitionpiles.c.
References WeightDebugData::SetCalcDetails().
|
inlineprivate |
Definition at line 27 of file ammunitionpiles.c.
|
inlineprotected |
Definition at line 50 of file ammunitionpiles.c.
References g_Game, ProjectileStoppedInfo::GetAmmoType(), ProjectileStoppedInfo::GetProjectileDamage(), Math::Max(), and SetQuantityToMinimum().
|
inlineprotected |
Definition at line 45 of file ammunitionpiles.c.
Referenced by SetFromProjectile().
Definition at line 4 of file ammunitionpiles.c.
Referenced by GetAmmoWeightByBulletType().