12 #ifndef BSCRIPT_BOBJECT_H 13 #include "../bscript/bobject.h" 16 #include "../clib/compilerspecifics.h" 17 #include "../clib/rawtypes.h" 18 #include "../clib/weakptr.h" 44 virtual Bscript::
BObjectImp* copy() const POL_OVERRIDE;
45 virtual Bscript::
BObjectImp* call_method( const
char* methodname,
46 Bscript::
Executor& ex ) POL_OVERRIDE;
48 bool forcebuiltin = false ) POL_OVERRIDE;
49 virtual Bscript::
BObjectRef get_member( const
char* membername ) POL_OVERRIDE;
50 virtual Bscript::
BObjectRef get_member_id( const
int id ) POL_OVERRIDE;
Bscript::BApplicObj< ScriptExPtr > base
BApplicObjType scriptexobjimp_type
weak_ptr< UOExecutor > ScriptExPtr