![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
Functions | |
function | isFlashOrStunDamage (weapon, meansofdeath) |
function | isFlashOrStunWeapon (weapon) |
function | isKnife (weapon) |
function | isMeleeMOD (mod) |
function | isNonBareHandsMelee (weapon) |
function | isPistol (weapon) |
function | isPunch (weapon) |
function isFlashOrStunDamage | ( | weapon | , |
meansofdeath | |||
) |
Definition at line 18 of file _weapon_utils.gsc.
References isFlashOrStunWeapon().
Referenced by doPerkFeedBack().
function isFlashOrStunWeapon | ( | weapon | ) |
Definition at line 13 of file _weapon_utils.gsc.
Referenced by isFlashOrStunDamage(), and monitor_dog_special_grenades().
function isKnife | ( | weapon | ) |
Definition at line 33 of file _weapon_utils.gsc.
function isMeleeMOD | ( | mod | ) |
Definition at line 23 of file _weapon_utils.gsc.
Referenced by apply_damage_to_armor(), Callback_PlayerKilled(), challengeKills(), do_post_game_death(), IgnoreTeamKills(), PlayerKilled_Kill(), and scoreEventPlayerKill().
function isNonBareHandsMelee | ( | weapon | ) |
Definition at line 38 of file _weapon_utils.gsc.
Referenced by scoreEventPlayerKill().
function isPistol | ( | weapon | ) |
Definition at line 7 of file _weapon_utils.gsc.
Referenced by challengeKills().
function isPunch | ( | weapon | ) |
Definition at line 28 of file _weapon_utils.gsc.
Referenced by challengeKills(), and scoreEventPlayerKill().