| _clickable | Graphics::Renderable | protected |
| _currentHitPoints | Engines::KotOR::Object | protected |
| _description | Engines::KotOR::Object | protected |
| _distance | Graphics::Renderable | protected |
| _geometry | Engines::Trigger | protected |
| Engines::_id | Graphics::Renderable | protected |
| Engines::KotOR::Object::_id | Aurora::NWScript::Object | protected |
| _ids | Engines::KotOR::Object | protected |
| _maxHitPoints | Engines::KotOR::Object | protected |
| _minOneHitPoint | Engines::KotOR::Object | protected |
| _name | Engines::KotOR::Object | protected |
| _orientation | Engines::KotOR::Object | protected |
| _portrait | Engines::KotOR::Object | protected |
| _position | Engines::KotOR::Object | protected |
| _queueExists | Graphics::Renderable | protected |
| _queueVisible | Graphics::Renderable | protected |
| _room | Engines::KotOR::Object | protected |
| _sound | Engines::KotOR::Object | protected |
| _static | Engines::KotOR::Object | protected |
| Engines::_tag | Graphics::Renderable | protected |
| Engines::KotOR::Object::_tag | Aurora::NWScript::Object | protected |
| _type | Engines::KotOR::Object | protected |
| _usable | Engines::KotOR::Object | protected |
| _visible | Engines::Trigger | protected |
| addToQueue(QueueType queue) | Graphics::Queueable | protected |
| advanceTime(float dt) | Graphics::Renderable | virtual |
| calculateDistance() | Engines::Trigger | virtual |
| clearScripts() | Engines::KotOR::ScriptContainer | protected |
| clearVariables() | Aurora::NWScript::VariableContainer | |
| click(Object *triggerer=0) | Engines::KotOR::Object | virtual |
| contains(float x, float y) const | Engines::Trigger | |
| enter() | Engines::KotOR::Object | virtual |
| getCurrentHitPoints() | Engines::KotOR::Object | |
| getDescription() const | Engines::KotOR::Object | |
| getDistance() const | Graphics::Renderable | |
| Engines::getID() const | Graphics::Renderable | |
| Engines::KotOR::Object::getID() const | Aurora::NWScript::Object | inline |
| getIDs() const | Engines::KotOR::Object | |
| getMaxHitPoints() | Engines::KotOR::Object | |
| getMinOneHitPoints() const | Engines::KotOR::Object | |
| getName() const | Engines::KotOR::Object | |
| getOrientation(float &x, float &y, float &z, float &angle) const | Engines::KotOR::Object | virtual |
| getPortrait() const | Engines::KotOR::Object | |
| getPosition(float &x, float &y, float &z) const | Engines::KotOR::Object | virtual |
| getRoom() | Engines::KotOR::Object | |
| getScript(Script script) const | Engines::KotOR::ScriptContainer | |
| Engines::getTag() const | Graphics::Renderable | |
| Engines::KotOR::Object::getTag() const | Aurora::NWScript::Object | inline |
| getType() const | Engines::KotOR::Object | |
| getVariable(const Common::UString &var, Type type=kTypeVoid) | Aurora::NWScript::VariableContainer | |
| getVariable(const Common::UString &var) const | Aurora::NWScript::VariableContainer | |
| hasScript(Script script) const | Engines::KotOR::ScriptContainer | |
| hasVariable(const Common::UString &var) const | Aurora::NWScript::VariableContainer | |
| hide() | Engines::KotOR::Trigger | virtual |
| hideSoft() | Engines::KotOR::Trigger | virtual |
| highlight(bool enabled) | Engines::KotOR::Object | virtual |
| Engines::isClickable() const | Graphics::Renderable | |
| Engines::KotOR::Object::isClickable() const | Engines::KotOR::Object | |
| isIn(float x, float y) const | Graphics::Renderable | virtual |
| isIn(float x, float y, float z) const | Graphics::Renderable | virtual |
| isIn(float x1, float y1, float z1, float x2, float y2, float z2) const | Graphics::Renderable | virtual |
| isInQueue(QueueType queue) const | Graphics::Queueable | inlineprotected |
| isStatic() const | Engines::KotOR::Object | |
| isUsable() const | Engines::KotOR::Object | |
| isVisible() const | Engines::KotOR::Trigger | virtual |
| leave() | Engines::KotOR::Object | virtual |
| load(const Aurora::GFF3Struct &gff) | Engines::KotOR::Trigger | protected |
| loadBlueprint(const Aurora::GFF3Struct &gff) | Engines::KotOR::Trigger | protected |
| lockFrame() | Graphics::Renderable | protected |
| lockFrameIfVisible() | Graphics::Renderable | protected |
| lockQueue(QueueType queue) | Graphics::Queueable | protected |
| makeLookAt(float x, float y) | Engines::KotOR::Object | |
| makeLookAt(Object *target) | Engines::KotOR::Object | |
| Object(ObjectType type=kObjectTypeInvalid) | Engines::KotOR::Object | |
| Aurora::NWScript::Object::Object() | Aurora::NWScript::Object | inline |
| operator<(const Queueable &q) const | Graphics::Renderable | virtual |
| playAnimation(const Common::UString &anim, bool restart=true, float length=0.0f, float speed=1.0f) | Engines::KotOR::Object | virtual |
| playSound(const Common::UString &sound, bool pitchVariance=false) | Engines::KotOR::Object | |
| prepare() | Engines::Trigger | protected |
| Queueable() | Graphics::Queueable | |
| queueRender(const glm::mat4 &parentTransform) | Graphics::Renderable | inlinevirtual |
| readScripts(const Aurora::GFF3Struct &gff, bool clear=true) | Engines::KotOR::ScriptContainer | protected |
| readScripts(const ScriptContainer &container) | Engines::KotOR::ScriptContainer | protected |
| removeFromQueue(QueueType queue) | Graphics::Queueable | protected |
| removeVariable(const Common::UString &var) | Aurora::NWScript::VariableContainer | |
| render(Graphics::RenderPass pass) | Engines::Trigger | virtual |
| Renderable(RenderableType type) | Graphics::Renderable | |
| renderImmediate(const glm::mat4 &parentTransform) | Graphics::Renderable | inlinevirtual |
| resort() | Graphics::Renderable | protected |
| runScript(Script script, const Aurora::NWScript::ObjectReference owner=Aurora::NWScript::ObjectReference(), const Aurora::NWScript::ObjectReference triggerer=Aurora::NWScript::ObjectReference()) | Engines::KotOR::ScriptContainer | |
| runScript(const Common::UString &script, const Aurora::NWScript::ObjectReference owner=Aurora::NWScript::ObjectReference(), const Aurora::NWScript::ObjectReference triggerer=Aurora::NWScript::ObjectReference()) | Engines::KotOR::ScriptContainer | static |
| runScript(const Common::UString &script, const Aurora::NWScript::ScriptState &state, const Aurora::NWScript::ObjectReference owner=Aurora::NWScript::ObjectReference(), const Aurora::NWScript::ObjectReference triggerer=Aurora::NWScript::ObjectReference()) | Engines::KotOR::ScriptContainer | static |
| ScriptContainer() | Engines::KotOR::ScriptContainer | |
| setClickable(bool clickable) | Graphics::Renderable | |
| setCurrentHitPoints(int hitpoints) | Engines::KotOR::Object | |
| setMaxHitPoints(int maxHP) | Engines::KotOR::Object | |
| setMinOneHitPoints(bool enabled) | Engines::KotOR::Object | |
| setOrientation(float x, float y, float z, float angle) | Engines::KotOR::Object | virtual |
| setPosition(float x, float y, float z) | Engines::KotOR::Object | virtual |
| setRoom(Room *room) | Engines::KotOR::Object | |
| setTag(const Common::UString &tag) | Graphics::Renderable | |
| setVariable(const Common::UString &var, const Variable &value) | Aurora::NWScript::VariableContainer | |
| setVisible(bool visible) | Engines::Trigger | |
| show() | Engines::KotOR::Trigger | virtual |
| sortQueue(QueueType queue) | Graphics::Queueable | protected |
| stopSound() | Engines::KotOR::Object | |
| Trigger(const Aurora::GFF3Struct &gff) | Engines::KotOR::Trigger | |
| Engines::Trigger::Trigger() | Engines::Trigger | |
| unlockFrame() | Graphics::Renderable | protected |
| unlockFrameIfVisible() | Graphics::Renderable | protected |
| unlockQueue(QueueType queue) | Graphics::Queueable | protected |
| VariableContainer() | Aurora::NWScript::VariableContainer | |
| ~Object() | Engines::KotOR::Object | virtual |
| ~Queueable() | Graphics::Queueable | virtual |
| ~Renderable() | Graphics::Renderable | |
| ~ScriptContainer() | Engines::KotOR::ScriptContainer | |
| ~VariableContainer() | Aurora::NWScript::VariableContainer | virtual |