API Referenceglobal
ForRangeBodyclass
Output signal for a `Facepunch.ActionGraphs.Nodes.ControlFlow.ForRange(Facepunch.ActionGraphs.Nodes.ControlFlow.ForRangeBody,System.Int32,System.Int32,System.Int32)` node, fired for each value in the range.
object→
MulticastDelegate→ForRangeBodyConstructors1
Showing 1 constructors
public ForRangeBody(object object, System.IntPtr method)
| Parameter | Type | Description |
|---|---|---|
| object | object | — |
| method | IntPtr | — |
No results match this filter.
Methods3
Showing 3 methods
public virtual System.IAsyncResult BeginInvoke(int value, System.AsyncCallback callback, object object)
| Parameter | Type | Description |
|---|---|---|
| value | int | — |
| callback | AsyncCallback | — |
| object | object | — |
Returns:
IAsyncResult—public virtual System.Threading.Tasks.Task EndInvoke(System.IAsyncResult result)
| Parameter | Type | Description |
|---|---|---|
| result | IAsyncResult | — |
Returns:
Task—public virtual System.Threading.Tasks.Task Invoke(int value)
| Parameter | Type | Description |
|---|---|---|
| value | int | — |
Returns:
Task—No results match this filter.