|
| Room (World *world, Common::SeekableReadStream &stream) |
|
World & | world () |
|
const Common::String & | name () const |
|
const PathFindingShape * | activeFloor () const |
|
int8 | orderAt (Common::Point query) const |
|
float | depthAt (Common::Point query) const |
|
uint8 | characterAlphaTint () const |
|
uint8 | characterAlphaPremultiplier () const |
|
bool | fixedCameraOnEntering () const |
|
int | musicID () const |
|
ObjectIterator | beginObjects () const |
|
ObjectIterator | endObjects () const |
|
void | update () |
|
void | draw () |
|
virtual bool | updateInput () |
|
virtual void | loadResources () |
|
virtual void | freeResources () |
|
virtual void | syncGame (Common::Serializer &serializer) |
|
ObjectBase * | getObjectByName (const char *name) const |
|
void | toggleActiveFloor () |
|
void | debugPrint (bool withObjects) const |
|
|
static constexpr const char * | kClassName = "CHabitacion" |
|
|
| Room (World *world, Common::SeekableReadStream &stream, bool hasUselessByte) |
|
void | updateScripts () |
|
void | updateRoomBounds () |
|
void | updateInteraction () |
|
void | updateObjects () |
|
void | drawObjects () |
|
void | drawDebug () |
|
ShapeObject * | getSelectedObject (ShapeObject *best=nullptr) const |
|
The documentation for this class was generated from the following file: