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