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

Go to the source code of this file.

Functions

function bot_idle ()
 
function bot_update_threat_goal ()
 
function init ()
 
function on_bot_spawned ()
 
function wait_zone_moved ()
 

Function Documentation

◆ bot_idle()

function bot_idle ( )

Definition at line 60 of file _bot_koth.gsc.

References approach_goal_trigger(), path_to_point_in_trigger(), and sprint_to_goal().

Referenced by init().

◆ bot_update_threat_goal()

function bot_update_threat_goal ( )

Definition at line 46 of file _bot_koth.gsc.

References path_to_point_in_trigger(), and update_threat_goal().

Referenced by init().

◆ init()

function init ( )

Definition at line 16 of file _bot_koth.gsc.

References bot_idle(), bot_update_threat_goal(), and on_bot_spawned().

◆ on_bot_spawned()

function on_bot_spawned ( )

Definition at line 23 of file _bot_koth.gsc.

References wait_zone_moved().

Referenced by init().

◆ wait_zone_moved()

function wait_zone_moved ( )

Definition at line 30 of file _bot_koth.gsc.

References has_threat().

Referenced by on_bot_spawned().