s&box docs

public class Sandbox.DooEngine : Sandbox.GameObjectSystem<T>

System that manages the execution of Doo scripts within a scene.

Constructors

Showing 1 constructors

public DooEngine(Sandbox.Scene scene)

Creates a new DooEngine for the given scene.

Methods

Showing 1 methods

public void SetGlobalVariable(string name, object value)

Sets a global variable that is accessible to all Doo scripts in this scene.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.DooEngine

On this page