PlayerSession.iusername

Gets the player's lowercase username.

class PlayerSession
final shared @property @safe
string
iusername
()

Examples

assert(session.username.toLower == session.iusername);

Meta