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

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 Documentation

◆ _destroy_error_on_screen()

function _destroy_error_on_screen ( )

Definition at line 200 of file scriptbundle_shared.gsc.

References waittill_notify_or_timeout().

Referenced by error_on_screen().

◆ _destroy_warning_on_screen()

function _destroy_warning_on_screen ( )

Definition at line 215 of file scriptbundle_shared.gsc.

References waittill_notify_or_timeout().

◆ add_object()

function add_object ( o_object  )

Definition at line 130 of file scriptbundle_shared.gsc.

References _a_objects, and ARRAY_ADD.

◆ constructor()

constructor ( )

Definition at line 88 of file scriptbundle_shared.gsc.

References _a_objects, and _testing.

◆ destructor()

destructor ( )

Definition at line 94 of file scriptbundle_shared.gsc.

◆ error()

function error ( condition  ,
str_msg   
)

Definition at line 145 of file scriptbundle_shared.gsc.

References _s, _str_name, _testing, and error_on_screen().

◆ error_on_screen()

function error_on_screen ( str_msg  )

◆ get_name()

function get_name ( )

◆ get_objects()

function get_objects ( )

Definition at line 120 of file scriptbundle_shared.gsc.

References _s.

◆ get_type()

function get_type ( )

Definition at line 105 of file scriptbundle_shared.gsc.

References _s.

Referenced by cScriptBundleObjectBase::log().

◆ get_vm()

function get_vm ( )

Definition at line 115 of file scriptbundle_shared.gsc.

References _s.

◆ init()

function init ( str_name  ,
,
b_testing   
)

Definition at line 98 of file scriptbundle_shared.gsc.

References _s, _str_name, and _testing.

◆ is_testing()

function is_testing ( )

Definition at line 125 of file scriptbundle_shared.gsc.

References _testing.

Referenced by cScriptBundleObjectBase::error().

◆ log()

function log ( str_msg  )

Definition at line 140 of file scriptbundle_shared.gsc.

References _s, and _str_name.

◆ on_error()

function on_error ( )

Definition at line 86 of file scriptbundle_shared.gsc.

◆ remove_object()

function remove_object ( o_object  )

Definition at line 135 of file scriptbundle_shared.gsc.

References _a_objects.

◆ warning()

function warning ( condition  ,
str_msg   
)

Definition at line 165 of file scriptbundle_shared.gsc.

References _str_name, _testing, and warning_on_screen().

◆ warning_on_screen()

function warning_on_screen ( str_msg  )

Definition at line 211 of file scriptbundle_shared.gsc.

Referenced by cScriptBundleObjectBase::warning(), and warning().

Variable Documentation

◆ _a_objects

var _a_objects

Definition at line 82 of file scriptbundle_shared.gsc.

Referenced by add_object(), constructor(), and remove_object().

◆ _s

◆ _str_name

var _str_name

Definition at line 81 of file scriptbundle_shared.gsc.

Referenced by error(), get_name(), init(), log(), and warning().

◆ _testing

var _testing

Definition at line 84 of file scriptbundle_shared.gsc.

Referenced by constructor(), error(), init(), is_testing(), and warning().