![]() |
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 | __init__ () |
function | init () |
function | on_menu_response () |
function | on_player_connect () |
function __init__ | ( | ) |
Definition at line 28 of file _menus.gsc.
References init(), on_connect(), on_player_connect(), and on_start_gametype().
function init | ( | ) |
Definition at line 34 of file _menus.gsc.
References MENU_CHANGE_CLASS, MENU_CLASS, MENU_CONTROLS, MENU_LEAVEGAME, MENU_OPTIONS, MENU_START_MENU, and MENU_TEAM.
Referenced by __init__().
function on_menu_response | ( | ) |
Definition at line 57 of file _menus.gsc.
References forceEnd(), gameHistoryPlayerQuit(), getPlayerFromClientNum(), and killserverPc().
Referenced by on_player_connect().
function on_player_connect | ( | ) |