Public Member Functions | |
| SpecificMetaTileTarget (MetaTileID mt) | |
| SpecificMetaTileTarget (Common::SeekableReadStream *stream) | |
| int32 | archiveSize () const |
| void | write (Common::MemoryWriteStreamDynamic *out) const |
| int16 | getType () const |
| size_t | size () const |
| void | clone (void *mem) const |
| bool | operator== (const Target &t) const |
| bool | isTarget (MetaTile *mt, int16 mapNum, const TilePoint &tp) const |
Public Member Functions inherited from Saga2::MetaTileTarget | |
| TilePoint | where (GameWorld *world, const TilePoint &tp) const |
| int16 | where (GameWorld *world, const TilePoint &tp, TargetLocationArray &tla) const |
Public Member Functions inherited from Saga2::Target | |
| bool | operator!= (const Target &t) const |
| void * | operator new (size_t, void *p) |
| virtual bool | isObjectTarget () const |
| virtual bool | isActorTarget () const |