s&box docs
API ReferenceSandbox.Internal

public static abstract sealed class Sandbox.Internal.GlobalGameNamespace

Properties

Showing 3 properties

Data storage that persists across sessions.

Obsolete: Use Game.Cookies

public static Sandbox.Diagnostics.Logger Sandbox.Internal.GlobalGameNamespace.Log { get; set; }

Log information to console for debugging purposes.

public static Sandbox.Internal.TypeLibrary Sandbox.Internal.GlobalGameNamespace.TypeLibrary { get; set; }

Allows access to all available types, reflection style.

Exceptions

ExceptionCondition
InvalidOperationExceptionThrown when accessed during static constructors.

Metadata

FieldValue
NamespaceSandbox.Internal
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Internal.GlobalGameNamespace

On this page