![]() |
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.
Macros | |
| #define | NUM_CLIPS_SCAVENGED 3 |
Functions | |
| function | ammo_pouch_think () |
| function | DropAIAmmo () |
| function autoexec | main () |
| #define NUM_CLIPS_SCAVENGED 3 |
Definition at line 12 of file ammo_shared.gsc.
| function ammo_pouch_think | ( | ) |
Definition at line 45 of file ammo_shared.gsc.
References anyObjectsInWorld(), CLAMP_MAX, flash_scavenger_icon(), IS_TRUE, NUM_CLIPS_SCAVENGED, and reverse().
Referenced by DropAIAmmo().
| function DropAIAmmo | ( | ) |
Definition at line 20 of file ammo_shared.gsc.
References ammo_pouch_think(), CONTENTS_ACTOR, CONTENTS_CORPSE, CONTENTS_PLAYER, CONTENTS_VEHICLE, IS_TRUE, and ThrowWeapon().
| function autoexec main | ( | ) |
Definition at line 14 of file ammo_shared.gsc.