API: MPNetProtocolBase #
Inherits:
MPExtension
Base Class for all network protocols
Properties #
| Type | Name | Default |
|---|---|---|
Variant |
net_protocols |
Methods #
| Returns Type | Syntax |
|---|---|
MultiplayerPeer |
host ( Variant port, Variant bind_ip, Variant max_players ) |
MultiplayerPeer |
join ( Variant address, Variant port ) |
Property Descriptions #
Variant net_protocols
- Default:
<unknown>
There’s currently no description for this property.
Method Descriptions #
MultiplayerPeer host ( Variant port, Variant bind_ip, Variant max_players )
Host function
MultiplayerPeer join ( Variant address, Variant port )
There’s currently no description for this method.