Public Member Functions | |
| EventSensor (GameObject *o, SensorID sensorID, int16 rng, int16 type) | |
| EventSensor (Common::InSaveFile *in, int16 ctr) | |
| int32 | archiveSize () |
| void | write (Common::MemoryWriteStreamDynamic *out) |
| int16 | getType () |
| bool | check (SenseInfo &info, uint32 senseFlags) |
| bool | evaluateEvent (const GameEvent &event) |
Public Member Functions inherited from Saga2::Sensor | |
| Sensor (GameObject *o, SensorID sensorID, int16 rng) | |
| Sensor (Common::InSaveFile *in, int16 ctr) | |
| GameObject * | getObject () |
| SensorID | thisID () |
| int16 | getRange () |
Additional Inherited Members | |
Public Attributes inherited from Saga2::Sensor | |
| GameObject * | _obj |
| SensorID | _id |
| int16 | _range |
| int16 | _checkCtr |
| bool | _active |