API ReferenceSandbox
ComponentDooExtensionsclass
Backward-compatible extension methods telling users to switch from Run/Stop/IsRunning to RunDoo/StopDoo/IsRunningDoo. These are marked as obsolete and hidden from intellisense to encourage migration, and are extensions so you don't get member variable conflicts.
object→ComponentDooExtensions
Methods4
Showing 4 methods
public static bool IsRunning(Sandbox.Component self, Sandbox.Doo doo)
Obsolete: Use IsRunningDoo instead
| Parameter | Type | Description |
|---|---|---|
| self | Component | — |
| doo | Doo | — |
Returns:
bool—public static void Run(Sandbox.Component self, Sandbox.Doo doo, System.Action`1<Sandbox.Doo.Configure> c = null)
Obsolete: Use RunDoo instead
| Parameter | Type | Description |
|---|---|---|
| self | Component | — |
| doo | Doo | — |
| c = null | Action<Configure> | — |
Returns:
void—No results match this filter.