MCPcopy Create free account
hub / github.com/cuberite/cuberite / SetLocale

Method SetLocale

src/ClientHandle.h:165–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 int GetViewDistance(void) const { return m_ViewDistance; }
164
165 void SetLocale(AString & a_Locale) { m_Locale = a_Locale; }
166 AString GetLocale(void) const { return m_Locale; }
167
168 int GetUniqueID(void) const { return m_UniqueID; }

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected