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