Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Functions | |
bool | pushToChamberFromAttachedMagazine (Weapon_Base weapon, int muzzleIndex) |
bool | pushToChamberFromInnerMagazine (Weapon_Base weapon, int muzzleIndex) |
void | ejectBulletAndStoreInMagazine (Weapon_Base weapon, int muzzleIndex, Magazine mag, DayZPlayer p) |
bool | magazinesHaveEqualSizes (notnull Magazine mag, notnull Magazine mag2) |
void ejectBulletAndStoreInMagazine | ( | Weapon_Base | weapon, |
int | muzzleIndex, | ||
Magazine | mag, | ||
DayZPlayer | p | ||
) |
no magazine configured in parent state, looking in inventory
Definition at line 58 of file weapon_utils.c.
bool magazinesHaveEqualSizes | ( | notnull Magazine | mag, |
notnull Magazine | mag2 | ||
) |
Definition at line 98 of file weapon_utils.c.
bool pushToChamberFromAttachedMagazine | ( | Weapon_Base | weapon, |
int | muzzleIndex | ||
) |
Definition at line 1 of file weapon_utils.c.
bool pushToChamberFromInnerMagazine | ( | Weapon_Base | weapon, |
int | muzzleIndex | ||
) |
Definition at line 33 of file weapon_utils.c.