|
|
void | clearTalkingAnims () |
| |
|
void | clearAnims () |
| |
|
void | clearRoomStickerPixels () |
| |
|
void | loadRoomMetadata (Common::File *roomFile, int roomNumber) |
| |
| RoomPasserBys * | loadPasserByAnims (int roomNumber) |
| |
| Common::Array< HotSpot > | unifyHotspots (Common::Array< Pelrock::Sprite > &anims, Common::Array< Pelrock::HotSpot > &staticHotspots) |
| |
|
void | loadRoomTalkingAnimations (int roomNumber) |
| |
|
void | getPalette (Common::File *roomFile, int roomOffset, byte *palette) |
| |
|
void | getBackground (Common::File *roomFile, int roomOffset, byte *background) |
| |
|
void | loadWaterPaletteRemap () |
| |
| void | addSticker (int stickerId, int persist=3) |
| |
|
void | addStickerToRoom (byte room, int stickerId, int persist=3) |
| |
|
void | removeSticker (int stickerId) |
| |
|
void | removeStickerFromRoom (byte room, int stickerId) |
| |
|
bool | hasSticker (int index) |
| |
|
bool | hasSticker (byte room, int index) |
| |
|
void | changeExit (byte index, bool enabled, int persist=3) |
| |
|
void | changeExit (byte room, byte index, bool enabled, int persist=3) |
| |
|
void | disableExit (byte index, int persist=3) |
| |
|
void | disableExit (byte room, byte index, int persist=3) |
| |
|
void | enableExit (byte index, int persist=3) |
| |
|
void | enableExit (byte room, byte index, int persist=3) |
| |
|
void | changeWalkBox (WalkBox walkbox, int persist=3) |
| |
|
void | changeWalkbox (byte room, WalkBox walkbox, int persist=3) |
| |
|
void | changeHotSpot (HotSpot hotspot, int persist=3) |
| |
|
void | changeHotspot (byte room, HotSpot hotspot, int persist=3) |
| |
|
void | disableSprite (byte spriteIndex, int persist=3) |
| |
|
void | disableSprite (byte roomNumber, byte spriteIndex, int persist=3) |
| |
|
void | enableSprite (byte spriteIndex, byte zOrder, int persist=3) |
| |
|
void | enableSprite (byte roomNumber, byte spriteIndex, byte zOrder, int persist=3) |
| |
| void | enableHotspot (HotSpot *hotspot, int persist=3) |
| |
|
void | enableHotspot (byte room, HotSpot *hotspot, int persist=3) |
| |
|
void | disableHotspot (HotSpot *hotspot, int persist=3) |
| |
|
void | disableHotspot (byte room, HotSpot *hotspot, int persist=3) |
| |
|
void | moveHotspot (HotSpot *hotspot, int16 newX, int16 newY, int persist=3) |
| |
|
void | moveHotspot (byte room, HotSpot *hotspot, int16 newX, int16 newY, int persist=3) |
| |
|
void | setActionMask (HotSpot *hotspot, byte actionMask, int persist=3) |
| |
|
void | addWalkbox (WalkBox walkbox, int persist=3) |
| |
|
void | addWalkbox (byte room, WalkBox walkbox, int persist=3) |
| |
|
void | applyDisabledChoices (byte roomNumber, byte *conversationData, size_t conversationDataSize) |
| |
|
void | applyDisabledChoice (ResetEntry entry, byte *conversationData, size_t conversationDataSize) |
| |
|
void | addDisabledChoice (ChoiceOption choice) |
| |
| bool | isPickableByExtra (uint16 extra) |
| |
|
Sprite * | findSpriteByIndex (byte index) |
| |
|
Sprite * | findSpriteByExtra (int16 extra) |
| |
|
HotSpot * | findHotspotByIndex (byte index) |
| |
|
HotSpot * | findHotspotByExtra (uint16 extra) |
| |
|
PaletteAnim * | getPaletteAnimForRoom (int roomNumber) |
| |