![]() |
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 | bot_idle () |
function | bot_update_threat_goal () |
function | init () |
function | on_bot_spawned () |
function | wait_zone_moved () |
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().
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().
function init | ( | ) |
Definition at line 16 of file _bot_koth.gsc.
References bot_idle(), bot_update_threat_goal(), and on_bot_spawned().
function on_bot_spawned | ( | ) |
function wait_zone_moved | ( | ) |
Definition at line 30 of file _bot_koth.gsc.
References has_threat().
Referenced by on_bot_spawned().