API ReferenceSandbox.Internal
public static abstract sealed class Sandbox.Internal.GlobalGameNamespace
Properties
Showing 3 properties
public static Sandbox.CookieContainer Sandbox.Internal.GlobalGameNamespace.Cookie { get; set; }Obsolete
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
| Exception | Condition |
|---|---|
InvalidOperationException | Thrown when accessed during static constructors. |
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Internal |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Internal.GlobalGameNamespace |