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