  | 
  
    Black Ops 3 Source Code Explorer
    0.1
    
   An script explorer for Black Ops 3 by ZeRoY 
   | 
 
 
 
 
Go to the documentation of this file.    1 #using scripts\shared\array_shared; 
    2 #using scripts\shared\callbacks_shared; 
    3 #using scripts\shared\laststand_shared; 
    4 #using scripts\shared\math_shared; 
    5 #using scripts\shared\system_shared; 
    6 #using scripts\shared\util_shared; 
    8 #insert scripts\shared\shared.gsh; 
   13 #define BOT_BUTTON_ATTACK       0 
   14 #define BOT_BUTTON_SPRINT       1 
   15 #define BOT_BUTTON_MELEE        2 
   16 #define BOT_BUTTON_ACTIVATE     3 
   17 #define BOT_BUTTON_RELOAD       4 
   18 #define BOT_BUTTON_CROUCH       9 
   19 #define BOT_BUTTON_JUMP         10 
   20 #define BOT_BUTTON_WALKING      11 
   21 #define BOT_BUTTON_FRAG         14 
   22 #define BOT_BUTTON_OFFHAND      15 
   23 #define BOT_BUTTON_THROW        24 
   24 #define BOT_BUTTON_DOUBLEJUMP   65 
   25 #define BOT_BUTTON_SWIM_UP      67 
   26 #define BOT_BUTTON_SWIM_DOWN    68 
   27 #define BOT_BUTTON_OFFHAND_SPECIAL 70