ScummVM API documentation
Freescape::GlobalStructure Class Reference
Inheritance diagram for Freescape::GlobalStructure:
Freescape::Object

Public Member Functions

 GlobalStructure (const Common::Array< byte > structure_)
 
ObjectType getType () override
 
void draw (Freescape::Renderer *gfx, float offset=0.0) override
 
void scale (int factor) override
 
Objectduplicate () override
 
- Public Member Functions inherited from Freescape::Object
uint16 getObjectID ()
 
uint16 getObjectFlags ()
 
void setObjectFlags (uint32 flags_)
 
Math::Vector3d getOrigin ()
 
virtual void setOrigin (Math::Vector3d origin_)
 
Math::Vector3d getSize ()
 
virtual bool isDrawable ()
 
virtual bool isPlanar ()
 
bool isInvisible ()
 
void makeInvisible ()
 
void makeVisible ()
 
bool isInitiallyInvisible ()
 
void makeInitiallyInvisible ()
 
void makeInitiallyVisible ()
 
bool isDestroyed ()
 
void destroy ()
 
void restore ()
 
void toggleVisibility ()
 

Public Attributes

Common::Array< byte > _structure
 
- Public Attributes inherited from Freescape::Object
uint16 _flags
 
ObjectType _type
 
uint16 _objectID
 
Math::Vector3d _origin
 
Math::Vector3d _size
 
Math::Vector3d _rotation
 
Math::AABB _boundingBox
 
Object_partOfGroup = nullptr
 

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