25 #ifndef ENGINES_NWN2_WAYPOINT_H 26 #define ENGINES_NWN2_WAYPOINT_H 79 #endif // ENGINES_NWN2_WAYPOINT_H Common::UString getMapNote() const
Return the waypoint's map note text.
bool hasMapNote() const
Does this waypoint have a map note?
A class holding an UTF-8 string.
void load(const Aurora::GFF3Struct &waypoint)
Load from a waypoint instance.
bool _hasMapNote
Does this waypoint have a map note?
An object within a NWN2 area.
Basic Neverwinter Nights 2 type definitions.
Common::UString _mapNote
The waypoint's map note text.
Low-level type definitions to handle fixed width types portably.
Waypoint(const Aurora::GFF3Struct &waypoint)
Load from a waypoint instance.
void loadProperties(const Aurora::GFF3Struct &gff)
Load general waypoint properties.
Basic type definitions to handle files used in BioWare's Aurora engine.
void enableMapNote(bool enabled)
Enable/Disable the waypoint's map note.
An object in a Neverwinter Nights 2 area.
bool enabledMapNote() const
Is this waypoint's map note currently enabled?
bool _enabledMapNote
Is this waypoint's map note enabled?