Public Member Functions | |
| ObjectSensor (GameObject *o, SensorID sensorID, int16 rng) | |
| ObjectSensor (Common::InSaveFile *in, int16 ctr) | |
| 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) | |
| virtual void | write (Common::MemoryWriteStreamDynamic *out) |
| virtual int16 | getType ()=0 |
| 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 |