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

Go to the source code of this file.

Functions

function getArmor ()
 
function hasLightArmor ()
 
function removeLightArmorOnDeath ()
 
function removeLightArmorOnMatchEnd ()
 
function setLightArmor (optionalArmorValue)
 
function setLightArmorHP (newValue)
 
function unsetLightArmor ()
 

Function Documentation

◆ getArmor()

function getArmor ( )

Definition at line 84 of file _armor.gsc.

Referenced by Callback_PlayerDamage().

◆ hasLightArmor()

function hasLightArmor ( )

Definition at line 79 of file _armor.gsc.

◆ removeLightArmorOnDeath()

function removeLightArmorOnDeath ( )

Definition at line 52 of file _armor.gsc.

References unsetLightArmor().

Referenced by setLightArmor().

◆ removeLightArmorOnMatchEnd()

function removeLightArmorOnMatchEnd ( )

Definition at line 69 of file _armor.gsc.

References unsetLightArmor().

Referenced by setLightArmor().

◆ setLightArmor()

function setLightArmor ( optionalArmorValue  )

◆ setLightArmorHP()

function setLightArmorHP ( newValue  )

Definition at line 13 of file _armor.gsc.

References clamp().

Referenced by apply_damage_to_armor(), setLightArmor(), and unsetLightArmor().

◆ unsetLightArmor()

function unsetLightArmor ( )