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

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
 

Functions

function press_ads_button ()
 
function press_attack_button ()
 
function press_crouch_button ()
 
function press_doublejump_button ()
 
function press_frag_button ()
 
function press_jump_button ()
 
function press_offhand_button ()
 
function press_sprint_button ()
 
function press_swim_down ()
 
function press_swim_up ()
 
function press_throw_button ()
 
function press_use_button ()
 
function release_ads_button ()
 
function release_attack_button ()
 
function release_doublejump_button ()
 
function release_frag_button ()
 
function release_jump_button ()
 
function release_offhand_button ()
 
function release_sprint_button ()
 
function release_swim_down ()
 
function release_swim_up ()
 
function release_throw_button ()
 
function release_use_button ()
 
function tap_ads_button ()
 
function tap_attack_button ()
 
function tap_doublejump_button ()
 
function tap_frag_button ()
 
function tap_jump_button ()
 
function tap_melee_button ()
 
function tap_offhand_button ()
 
function tap_offhand_special_button ()
 
function tap_reload_button ()
 
function tap_use_button ()
 

Macro Definition Documentation

◆ BOT_BUTTON_ACTIVATE

#define BOT_BUTTON_ACTIVATE   3

Definition at line 16 of file bot_buttons.gsc.

◆ BOT_BUTTON_ATTACK

#define BOT_BUTTON_ATTACK   0

Definition at line 13 of file bot_buttons.gsc.

◆ BOT_BUTTON_CROUCH

#define BOT_BUTTON_CROUCH   9

Definition at line 18 of file bot_buttons.gsc.

◆ BOT_BUTTON_DOUBLEJUMP

#define BOT_BUTTON_DOUBLEJUMP   65

Definition at line 24 of file bot_buttons.gsc.

◆ BOT_BUTTON_FRAG

#define BOT_BUTTON_FRAG   14

Definition at line 21 of file bot_buttons.gsc.

◆ BOT_BUTTON_JUMP

#define BOT_BUTTON_JUMP   10

Definition at line 19 of file bot_buttons.gsc.

◆ BOT_BUTTON_MELEE

#define BOT_BUTTON_MELEE   2

Definition at line 15 of file bot_buttons.gsc.

◆ BOT_BUTTON_OFFHAND

#define BOT_BUTTON_OFFHAND   15

Definition at line 22 of file bot_buttons.gsc.

◆ BOT_BUTTON_OFFHAND_SPECIAL

#define BOT_BUTTON_OFFHAND_SPECIAL   70

Definition at line 27 of file bot_buttons.gsc.

◆ BOT_BUTTON_RELOAD

#define BOT_BUTTON_RELOAD   4

Definition at line 17 of file bot_buttons.gsc.

◆ BOT_BUTTON_SPRINT

#define BOT_BUTTON_SPRINT   1

Definition at line 14 of file bot_buttons.gsc.

◆ BOT_BUTTON_SWIM_DOWN

#define BOT_BUTTON_SWIM_DOWN   68

Definition at line 26 of file bot_buttons.gsc.

◆ BOT_BUTTON_SWIM_UP

#define BOT_BUTTON_SWIM_UP   67

Definition at line 25 of file bot_buttons.gsc.

◆ BOT_BUTTON_THROW

#define BOT_BUTTON_THROW   24

Definition at line 23 of file bot_buttons.gsc.

◆ BOT_BUTTON_WALKING

#define BOT_BUTTON_WALKING   11

Definition at line 20 of file bot_buttons.gsc.

Function Documentation

◆ press_ads_button()

function press_ads_button ( )

Definition at line 148 of file bot_buttons.gsc.

References BOT_BUTTON_WALKING.

Referenced by update_weapon_ads().

◆ press_attack_button()

function press_attack_button ( )

Definition at line 38 of file bot_buttons.gsc.

References BOT_BUTTON_ATTACK.

Referenced by fire_weapon().

◆ press_crouch_button()

function press_crouch_button ( )

Definition at line 63 of file bot_buttons.gsc.

References BOT_BUTTON_CROUCH.

Referenced by camp().

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

◆ press_frag_button()

function press_frag_button ( )

Definition at line 88 of file bot_buttons.gsc.

References BOT_BUTTON_FRAG.

Referenced by press_grenade_button().

◆ press_jump_button()

function press_jump_button ( )

Definition at line 133 of file bot_buttons.gsc.

References BOT_BUTTON_JUMP.

◆ press_offhand_button()

function press_offhand_button ( )

Definition at line 103 of file bot_buttons.gsc.

References BOT_BUTTON_OFFHAND.

Referenced by press_grenade_button().

◆ press_sprint_button()

function press_sprint_button ( )

Definition at line 78 of file bot_buttons.gsc.

References BOT_BUTTON_SPRINT.

Referenced by sprint_think().

◆ press_swim_down()

function press_swim_down ( )

Definition at line 188 of file bot_buttons.gsc.

References BOT_BUTTON_SWIM_DOWN.

Referenced by update_swim().

◆ press_swim_up()

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

◆ press_throw_button()

function press_throw_button ( )

Definition at line 118 of file bot_buttons.gsc.

References BOT_BUTTON_THROW.

Referenced by fire_weapon().

◆ press_use_button()

function press_use_button ( )

Definition at line 68 of file bot_buttons.gsc.

References BOT_BUTTON_ACTIVATE.

Referenced by bot_idle(), and do_supplydrop().

◆ release_ads_button()

function release_ads_button ( )

Definition at line 153 of file bot_buttons.gsc.

References BOT_BUTTON_WALKING.

◆ release_attack_button()

function release_attack_button ( )

Definition at line 43 of file bot_buttons.gsc.

References BOT_BUTTON_ATTACK.

◆ release_doublejump_button()

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

◆ release_frag_button()

function release_frag_button ( )

Definition at line 93 of file bot_buttons.gsc.

References BOT_BUTTON_FRAG.

◆ release_jump_button()

function release_jump_button ( )

Definition at line 138 of file bot_buttons.gsc.

References BOT_BUTTON_JUMP.

◆ release_offhand_button()

function release_offhand_button ( )

Definition at line 108 of file bot_buttons.gsc.

References BOT_BUTTON_OFFHAND.

◆ release_sprint_button()

function release_sprint_button ( )

Definition at line 83 of file bot_buttons.gsc.

References BOT_BUTTON_SPRINT.

◆ release_swim_down()

function release_swim_down ( )

Definition at line 193 of file bot_buttons.gsc.

References BOT_BUTTON_SWIM_DOWN.

Referenced by wait_release_swim_buttons().

◆ release_swim_up()

function release_swim_up ( )

Definition at line 183 of file bot_buttons.gsc.

References BOT_BUTTON_SWIM_UP.

Referenced by wait_release_swim_buttons().

◆ release_throw_button()

function release_throw_button ( )

Definition at line 123 of file bot_buttons.gsc.

References BOT_BUTTON_THROW.

◆ release_use_button()

function release_use_button ( )

Definition at line 73 of file bot_buttons.gsc.

References BOT_BUTTON_ACTIVATE.

◆ tap_ads_button()

function tap_ads_button ( )

Definition at line 143 of file bot_buttons.gsc.

References BOT_BUTTON_WALKING.

◆ tap_attack_button()

function tap_attack_button ( )

Definition at line 33 of file bot_buttons.gsc.

References BOT_BUTTON_ATTACK.

◆ tap_doublejump_button()

function tap_doublejump_button ( )

Definition at line 158 of file bot_buttons.gsc.

References BOT_BUTTON_DOUBLEJUMP.

◆ tap_frag_button()

function tap_frag_button ( )

Definition at line 98 of file bot_buttons.gsc.

References BOT_BUTTON_FRAG.

◆ tap_jump_button()

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

◆ tap_melee_button()

function tap_melee_button ( )

Definition at line 48 of file bot_buttons.gsc.

References BOT_BUTTON_MELEE.

Referenced by bot_combat(), and melee_attack().

◆ tap_offhand_button()

function tap_offhand_button ( )

Definition at line 113 of file bot_buttons.gsc.

References BOT_BUTTON_OFFHAND.

◆ tap_offhand_special_button()

function tap_offhand_special_button ( )

Definition at line 173 of file bot_buttons.gsc.

References BOT_BUTTON_OFFHAND_SPECIAL.

Referenced by activate_hero_gadget().

◆ tap_reload_button()

function tap_reload_button ( )

Definition at line 53 of file bot_buttons.gsc.

References BOT_BUTTON_RELOAD.

Referenced by reload_weapon().

◆ tap_use_button()

function tap_use_button ( )

Definition at line 58 of file bot_buttons.gsc.

References BOT_BUTTON_ACTIVATE.

Referenced by respawn(), and revive_player().