◆ load()
Load the data for the object
◆ toggleHidden()
void Sherlock::Object::toggleHidden |
( |
| ) |
|
Toggle the type of an object between hidden and active
◆ setFlagsAndToggles()
void Sherlock::Object::setFlagsAndToggles |
( |
| ) |
|
Handle setting any flags associated with the object
◆ adjustObject()
void Sherlock::Object::adjustObject |
( |
| ) |
|
Adjusts the sprite's position and animation sequence, advancing by 1 frame. If the end of the sequence is reached, the appropriate action is taken.
◆ pickUpObject()
int Sherlock::Object::pickUpObject |
( |
FixedTextActionId |
fixedTextActionId = kFixedTextAction_Invalid | ) |
|
Handles trying to pick up an object. If allowed, plays an y necessary animation for picking up the item, and then adds it to the player's inventory
◆ frameWidth()
int Sherlock::Object::frameWidth |
( |
| ) |
const |
|
inline |
◆ frameHeight()
int Sherlock::Object::frameHeight |
( |
| ) |
const |
|
inline |
◆ getNewBounds()
Returns the current bounds for the sprite
◆ getNoShapeBounds()
const Common::Rect Sherlock::Object::getNoShapeBounds |
( |
| ) |
const |
Returns the bounds for a sprite without a shape
◆ getOldBounds()
Returns the old bounsd for the sprite from the previous frame
◆ setObjTalkSequence()
void Sherlock::Object::setObjTalkSequence |
( |
int |
seq | ) |
|
|
overridevirtual |
Adjusts the frame and sequence variables of a sprite that corresponds to the current speaker so that it points to the beginning of the sequence number's talk sequence in the object's sequence buffer
- Parameters
-
seq | Which sequence to use (if there's more than 1) |
Reimplemented from Sherlock::BaseObject.
The documentation for this class was generated from the following file: