UpdateLanguage

Updates the player's language when the client changes it.

Members

Mixins

__anonymous
mixin IO!(language)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
hubId
uint hubId;

Player's unique id given by the hub.

language
string language;

Player's language in the same format as HubInfo's language field.

Meta