s&box docs

public static abstract sealed class Sandbox.Standalone

Broader workflow and conceptual references connected to this API.

Properties

Showing 4 properties

public static System.DateTime Sandbox.Standalone.BuildDate { get; set; }

The date and time at which the current standalone game was built

public static bool Sandbox.Standalone.IsDevelopmentBuild { get; set; }Obsolete

Is the current standalone game running in development mode?

Obsolete: This API member is obsolete.

public static System.Version Sandbox.Standalone.Version { get; set; }Obsolete

Represents the current standalone game's version, specified by the developer

Obsolete: This API member is obsolete.

public static System.DateTime Sandbox.Standalone.VersionDate { get; set; }Obsolete

The date and time at which the current standalone game was built

Obsolete: Use BuildDate

Metadata

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

On this page