Table of Contents

Delegate MultiplayerPeer.PeerDisconnectedEventHandler

Namespace
Godot
Assembly
GodotSharp.dll

Represents the method that handles the PeerDisconnected event of a MultiplayerPeer class.

public delegate void MultiplayerPeer.PeerDisconnectedEventHandler(long id)

Parameters

id long
Represents the method that handles the event of a class.

Constructors

PeerDisconnectedEventHandler(object, IntPtr)

public PeerDisconnectedEventHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(long, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(long id, AsyncCallback callback, object @object)

Parameters

id long
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(long)

public virtual void Invoke(long id)

Parameters

id long