| GameLiftManagerLobbyManagerUpdateUsername Method |
Updates the username of the user based on the username they selected
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void UpdateUsername(
string _username
)
Private Sub UpdateUsername (
_username As String
)
private:
void UpdateUsername(
String^ _username
)
private member UpdateUsername :
_username : string -> unit
Parameters
- _username
- Type: SystemString
[Missing <param name="_username"/> documentation for "M:ASL.GameLiftManager.LobbyManager.UpdateUsername(System.String)"]
See Also