res://addons/w4gd/game_server/agones_client.gd:Result
Inherits: RefCounted
Represents the result of a request to the Agones API.
Methods
Dictionary |
get_data ( ) |
String |
get_message ( ) |
bool |
is_error ( ) |
bool |
is_success ( ) |
Method Descriptions
Dictionary get_data ( )
Gets the data returned by Agones.
String get_message ( )
Gets the message returned by Agones.
bool is_error ( )
Returns true if the request resulted in an error; otherwise, false.
bool is_success ( )
Returns true if the request was a success; otherwise, false.