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

Go to the source code of this file.

Functions

function __init__ ()
 
function init ()
 
function on_menu_response ()
 
function on_player_connect ()
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 28 of file _menus.gsc.

References init(), on_connect(), on_player_connect(), and on_start_gametype().

◆ init()

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

◆ on_menu_response()

function on_menu_response ( )

Definition at line 57 of file _menus.gsc.

References forceEnd(), gameHistoryPlayerQuit(), getPlayerFromClientNum(), and killserverPc().

Referenced by on_player_connect().

◆ on_player_connect()

function on_player_connect ( )

Definition at line 52 of file _menus.gsc.

References on_menu_response().

Referenced by __init__().