![]() |
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 | getArmor () |
| function | hasLightArmor () |
| function | removeLightArmorOnDeath () |
| function | removeLightArmorOnMatchEnd () |
| function | setLightArmor (optionalArmorValue) |
| function | setLightArmorHP (newValue) |
| function | unsetLightArmor () |
| function getArmor | ( | ) |
Definition at line 84 of file _armor.gsc.
Referenced by Callback_PlayerDamage().
| function hasLightArmor | ( | ) |
Definition at line 79 of file _armor.gsc.
| function removeLightArmorOnDeath | ( | ) |
Definition at line 52 of file _armor.gsc.
References unsetLightArmor().
Referenced by setLightArmor().
| function removeLightArmorOnMatchEnd | ( | ) |
Definition at line 69 of file _armor.gsc.
References unsetLightArmor().
Referenced by setLightArmor().
| function setLightArmor | ( | optionalArmorValue | ) |
Definition at line 34 of file _armor.gsc.
References removeLightArmorOnDeath(), removeLightArmorOnMatchEnd(), setLightArmorHP(), and unsetLightArmor().
| function setLightArmorHP | ( | newValue | ) |
Definition at line 13 of file _armor.gsc.
References clamp().
Referenced by apply_damage_to_armor(), setLightArmor(), and unsetLightArmor().
| function unsetLightArmor | ( | ) |
Definition at line 62 of file _armor.gsc.
References setLightArmorHP().
Referenced by apply_damage_to_armor(), removeLightArmorOnDeath(), removeLightArmorOnMatchEnd(), and setLightArmor().