MultiplayerAPI
Inherits: RefCounted < Object
Inherited By: MultiplayerAPIExtension, SceneMultiplayer
There is currently no description for this class. Please help us by contributing one!
Properties
Methods
create_default_interface ( ) static |
|
get_default_interface ( ) static |
|
get_peers ( ) |
|
get_unique_id ( ) |
|
is_server ( ) |
|
object_configuration_add ( Object object, Variant configuration ) |
|
object_configuration_remove ( Object object, Variant configuration ) |
|
poll ( ) |
|
rpc ( int peer, Object object, StringName method, Array arguments=[] ) |
|
void |
set_default_interface ( StringName interface_name ) static |
Signals
connected_to_server ( )
There is currently no description for this signal. Please help us by contributing one!
connection_failed ( )
There is currently no description for this signal. Please help us by contributing one!
peer_connected ( int id )
There is currently no description for this signal. Please help us by contributing one!
peer_disconnected ( int id )
There is currently no description for this signal. Please help us by contributing one!
server_disconnected ( )
There is currently no description for this signal. Please help us by contributing one!
Enumerations
enum RPCMode:
RPCMode RPC_MODE_DISABLED = 0
There is currently no description for this enum. Please help us by contributing one!
RPCMode RPC_MODE_ANY_PEER = 1
There is currently no description for this enum. Please help us by contributing one!
RPCMode RPC_MODE_AUTHORITY = 2
There is currently no description for this enum. Please help us by contributing one!
Property Descriptions
MultiplayerPeer multiplayer_peer
void set_multiplayer_peer ( MultiplayerPeer value )
MultiplayerPeer get_multiplayer_peer ( )
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
MultiplayerAPI create_default_interface ( ) static
There is currently no description for this method. Please help us by contributing one!
StringName get_default_interface ( ) static
There is currently no description for this method. Please help us by contributing one!
PackedInt32Array get_peers ( )
There is currently no description for this method. Please help us by contributing one!
int get_remote_sender_id ( )
There is currently no description for this method. Please help us by contributing one!
int get_unique_id ( )
There is currently no description for this method. Please help us by contributing one!
bool has_multiplayer_peer ( )
There is currently no description for this method. Please help us by contributing one!
bool is_server ( )
There is currently no description for this method. Please help us by contributing one!
Error object_configuration_add ( Object object, Variant configuration )
There is currently no description for this method. Please help us by contributing one!
Error object_configuration_remove ( Object object, Variant configuration )
There is currently no description for this method. Please help us by contributing one!
Error poll ( )
There is currently no description for this method. Please help us by contributing one!
Error rpc ( int peer, Object object, StringName method, Array arguments=[] )
There is currently no description for this method. Please help us by contributing one!
void set_default_interface ( StringName interface_name ) static
There is currently no description for this method. Please help us by contributing one!