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 492 of file playground.cpp.
Enki::ActivationObject::ActivationObject | ( | const Point & | pos, |
const Point & | size, | ||
const Polygone & | activeArea, | ||
Door * | attachedDoor | ||
) | [inline] |
Definition at line 500 of file playground.cpp.
virtual void Enki::ActivationObject::controlStep | ( | double | dt | ) | [inline, virtual] |
Definition at line 511 of file playground.cpp.
AreaActivating Enki::ActivationObject::areaActivating [protected] |
Definition at line 495 of file playground.cpp.
Door* Enki::ActivationObject::attachedDoor [protected] |
Definition at line 497 of file playground.cpp.
bool Enki::ActivationObject::wasActive [protected] |
Definition at line 496 of file playground.cpp.