25 #ifndef ENGINES_DRAGONAGE_WAYPOINT_H 26 #define ENGINES_DRAGONAGE_WAYPOINT_H 87 #endif // ENGINES_DRAGONAGE_WAYPOINT_H const Aurora::LocString & getMapNote() const
Return the waypoint's map note text.
uint32 _type
Index into the Waypoints MGDA.
A class holding an UTF-8 string.
const Common::UString & getIcon() const
Return the icon representing the waypoint on the map.
Aurora::LocString _mapNote
The waypoint's map note text.
bool _enabledMapNote
Is this waypoint's map note enabled?
bool enabledMapNote() const
Is the map note enabled?
Waypoint(const Aurora::GFF3Struct &waypoint)
Load from a waypoint instance.
int32 _group
The ID of the group this waypoint belongs to.
Handling BioWare's localized strings.
Basic type definitions to handle files used in BioWare's Aurora engine.
bool hasMapNote() const
Does this waypoint have a map note?
An object in a Dragon Age: Origins area.
void enableMapNote(bool enabled)
Enable/Disable the waypoint's map note.
bool _hasMapNote
Does this waypoint have a map note?
void load(const Aurora::GFF3Struct &waypoint)
int32 getGroup() const
Return the ID of the group this waypoint belongs to.
Common::UString _icon
The icon to show in the mini map for this waypoint.