![]() |
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 | burst_fire (turret, manual_target) |
| function | burst_fire_settings (setting) |
| function | burst_fire_unmanned () |
| function | do_shoot () |
| function | init_turret_difficulty_settings () |
| function | main () |
| function | random_spread (ent) |
| function | set_difficulty (difficulty) |
| function | turret_set_difficulty (turret, difficulty) |
| function | turret_suppression_fire (targets) |
| function | turret_timer (duration) |
| function burst_fire | ( | turret | , |
| manual_target | |||
| ) |
Definition at line 138 of file _mgturret.gsc.
References burst_fire_settings(), do_shoot(), and random_spread().
| function burst_fire_settings | ( | setting | ) |
Definition at line 117 of file _mgturret.gsc.
Referenced by burst_fire(), and burst_fire_unmanned().
| function burst_fire_unmanned | ( | ) |
Definition at line 204 of file _mgturret.gsc.
References burst_fire_settings(), do_shoot(), and turret_timer().
| function do_shoot | ( | ) |
Definition at line 310 of file _mgturret.gsc.
Referenced by burst_fire(), and burst_fire_unmanned().
| function init_turret_difficulty_settings | ( | ) |
Definition at line 55 of file _mgturret.gsc.
Referenced by set_difficulty().
| function main | ( | ) |
Definition at line 7 of file _mgturret.gsc.
| function random_spread | ( | ent | ) |
Definition at line 343 of file _mgturret.gsc.
Referenced by burst_fire().
| function set_difficulty | ( | difficulty | ) |
Definition at line 23 of file _mgturret.gsc.
References init_turret_difficulty_settings(), and turret_set_difficulty().
| function turret_set_difficulty | ( | turret | , |
| difficulty | |||
| ) |
Definition at line 82 of file _mgturret.gsc.
Referenced by set_difficulty().
| function turret_suppression_fire | ( | targets | ) |
Definition at line 91 of file _mgturret.gsc.
| function turret_timer | ( | duration | ) |
Definition at line 323 of file _mgturret.gsc.
Referenced by burst_fire_unmanned().