API Referenceglobal
public static abstract sealed class Sandbox.Doo.Helpers
Utility methods for the Doo scripting system.
Related Guides
Broader workflow and conceptual references connected to this API.
Property Attributes
You can add attributes to your Component's properties in C# to change how they look in the editor/inspector.
Citizen Characters
This section needs to be rewritten with an explanation of all the code, libraries, etc.
Time
s&box provides a set of utilities for working with time in your game. These let you write things like cooldowns, countdowns, and frame-rate independent movement cleanly and without manual bookkeeping.
Methods
Showing 1 methods
public static Sandbox.MethodDescription FindMethod(string methodPath)
Finds a method by its fully qualified path (e.g. "TypeName.MethodName"). Returns null if the type or method cannot be found.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Doo.Helpers |