res://addons/w4gd/game_server/game_server.gd:StateChangeRequest
Inherits: RefCounted
Internal class used to coordinate state changes with Agones.
Methods
void  | 
cancel ( )  | 
bool  | 
execute ( )  | 
int  | 
|
bool  | 
needs_retry ( )  | 
Signals
completed ( Variant requested_state )
There is currently no description for this signal.
failed ( Variant requested_state )
There is currently no description for this signal.
Method Descriptions
void cancel ( )
There is currently no description for this method.
bool execute ( )
There is currently no description for this method.
int get_requested_state ( )
There is currently no description for this method.
bool needs_retry ( )
There is currently no description for this method.