W4Client
Inherits: Node
Inherited By: res://addons/w4gd/w4gd.gd
There is currently no description for this class.
Properties
Callable |
|
Methods
void |
|
void |
debug ( Variant msg ) |
void |
error ( Variant msg ) |
void |
fail ( ) |
void |
get_identity ( ) |
int |
|
void |
warning ( Variant msg ) |
Property Descriptions
res://addons/w4gd/analytics/analytics.gd analytics
There is currently no description for this property.
res://addons/w4gd/smauth/smauth.gd auth
There is currently no description for this property.
res://addons/w4gd/supabase/client.gd client
There is currently no description for this property.
Callable log_function
There is currently no description for this property.
res://addons/w4gd/w4rm/w4rm_mapper.gd mapper
There is currently no description for this property.
res://addons/w4gd/matchmaker/matchmaker.gd matchmaker
There is currently no description for this property.
res://addons/w4gd/supabase/pg_meta.gd pg
There is currently no description for this property.
res://addons/w4gd/supabase/realtime.gd realtime
There is currently no description for this property.
res://addons/w4gd/supabase/rest.gd rest
There is currently no description for this property.
res://addons/w4gd/supabase/storage.gd storage
There is currently no description for this property.
Method Descriptions
void connect_to_realtime ( )
There is currently no description for this method.
void debug ( Variant msg )
There is currently no description for this method.
void error ( Variant msg )
There is currently no description for this method.
void fail ( )
There is currently no description for this method.
void get_identity ( )
There is currently no description for this method.
int get_server_default_port ( )
Returns the default port for game servers. Can be configured in the project settings (w4games/game_server/default_port
), and overridden via the W4CLOUD_GAMESERVER_PORT environment variable. Usage:
var peer := ENetMultiplayerPeer.new()
peer.create_server(W4Client.get_server_default_port())
void warning ( Variant msg )
There is currently no description for this method.