Namespace: Account

Account

Properties:
Name Type Description
username String username if user is logged in, otherwise it returns "Unknown user"

Methods

(static) getUsername() → {string}

Returns the username for the currently logged in High Fidelity metaverse account.
Returns:
username if user is logged in, otherwise it returns "Unknown user"
Type
string

(static) isLoggedIn() → {bool}

Determine if the user is logged into the High Fidleity metaverse.
Returns:
true when user is logged into the High Fidelity metaverse.
Type
bool

(static) usernameChanged() → {Signal}

Triggered when username has changed.
Returns:
Type
Signal