API Referenceglobal
public class Sandbox.Doo.DelayBlock : Sandbox.Doo.Block
Wait for a number of seconds
Constructors
Showing 1 constructors
public DelayBlock()
No results match this filter.
Methods
Showing 3 methods
public virtual void CollectArguments(System.Collections.Generic.HashSet`1<string> arguments)
public virtual string GetNodeString()
public virtual void Reset()
No results match this filter.
Properties
Showing 1 properties
public Sandbox.Doo.Expression Sandbox.Doo.DelayBlock.Seconds { get; set; }
The number of seconds to wait before continuing.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.DelayBlock |