Class ButtonPanelEvent
Inheritance
System.Object
ButtonPanelEvent
Assembly: Sandbox.Game.dll
[VisualScriptingEvent]
public sealed class ButtonPanelEvent : MulticastDelegate
Constructors
Declaration
public ButtonPanelEvent(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(string name, int button, long playerId, long blockId, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
button |
|
System.Int64 |
playerId |
|
System.Int64 |
blockId |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(string name, int button, long playerId, long blockId)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
button |
|
System.Int64 |
playerId |
|
System.Int64 |
blockId |
|