‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_zm_mgturret.gsc File Reference

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 Documentation

◆ avoid_synchronization()

function avoid_synchronization ( time  )

Definition at line 313 of file _zm_mgturret.gsc.

Referenced by do_shoot().

◆ burst_fire()

function burst_fire ( turret  ,
manual_target   
)

Definition at line 140 of file _zm_mgturret.gsc.

References burst_fire_settings(), do_shoot(), and random_spread().

◆ burst_fire_settings()

function burst_fire_settings ( setting  )

Definition at line 119 of file _zm_mgturret.gsc.

Referenced by burst_fire(), and burst_fire_unmanned().

◆ 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().

◆ do_shoot()

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().

◆ init_turret_difficulty_settings()

function init_turret_difficulty_settings ( )

Definition at line 57 of file _zm_mgturret.gsc.

Referenced by set_difficulty().

◆ main()

function main ( )

Definition at line 7 of file _zm_mgturret.gsc.

◆ random_spread()

function random_spread ( ent  )

Definition at line 362 of file _zm_mgturret.gsc.

Referenced by burst_fire().

◆ set_difficulty()

function set_difficulty ( difficulty  )

Definition at line 25 of file _zm_mgturret.gsc.

References init_turret_difficulty_settings(), and turret_set_difficulty().

◆ turret_set_difficulty()

function turret_set_difficulty ( turret  ,
difficulty   
)

Definition at line 84 of file _zm_mgturret.gsc.

Referenced by set_difficulty().

◆ turret_suppression_fire()

function turret_suppression_fire ( targets  )

Definition at line 93 of file _zm_mgturret.gsc.

◆ turret_timer()

function turret_timer ( duration  )

Definition at line 342 of file _zm_mgturret.gsc.

Referenced by burst_fire_unmanned().