# Sandbox.Doo.Methods

Built-in static methods available to Doo scripts.

- Kind: class
- Assembly: `Sandbox.Engine`
- Modifiers: static, abstract, sealed

## Methods

- [`GameObjectClone`](/api/Sandbox.Doo.Methods/GameObjectClone): Clones a GameObject, optionally spawning it on the network.
- [`GameObjectCloneEx`](/api/Sandbox.Doo.Methods/GameObjectCloneEx): Clones a GameObject with an explicit position, rotation, and scale.
- [`GameObjectDestroy`](/api/Sandbox.Doo.Methods/GameObjectDestroy): Destroys the given GameObject.
- [`LogError`](/api/Sandbox.Doo.Methods/LogError): Logs an error message.
- [`LogInfo`](/api/Sandbox.Doo.Methods/LogInfo): Logs an informational message.
- [`LogWarning`](/api/Sandbox.Doo.Methods/LogWarning): Logs a warning message.
