MultiplayerAPI._classBinding

Undocumented in source.
struct MultiplayerAPI
package @nogc nothrow static
struct _classBinding {}

Members

Static variables

_addPeer
GodotMethod!(void, long) _addPeer;
Undocumented in source.
_connectedToServer
GodotMethod!(void) _connectedToServer;
Undocumented in source.
_connectionFailed
GodotMethod!(void) _connectionFailed;
Undocumented in source.
_delPeer
GodotMethod!(void, long) _delPeer;
Undocumented in source.
_serverDisconnected
GodotMethod!(void) _serverDisconnected;
Undocumented in source.
clear
GodotMethod!(void) clear;
Undocumented in source.
getNetworkConnectedPeers
GodotMethod!(PoolIntArray) getNetworkConnectedPeers;
Undocumented in source.
getNetworkPeer
GodotMethod!(NetworkedMultiplayerPeer) getNetworkPeer;
Undocumented in source.
getNetworkUniqueId
GodotMethod!(long) getNetworkUniqueId;
Undocumented in source.
getRpcSenderId
GodotMethod!(long) getRpcSenderId;
Undocumented in source.
hasNetworkPeer
GodotMethod!(bool) hasNetworkPeer;
Undocumented in source.
isNetworkServer
GodotMethod!(bool) isNetworkServer;
Undocumented in source.
isRefusingNewNetworkConnections
GodotMethod!(bool) isRefusingNewNetworkConnections;
Undocumented in source.
poll
GodotMethod!(void) poll;
Undocumented in source.
sendBytes
GodotMethod!(GodotError, PoolByteArray, long, long) sendBytes;
Undocumented in source.
setNetworkPeer
GodotMethod!(void, NetworkedMultiplayerPeer) setNetworkPeer;
Undocumented in source.
setRefuseNewNetworkConnections
GodotMethod!(void, bool) setRefuseNewNetworkConnections;
Undocumented in source.
setRootNode
GodotMethod!(void, GodotObject) setRootNode;
Undocumented in source.

Meta