10 #include "../clib/compilerspecifics.h" 44 virtual ~
UDoor() =
default;
53 virtual Bscript::
BObjectImp* get_script_member( const
char* membername ) const POL_OVERRIDE;
54 virtual Bscript::
BObjectImp* get_script_member_id( const
int id ) const POL_OVERRIDE;
55 virtual Bscript::
BObjectImp* script_method( const
char* methodname,
56 Bscript::
Executor& ex ) POL_OVERRIDE;
57 virtual Bscript::
BObjectImp* script_method_id( const
int id, Bscript::
Executor& ex ) POL_OVERRIDE;
58 virtual
bool script_isa(
unsigned isatype ) const POL_OVERRIDE;