MasterServerResult
Inherits: RefCounted < Object
A result from a MasterServerResponse.
Description
A result from a MasterServerResponse. Contains either result or error.
Properties
|
||
Methods
has_error() const |
Property Descriptions
String get_error()
Gets the error message.
GameServerInfo result 🔗
GameServerInfo get_result()
Gets the result.
Method Descriptions
Returns true if there is an error.