MasterServerListResult
Inherits: RefCounted < Object
A result from a MasterServerListResponse.
Description
A result from a MasterServerListResponse. Contains either result or error.
Properties
|
||
|
Methods
has_error() const |
Property Descriptions
String get_error()
The error message.
Array[GameServerInfo] results = [] 🔗
Array[GameServerInfo] get_results()
The results.
Method Descriptions
Returns true if there is an error.