‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
cScriptBundleObjectBase Class Reference
Inheritance diagram for cScriptBundleObjectBase:
cSceneObject cAwarenessSceneObject

Private Member Functions

 constructor ()
 
 constructor ()
 
 destructor ()
 
 destructor ()
 
function error (condition, str_msg)
 
function error (condition, str_msg)
 
function get_ent ()
 
function get_ent (localClientNum)
 
function init (s_objdef, o_bundle, e_ent)
 
function init (s_objdef, o_bundle, e_ent, localclientnum)
 
function log (str_msg)
 
function log (str_msg)
 
function warning (condition, str_msg)
 

Private Attributes

var _e
 
var _e_array
 
var _n_clientnum
 
var _o_bundle
 
var _s
 

Detailed Description

Definition at line 7 of file scriptbundle_shared.csc.

Member Function Documentation

◆ constructor() [1/2]

cScriptBundleObjectBase::constructor ( )
private

Definition at line 14 of file scriptbundle_shared.csc.

◆ constructor() [2/2]

cScriptBundleObjectBase::constructor ( )
private

Definition at line 16 of file scriptbundle_shared.gsc.

◆ destructor() [1/2]

cScriptBundleObjectBase::destructor ( )
private

Definition at line 18 of file scriptbundle_shared.csc.

◆ destructor() [2/2]

cScriptBundleObjectBase::destructor ( )
private

Definition at line 20 of file scriptbundle_shared.gsc.

◆ error() [1/2]

function cScriptBundleObjectBase::error ( condition  ,
str_msg   
)
private

Definition at line 36 of file scriptbundle_shared.gsc.

References _o_bundle, _s, error_on_screen(), get_name(), is_testing(), and STR_DEFAULT.

◆ error() [2/2]

◆ get_ent() [1/2]

function cScriptBundleObjectBase::get_ent ( )
private

Definition at line 72 of file scriptbundle_shared.gsc.

References _e.

◆ get_ent() [2/2]

function cScriptBundleObjectBase::get_ent ( localClientNum  )
private

Definition at line 70 of file scriptbundle_shared.csc.

References _e_array.

◆ init() [1/2]

function cScriptBundleObjectBase::init ( s_objdef  ,
o_bundle  ,
e_ent   
)
private

Definition at line 24 of file scriptbundle_shared.gsc.

References _e, _o_bundle, and _s.

◆ init() [2/2]

function cScriptBundleObjectBase::init ( s_objdef  ,
o_bundle  ,
e_ent  ,
localclientnum   
)
private

Definition at line 22 of file scriptbundle_shared.csc.

References _e_array, _n_clientnum, _o_bundle, and _s.

Referenced by cSceneObject::first_init().

◆ log() [1/2]

function cScriptBundleObjectBase::log ( str_msg  )
private

Definition at line 31 of file scriptbundle_shared.gsc.

References _o_bundle, _s, get_name(), get_type(), and STR_DEFAULT.

◆ log() [2/2]

function cScriptBundleObjectBase::log ( str_msg  )
private

◆ warning()

function cScriptBundleObjectBase::warning ( condition  ,
str_msg   
)
private

Definition at line 58 of file scriptbundle_shared.gsc.

References _o_bundle, _s, get_name(), STR_DEFAULT, and warning_on_screen().

Referenced by cSceneObject::get_align_ent().

Field Documentation

◆ _e

◆ _e_array

◆ _n_clientnum

◆ _o_bundle

◆ _s


The documentation for this class was generated from the following files: