MultiplayerMatchExtension๐
Inherits: MultiplayerAPIExtension
There is currently no description for this class. Please help us by contributing one !
Properties๐
|
||
|
Methoden๐
void |
_init() |
Error |
_poll() |
Error |
_rpc(peer: int, object: Object, method: StringName, args: Array) |
void |
_set_multiplayer_peer(p_peer: MultiplayerPeer) |
Error |
|
void |
|
void |
_on_peer_connected(peer_id: int) |
void |
_on_peer_disconnected(peer_id: int) |
Signals๐
scene_changed() ๐
There is currently no description for this signal. Please help us by contributing one!
Eigenschaftsbeschreibungen๐
SceneMultiplayer _multiplayer = <unknown> ๐
There is currently no description for this property. Please help us by contributing one!
The maximum number of concurrent connections to accept
Methodenbeschreibungen๐
void _init() ๐
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(peer: int, object: Object, method: StringName, args: Array) ๐
There is currently no description for this method. Please help us by contributing one!
void _set_multiplayer_peer(p_peer: MultiplayerPeer) ๐
There is currently no description for this method. Please help us by contributing one!
MultiplayerPeer _get_multiplayer_peer() ๐
There is currently no description for this method. Please help us by contributing one!
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!
PackedInt32Array _get_peer_ids() ๐
There is currently no description for this method. Please help us by contributing one!
Error serve(port: int = 9000) ๐
Creates a server peer and listens for connections on all intefaces for specifed port
void join(host: String = "localhost", port: int = 9000) ๐
Creates a client peer and connects to specified host and port
void _on_peer_connected(peer_id: int) ๐
Emitted when a multiplayer peer successfully connects to a server. Only emitted on the server.
void _on_peer_disconnected(peer_id: int) ๐
There is currently no description for this method. Please help us by contributing one!