Class UdpServer.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class UdpServer.MethodName : RefCounted.MethodName
- Inheritance
-
UdpServer.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
GetLocalPort
Cached name for the 'get_local_port' method.
public static readonly StringName GetLocalPort
Field Value
GetMaxPendingConnections
Cached name for the 'get_max_pending_connections' method.
public static readonly StringName GetMaxPendingConnections
Field Value
IsConnectionAvailable
Cached name for the 'is_connection_available' method.
public static readonly StringName IsConnectionAvailable
Field Value
IsListening
Cached name for the 'is_listening' method.
public static readonly StringName IsListening
Field Value
Listen
Cached name for the 'listen' method.
public static readonly StringName Listen
Field Value
Poll
Cached name for the 'poll' method.
public static readonly StringName Poll
Field Value
SetMaxPendingConnections
Cached name for the 'set_max_pending_connections' method.
public static readonly StringName SetMaxPendingConnections
Field Value
Stop
Cached name for the 'stop' method.
public static readonly StringName Stop
Field Value
TakeConnection
Cached name for the 'take_connection' method.
public static readonly StringName TakeConnection