| GameLiftManagerLobbyManagerAddErrorText Method |
Adds text to the error text, allowing the user to know if an error occurred during connection
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax private void AddErrorText(
string _errorText
)
Private Sub AddErrorText (
_errorText As String
)
private:
void AddErrorText(
String^ _errorText
)
private member AddErrorText :
_errorText : string -> unit
Parameters
- _errorText
- Type: SystemString
The error text to display
See Also