![]() |
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 | 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) |
Variables | |
var | _a_objects |
class cScriptBundleObjectBase | _s |
var | _str_name |
var | _testing |
function _destroy_error_on_screen | ( | ) |
Definition at line 183 of file scriptbundle_shared.csc.
References waittill_notify_or_timeout().
Referenced by error_on_screen().
function add_object | ( | o_object | ) |
Definition at line 128 of file scriptbundle_shared.csc.
References _a_objects, and ARRAY_ADD.
Referenced by init().
constructor | ( | ) |
Definition at line 86 of file scriptbundle_shared.csc.
References _a_objects, and _testing.
destructor | ( | ) |
Definition at line 92 of file scriptbundle_shared.csc.
function error | ( | condition | , |
str_msg | |||
) |
Definition at line 143 of file scriptbundle_shared.csc.
function error_on_screen | ( | str_msg | ) |
Definition at line 164 of file scriptbundle_shared.csc.
References _destroy_error_on_screen(), and LUI_HUDELEM_ALIGNMENT_LEFT.
Referenced by cScriptBundleObjectBase::error().
function get_name | ( | ) |
Definition at line 108 of file scriptbundle_shared.csc.
References _str_name.
Referenced by cScriptBundleObjectBase::error(), get_active_scene(), and cScriptBundleObjectBase::log().
function get_objects | ( | ) |
Definition at line 118 of file scriptbundle_shared.csc.
References _s.
function get_type | ( | ) |
Definition at line 103 of file scriptbundle_shared.csc.
References _s.
Referenced by cScriptBundleObjectBase::error(), and cScriptBundleObjectBase::log().
function get_vm | ( | ) |
Definition at line 113 of file scriptbundle_shared.csc.
References _s.
function init | ( | str_name | , |
s | , | ||
b_testing | |||
) |
Definition at line 96 of file scriptbundle_shared.csc.
function is_testing | ( | ) |
Definition at line 123 of file scriptbundle_shared.csc.
References _testing.
Referenced by cScriptBundleObjectBase::error().
function log | ( | str_msg | ) |
Definition at line 138 of file scriptbundle_shared.csc.
function on_error | ( | e | ) |
Definition at line 84 of file scriptbundle_shared.csc.
function remove_object | ( | o_object | ) |
Definition at line 133 of file scriptbundle_shared.csc.
References _a_objects.
var _a_objects |
Definition at line 80 of file scriptbundle_shared.csc.
Referenced by _play_camera_anims(), _release_object(), _skip_scene(), add_object(), assign_ents(), constructor(), get_ents(), get_objects(), get_valid_objects(), has_init_state(), initialize(), is_player_anim_ending_early(), is_scene_shared(), play(), remove_object(), stop(), wait_till_scene_done(), and wait_till_scene_ready().
class cScriptBundleObjectBase _s |
Referenced by _play_camera_anim_on_player(), _play_camera_anims(), _stop_camera_anim_on_player(), allows_multiple(), error(), finish_skip_scene(), get_align_ent(), get_objects(), get_type(), get_valid_object_defs(), get_vm(), has_next_scene(), init(), init_scene_sequence_started(), is_looping(), is_scene_shared(), is_scene_shared_sequence(), is_skipping_player_scene(), is_skipping_scene(), log(), loop_camera_anim_to_set_up_for_capture(), play(), run_next(), should_skip_linked_to_players_scene(), skip_scene(), stop(), streamer_request_completed(), sync_with_client_scene(), sync_with_other_scenes(), trigger_scene_sequence_started(), update_scene_sequence(), and wait_till_scene_ready().
var _str_name |
Definition at line 79 of file scriptbundle_shared.csc.
Referenced by _call_state_funcs(), error(), get_name(), init(), initialize(), log(), play(), and stop().
var _testing |
Definition at line 82 of file scriptbundle_shared.csc.
Referenced by constructor(), error(), get_align_ent(), init(), initialize(), is_testing(), and play().