![]() |
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 | close (localClientNum) |
function | open (localClientNum, a_menu_items) |
function | set_item_color (localClientNum, index, color) |
function | set_item_text (localClientNum, index, name) |
function close | ( | localClientNum | ) |
Definition at line 25 of file debug_menu_shared.csc.
References clear().
Referenced by get_far_boards(), get_near_boards(), and open().
function open | ( | localClientNum | , |
a_menu_items | |||
) |
Definition at line 10 of file debug_menu_shared.csc.
References close(), and set().
Referenced by door_activate(), and margwaHeadSmash().
function set_item_color | ( | localClientNum | , |
index | , | ||
color | |||
) |
Description:
"Function Name: set_debug_menu_item_color( <localClientNum>, <index>, <color> )"
"Summary: " "Module: Util"
"Mandatory Argument(s): <localClientNum>: Number of the local client on the machine."
"Mandatory Argument(s): <index>: The index of the item in the list to update."
"Mandatory Argument(s): <color>: The new color to update the item."
"Example:util::set_debug_menu_item_color( localClientNum, index, color )"
"Single Player / Multi Player: both"
Definition at line 70 of file debug_menu_shared.csc.
function set_item_text | ( | localClientNum | , |
index | , | ||
name | |||
) |
Description:
"Function Name: set_debug_menu_item_text( <localClientNum>, <index>, <name> )"
"Summary: " "Module: Util"
"Mandatory Argument(s): <localClientNum>: Number of the local client on the machine."
"Mandatory Argument(s): <index>: The index of the item in the list to update."
"Mandatory Argument(s): <name>: The new text to update the item."
"Example:util::set_debug_menu_item_text( localClientNum, index, name )"
"Single Player / Multi Player: both"
Definition at line 50 of file debug_menu_shared.csc.
References name.