![]() |
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 | __init__ () |
| function | endOnDeath () |
| function | endOnTimer (timer) |
| function | main () |
| function | on_damage (cause, damage, weapon) |
| function | rcbomb_earthQuake (position) |
| function __init__ | ( | ) |
Definition at line 15 of file _shellshock.gsc.
References main(), on_damage(), and on_start_gametype().
| function endOnDeath | ( | ) |
Definition at line 56 of file _shellshock.gsc.
| function endOnTimer | ( | timer | ) |
Definition at line 63 of file _shellshock.gsc.
References timer().
| function main | ( | ) |
Definition at line 22 of file _shellshock.gsc.
Referenced by __init__().
| function on_damage | ( | cause | , |
| damage | , | ||
| weapon | |||
| ) |
Definition at line 26 of file _shellshock.gsc.
References damage(), and mayApplyScreenEffect().
| function rcbomb_earthQuake | ( | position | ) |
Definition at line 71 of file _shellshock.gsc.