25 #ifndef ENGINES_JADE_WAYPOINT_H 26 #define ENGINES_JADE_WAYPOINT_H 73 #endif // ENGINES_JADE_WAYPOINT_H An object within a Jade Empire area.
A class holding an UTF-8 string.
bool _displayMapNote
Does this waypoint show the map note?
void enableMapNote(bool enabled)
Enable/Disable the waypoint's map note.
Basic Jade Empire type definitions.
Low-level type definitions to handle fixed width types portably.
int _mapNoteType
Type of map note.
An object within a Jade area.
void load(const Aurora::GFF3Struct &waypoint)
Load from a waypoint instance.
void enableMapNoteDisplay(bool enabled)
Enable/Disable the display of the waypoint's map note.
Basic type definitions to handle files used in BioWare's Aurora engine.
Common::UString _mapNote
The waypoint's map note text.
bool _hasMapNote
Does this waypoint have a map note?
bool hasMapNote() const
Does this waypoint have a map note?
Common::UString getMapNote() const
Return the waypoint's map note text.
Waypoint(const Aurora::GFF3Struct &waypoint)
Load from a waypoint instance.