‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_weapon_utils.gsc File Reference

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 Documentation

◆ isFlashOrStunDamage()

function isFlashOrStunDamage ( weapon  ,
meansofdeath   
)

Definition at line 18 of file _weapon_utils.gsc.

References isFlashOrStunWeapon().

Referenced by doPerkFeedBack().

◆ isFlashOrStunWeapon()

function isFlashOrStunWeapon ( weapon  )

Definition at line 13 of file _weapon_utils.gsc.

Referenced by isFlashOrStunDamage(), and monitor_dog_special_grenades().

◆ isKnife()

function isKnife ( weapon  )

Definition at line 33 of file _weapon_utils.gsc.

◆ isMeleeMOD()

◆ isNonBareHandsMelee()

function isNonBareHandsMelee ( weapon  )

Definition at line 38 of file _weapon_utils.gsc.

Referenced by scoreEventPlayerKill().

◆ isPistol()

function isPistol ( weapon  )

Definition at line 7 of file _weapon_utils.gsc.

Referenced by challengeKills().

◆ isPunch()

function isPunch ( weapon  )

Definition at line 28 of file _weapon_utils.gsc.

Referenced by challengeKills(), and scoreEventPlayerKill().