25 #ifndef ENGINES_KOTOR_GUI_INGAME_INGAME_H 26 #define ENGINES_KOTOR_GUI_INGAME_INGAME_H 48 float worldPt1X,
float worldPt1Y,
float worldPt2X,
float worldPt2Y,
49 float mapPt1X,
float mapPt1Y,
float mapPt2X,
float mapPt2Y);
78 #endif // ENGINES_KOTOR_GUI_INGAME_INGAME_H void show()
Show the ingame GUI elements.
Common::ScopedPtr< HUD > _hud
void addEvent(const Events::Event &event)
A class holding an UTF-8 string.
void showContainer(Inventory &inv)
void setRotation(float angle)
Set the rotation for the minimap arrow.
void setPartyMember2(Creature *creature)
void hide()
Hide the ingame GUI elements.
Generic Aurora engines (debug) console.
A scoped plain pointer, allowing pointer-y access and normal deletion.
void setReturnQueryStrref(uint32 id)
void setReturnEnabled(bool enabled)
void setReturnStrref(uint32 id)
void setMinimap(const Common::UString &map, int northAxis, float worldPt1X, float worldPt1Y, float worldPt2X, float worldPt2Y, float mapPt1X, float mapPt1Y, float mapPt2X, float mapPt2Y)
Set the minimap with the specified id and both scaling points.
void setPosition(float x, float y)
Set the position for the minimap.
void setPartyLeader(Creature *creature)
void setPartyMember1(Creature *creature)
The context needed to run a Star Wars: Knights of the Old Republic module.
IngameGUI(Module &module, ::Engines::Console *console=0)