![]() |
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.
Macros | |
#define | BOT_BUTTON_ACTIVATE 3 |
#define | BOT_BUTTON_ATTACK 0 |
#define | BOT_BUTTON_CROUCH 9 |
#define | BOT_BUTTON_DOUBLEJUMP 65 |
#define | BOT_BUTTON_FRAG 14 |
#define | BOT_BUTTON_JUMP 10 |
#define | BOT_BUTTON_MELEE 2 |
#define | BOT_BUTTON_OFFHAND 15 |
#define | BOT_BUTTON_OFFHAND_SPECIAL 70 |
#define | BOT_BUTTON_RELOAD 4 |
#define | BOT_BUTTON_SPRINT 1 |
#define | BOT_BUTTON_SWIM_DOWN 68 |
#define | BOT_BUTTON_SWIM_UP 67 |
#define | BOT_BUTTON_THROW 24 |
#define | BOT_BUTTON_WALKING 11 |
#define BOT_BUTTON_ACTIVATE 3 |
Definition at line 16 of file bot_buttons.gsc.
#define BOT_BUTTON_ATTACK 0 |
Definition at line 13 of file bot_buttons.gsc.
#define BOT_BUTTON_CROUCH 9 |
Definition at line 18 of file bot_buttons.gsc.
#define BOT_BUTTON_DOUBLEJUMP 65 |
Definition at line 24 of file bot_buttons.gsc.
#define BOT_BUTTON_FRAG 14 |
Definition at line 21 of file bot_buttons.gsc.
#define BOT_BUTTON_JUMP 10 |
Definition at line 19 of file bot_buttons.gsc.
#define BOT_BUTTON_MELEE 2 |
Definition at line 15 of file bot_buttons.gsc.
#define BOT_BUTTON_OFFHAND 15 |
Definition at line 22 of file bot_buttons.gsc.
#define BOT_BUTTON_OFFHAND_SPECIAL 70 |
Definition at line 27 of file bot_buttons.gsc.
#define BOT_BUTTON_RELOAD 4 |
Definition at line 17 of file bot_buttons.gsc.
#define BOT_BUTTON_SPRINT 1 |
Definition at line 14 of file bot_buttons.gsc.
#define BOT_BUTTON_SWIM_DOWN 68 |
Definition at line 26 of file bot_buttons.gsc.
#define BOT_BUTTON_SWIM_UP 67 |
Definition at line 25 of file bot_buttons.gsc.
#define BOT_BUTTON_THROW 24 |
Definition at line 23 of file bot_buttons.gsc.
#define BOT_BUTTON_WALKING 11 |
Definition at line 20 of file bot_buttons.gsc.
function press_ads_button | ( | ) |
Definition at line 148 of file bot_buttons.gsc.
References BOT_BUTTON_WALKING.
Referenced by update_weapon_ads().
function press_attack_button | ( | ) |
Definition at line 38 of file bot_buttons.gsc.
References BOT_BUTTON_ATTACK.
Referenced by fire_weapon().
function press_crouch_button | ( | ) |
function press_doublejump_button | ( | ) |
Definition at line 163 of file bot_buttons.gsc.
References BOT_BUTTON_DOUBLEJUMP.
Referenced by jump_to(), and leave_water_traversal().
function press_frag_button | ( | ) |
Definition at line 88 of file bot_buttons.gsc.
References BOT_BUTTON_FRAG.
Referenced by press_grenade_button().
function press_jump_button | ( | ) |
Definition at line 133 of file bot_buttons.gsc.
References BOT_BUTTON_JUMP.
function press_offhand_button | ( | ) |
Definition at line 103 of file bot_buttons.gsc.
References BOT_BUTTON_OFFHAND.
Referenced by press_grenade_button().
function press_sprint_button | ( | ) |
Definition at line 78 of file bot_buttons.gsc.
References BOT_BUTTON_SPRINT.
Referenced by sprint_think().
function press_swim_down | ( | ) |
Definition at line 188 of file bot_buttons.gsc.
References BOT_BUTTON_SWIM_DOWN.
Referenced by update_swim().
function press_swim_up | ( | ) |
Definition at line 178 of file bot_buttons.gsc.
References BOT_BUTTON_SWIM_UP.
Referenced by leave_water_traversal(), and update_swim().
function press_throw_button | ( | ) |
Definition at line 118 of file bot_buttons.gsc.
References BOT_BUTTON_THROW.
Referenced by fire_weapon().
function press_use_button | ( | ) |
Definition at line 68 of file bot_buttons.gsc.
References BOT_BUTTON_ACTIVATE.
Referenced by bot_idle(), and do_supplydrop().
function release_ads_button | ( | ) |
Definition at line 153 of file bot_buttons.gsc.
References BOT_BUTTON_WALKING.
function release_attack_button | ( | ) |
Definition at line 43 of file bot_buttons.gsc.
References BOT_BUTTON_ATTACK.
function release_doublejump_button | ( | ) |
Definition at line 168 of file bot_buttons.gsc.
References BOT_BUTTON_DOUBLEJUMP.
Referenced by jump_to(), traversal_end(), and wait_wallrun_begin().
function release_frag_button | ( | ) |
Definition at line 93 of file bot_buttons.gsc.
References BOT_BUTTON_FRAG.
function release_jump_button | ( | ) |
Definition at line 138 of file bot_buttons.gsc.
References BOT_BUTTON_JUMP.
function release_offhand_button | ( | ) |
Definition at line 108 of file bot_buttons.gsc.
References BOT_BUTTON_OFFHAND.
function release_sprint_button | ( | ) |
Definition at line 83 of file bot_buttons.gsc.
References BOT_BUTTON_SPRINT.
function release_swim_down | ( | ) |
Definition at line 193 of file bot_buttons.gsc.
References BOT_BUTTON_SWIM_DOWN.
Referenced by wait_release_swim_buttons().
function release_swim_up | ( | ) |
Definition at line 183 of file bot_buttons.gsc.
References BOT_BUTTON_SWIM_UP.
Referenced by wait_release_swim_buttons().
function release_throw_button | ( | ) |
Definition at line 123 of file bot_buttons.gsc.
References BOT_BUTTON_THROW.
function release_use_button | ( | ) |
Definition at line 73 of file bot_buttons.gsc.
References BOT_BUTTON_ACTIVATE.
function tap_ads_button | ( | ) |
Definition at line 143 of file bot_buttons.gsc.
References BOT_BUTTON_WALKING.
function tap_attack_button | ( | ) |
Definition at line 33 of file bot_buttons.gsc.
References BOT_BUTTON_ATTACK.
function tap_doublejump_button | ( | ) |
Definition at line 158 of file bot_buttons.gsc.
References BOT_BUTTON_DOUBLEJUMP.
function tap_frag_button | ( | ) |
Definition at line 98 of file bot_buttons.gsc.
References BOT_BUTTON_FRAG.
function tap_jump_button | ( | ) |
Definition at line 128 of file bot_buttons.gsc.
References BOT_BUTTON_JUMP.
Referenced by jump_down_traversal(), and jump_to().
function tap_melee_button | ( | ) |
Definition at line 48 of file bot_buttons.gsc.
References BOT_BUTTON_MELEE.
Referenced by bot_combat(), and melee_attack().
function tap_offhand_button | ( | ) |
Definition at line 113 of file bot_buttons.gsc.
References BOT_BUTTON_OFFHAND.
function tap_offhand_special_button | ( | ) |
Definition at line 173 of file bot_buttons.gsc.
References BOT_BUTTON_OFFHAND_SPECIAL.
Referenced by activate_hero_gadget().
function tap_reload_button | ( | ) |
Definition at line 53 of file bot_buttons.gsc.
References BOT_BUTTON_RELOAD.
Referenced by reload_weapon().
function tap_use_button | ( | ) |
Definition at line 58 of file bot_buttons.gsc.
References BOT_BUTTON_ACTIVATE.
Referenced by respawn(), and revive_player().