This commit is contained in:
Aaron Kimbre
2022-12-20 08:14:58 -06:00
parent 192948a87f
commit 30fbdd3956
13 changed files with 237 additions and 10 deletions

View File

@@ -179,6 +179,26 @@ public:
*/
void SetGMLevel(int gmlevel);
/**
* @brief Get the Guild ID that the character is in
* @return const LWOOBJID& The guild
*/
const LWOOBJID& GetGuildID() const { return m_GuildID; }
/**
* @brief Get the character's Guild's Name
* @return const std::u16string& the guild name
*/
const std::u16string& GetGuildName() const { return m_GuildName; }
/**
* @brief Set the character's Guild
*
* @param guildID
* @param guildName
*/
void SetGuild(LWOOBJID& guildID, std::u16string guildName);
/**
* Initializes the player statistics from the string stored in the XML
* @param statisticsString the string to parse