# Sandbox.Doo.Helpers

Utility methods for the Doo scripting system.

- Kind: class
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Methods

- [`FindMethod`](/api/Sandbox.Doo.Helpers/FindMethod): Finds a method by its fully qualified path (e.g. "TypeName.MethodName"). Returns null if the type or method cannot be found.
