Globalclass

Utility info for tools usage.

objectGlobal
Namespace
Sandbox
Assembly
Sandbox.Tools
Declaration
public static abstract sealed class Sandbox.Global

Properties6

Showing 6 properties

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

Front facing identity for the backend

Returns:string

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

Url for the backend

Returns:string

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

Identity of the gamemode the local client is currently playing.

Returns:string

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

Is the local client in game or not.

Returns:bool

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

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

Returns:bool

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

Name of the map the local client is on.

Returns:string

On this page