Public Member Functions | |
| ActivationObject (const Point &pos, const Point &size, const Polygone &activeArea, Door *attachedDoor) | |
| virtual void | controlStep (double dt) |
Protected Attributes | |
| AreaActivating | areaActivating |
| Door * | attachedDoor |
| bool | wasActive |
Definition at line 493 of file playground.cpp.
| Enki::ActivationObject::ActivationObject | ( | const Point & | pos, | |
| const Point & | size, | |||
| const Polygone & | activeArea, | |||
| Door * | attachedDoor | |||
| ) | [inline] |
Definition at line 501 of file playground.cpp.
| virtual void Enki::ActivationObject::controlStep | ( | double | dt | ) | [inline, virtual] |
Definition at line 512 of file playground.cpp.
AreaActivating Enki::ActivationObject::areaActivating [protected] |
Definition at line 496 of file playground.cpp.
Door* Enki::ActivationObject::attachedDoor [protected] |
Definition at line 498 of file playground.cpp.
bool Enki::ActivationObject::wasActive [protected] |
Definition at line 497 of file playground.cpp.