Show / Hide Table of Contents

Class DoubleKeyPlayerEvent

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

Constructors

DoubleKeyPlayerEvent(Object, IntPtr)

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

Methods

BeginInvoke(String, Int64, String, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(string entityName, long playerId, string gridName, AsyncCallback callback, object object)
Parameters
Type Name Description
System.String entityName
System.Int64 playerId
System.String gridName
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(String, Int64, String)

Declaration
public virtual void Invoke(string entityName, long playerId, string gridName)
Parameters
Type Name Description
System.String entityName
System.Int64 playerId
System.String gridName
☀
☾
In This Article
  • Constructors
    • DoubleKeyPlayerEvent(Object, IntPtr)
  • Methods
    • BeginInvoke(String, Int64, String, AsyncCallback, Object)
    • EndInvoke(IAsyncResult)
    • Invoke(String, Int64, String)
Back to top
Generated by DocFX
☀
☾