![]() |
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 | avoid_synchronization (time) |
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 avoid_synchronization | ( | time | ) |
Definition at line 313 of file _zm_mgturret.gsc.
Referenced by do_shoot().
function burst_fire | ( | turret | , |
manual_target | |||
) |
Definition at line 140 of file _zm_mgturret.gsc.
References burst_fire_settings(), do_shoot(), and random_spread().
function burst_fire_settings | ( | setting | ) |
Definition at line 119 of file _zm_mgturret.gsc.
Referenced by burst_fire(), and burst_fire_unmanned().
function burst_fire_unmanned | ( | ) |
Definition at line 206 of file _zm_mgturret.gsc.
References burst_fire_settings(), do_shoot(), and turret_timer().
function do_shoot | ( | ) |
Definition at line 324 of file _zm_mgturret.gsc.
References avoid_synchronization(), and IS_TRUE.
Referenced by burst_fire(), and burst_fire_unmanned().
function init_turret_difficulty_settings | ( | ) |
Definition at line 57 of file _zm_mgturret.gsc.
Referenced by set_difficulty().
function main | ( | ) |
Definition at line 7 of file _zm_mgturret.gsc.
function random_spread | ( | ent | ) |
Definition at line 362 of file _zm_mgturret.gsc.
Referenced by burst_fire().
function set_difficulty | ( | difficulty | ) |
Definition at line 25 of file _zm_mgturret.gsc.
References init_turret_difficulty_settings(), and turret_set_difficulty().
function turret_set_difficulty | ( | turret | , |
difficulty | |||
) |
Definition at line 84 of file _zm_mgturret.gsc.
Referenced by set_difficulty().
function turret_suppression_fire | ( | targets | ) |
Definition at line 93 of file _zm_mgturret.gsc.
function turret_timer | ( | duration | ) |
Definition at line 342 of file _zm_mgturret.gsc.
Referenced by burst_fire_unmanned().