![]() |
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.
Data Structures | |
| class | cScriptBundleObjectBase |
Functions | |
| function | _destroy_error_on_screen () |
| function | _destroy_warning_on_screen () |
| function | add_object (o_object) |
| constructor () | |
| destructor () | |
| function | error (condition, str_msg) |
| function | error_on_screen (str_msg) |
| function | get_name () |
| function | get_objects () |
| function | get_type () |
| function | get_vm () |
| function | init (str_name, s, b_testing) |
| function | is_testing () |
| function | log (str_msg) |
| function | on_error (e) |
| function | remove_object (o_object) |
| function | warning (condition, str_msg) |
| function | warning_on_screen (str_msg) |
Variables | |
| var | _a_objects |
| class cScriptBundleObjectBase | _s |
| var | _str_name |
| var | _testing |
| function _destroy_error_on_screen | ( | ) |
Definition at line 200 of file scriptbundle_shared.gsc.
References waittill_notify_or_timeout().
Referenced by error_on_screen().
| function _destroy_warning_on_screen | ( | ) |
Definition at line 215 of file scriptbundle_shared.gsc.
References waittill_notify_or_timeout().
| function add_object | ( | o_object | ) |
Definition at line 130 of file scriptbundle_shared.gsc.
References _a_objects, and ARRAY_ADD.
| constructor | ( | ) |
Definition at line 88 of file scriptbundle_shared.gsc.
References _a_objects, and _testing.
| destructor | ( | ) |
Definition at line 94 of file scriptbundle_shared.gsc.
| function error | ( | condition | , |
| str_msg | |||
| ) |
Definition at line 145 of file scriptbundle_shared.gsc.
References _s, _str_name, _testing, and error_on_screen().
| function error_on_screen | ( | str_msg | ) |
Definition at line 181 of file scriptbundle_shared.gsc.
References _destroy_error_on_screen(), LUI_HUDELEM_ALIGNMENT_CENTER, RED, SCREEN_WIDTH, and set_color().
Referenced by cScriptBundleObjectBase::error(), and error().
| function get_name | ( | ) |
Definition at line 110 of file scriptbundle_shared.gsc.
References _str_name.
Referenced by cScriptBundleObjectBase::error(), cScriptBundleObjectBase::log(), and cScriptBundleObjectBase::warning().
| function get_objects | ( | ) |
Definition at line 120 of file scriptbundle_shared.gsc.
References _s.
| function get_type | ( | ) |
Definition at line 105 of file scriptbundle_shared.gsc.
References _s.
Referenced by cScriptBundleObjectBase::log().
| function get_vm | ( | ) |
Definition at line 115 of file scriptbundle_shared.gsc.
References _s.
| function init | ( | str_name | , |
| s | , | ||
| b_testing | |||
| ) |
Definition at line 98 of file scriptbundle_shared.gsc.
| function is_testing | ( | ) |
Definition at line 125 of file scriptbundle_shared.gsc.
References _testing.
Referenced by cScriptBundleObjectBase::error().
| function log | ( | str_msg | ) |
Definition at line 140 of file scriptbundle_shared.gsc.
| function on_error | ( | e | ) |
Definition at line 86 of file scriptbundle_shared.gsc.
| function remove_object | ( | o_object | ) |
Definition at line 135 of file scriptbundle_shared.gsc.
References _a_objects.
| function warning | ( | condition | , |
| str_msg | |||
| ) |
Definition at line 165 of file scriptbundle_shared.gsc.
References _str_name, _testing, and warning_on_screen().
| function warning_on_screen | ( | str_msg | ) |
Definition at line 211 of file scriptbundle_shared.gsc.
Referenced by cScriptBundleObjectBase::warning(), and warning().
| var _a_objects |
Definition at line 82 of file scriptbundle_shared.gsc.
Referenced by add_object(), constructor(), and remove_object().
| class cScriptBundleObjectBase _s |
Referenced by error(), get_objects(), get_type(), get_vm(), init(), and log().
| var _str_name |
Definition at line 81 of file scriptbundle_shared.gsc.
Referenced by error(), get_name(), init(), log(), and warning().
| var _testing |
Definition at line 84 of file scriptbundle_shared.gsc.
Referenced by constructor(), error(), init(), is_testing(), and warning().