Click or drag to resize

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
)

Parameters

_errorText
Type: SystemString
The error text to display
See Also