#include <base_object.h>
Public Member Functions | |
virtual ::Ultima::Shared::ClassDef | getType () const |
bool | isInstanceOf (const ClassDef &classDef) const |
Static Public Member Functions | |
::Ultima::Shared::ClassDef | type () |
Defines the most basic root of the engine's object hierarchy.
bool Ultima::Shared::BaseObject::isInstanceOf | ( | const ClassDef & | classDef | ) | const |
Returns true if a given object is of the type defined by the class definition, or one of it's descendants