1
0

Updated APIDoc (#3985)

This commit is contained in:
Lukas Pioch
2017-09-07 10:33:46 +02:00
committed by Mattes D
parent 104f9e127b
commit ed7adef1ca
5 changed files with 37 additions and 110 deletions

View File

@@ -242,7 +242,7 @@ public: // tolua_export
/** Returns the view distance that the player request, not the used view distance. */
int GetRequestedViewDistance(void) const { return m_RequestedViewDistance; }
void SetLocale(AString & a_Locale) { m_Locale = a_Locale; }
void SetLocale(const AString & a_Locale) { m_Locale = a_Locale; }
AString GetLocale(void) const { return m_Locale; }
int GetUniqueID(void) const { return m_UniqueID; }