Show / Hide Table of Contents

Class BlockEvent

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

Constructors

BlockEvent(Object, IntPtr)

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

Methods

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

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

Declaration
public virtual void Invoke(string typeId, string subtypeId, string gridName, long blockId)
Parameters
Type Name Description
System.String typeId
System.String subtypeId
System.String gridName
System.Int64 blockId
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾