s&box docs

public static abstract sealed class Sandbox.Global

Utility info for tools usage.

Broader workflow and conceptual references connected to this API.

Properties

Showing 6 properties

public static string Sandbox.Global.BackendTitle { get; set; }

Front facing identity for the backend

public static string Sandbox.Global.BackendUrl { get; set; }

Url for the backend

public static string Sandbox.Global.GameIdent { get; set; }

Identity of the gamemode the local client is currently playing.

public static bool Sandbox.Global.InGame { get; set; }

Is the local client in game or not.

public static bool Sandbox.Global.IsApiConnected { get; set; }

Are we connected to the API? (If not, offline mode. Requires Steam Servers to be online to connect..)

public static string Sandbox.Global.MapName { get; set; }

Name of the map the local client is on.

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Tools
Doc IDT:Sandbox.Global

On this page