Click or drag to resize

UDPServer Properties

The UDPServer type exposes the following members.

Properties
  NameDescription
Public propertyDynamicObject
Gets a new DynamicGodotObject associated with this instance.
(Inherited from Object.)
Public propertyMaxPendingConnections

Define the maximum number of pending connections, during Poll, any new pending connection exceeding that value will be automatically dropped. Setting this value to 0 effectively prevents any new pending connection to be accepted (e.g. when all your players have connected).

Public propertyNativeInstance (Inherited from Object.)
Top
See Also