Show / Hide Table of Contents

Class SingleKeyPlayerEvent

Inheritance
System.Object
SingleKeyPlayerEvent
Namespace: Sandbox.Game
Assembly: Sandbox.Game.dll
Syntax
[VisualScriptingEvent]
public sealed class SingleKeyPlayerEvent : MulticastDelegate

Constructors

SingleKeyPlayerEvent(Object, IntPtr)

Declaration
public SingleKeyPlayerEvent(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(Int64, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(long playerId, AsyncCallback callback, object object)
Parameters
Type Name Description
System.Int64 playerId
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(Int64)

Declaration
public virtual void Invoke(long playerId)
Parameters
Type Name Description
System.Int64 playerId
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾