Standaloneclass

objectStandalone
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.Standalone

Properties4

Showing 4 properties

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

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

Returns:DateTime

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

Is the current standalone game running in development mode?

Obsolete: This API member is obsolete.

Returns:bool

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

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

Obsolete: This API member is obsolete.

Returns:Version

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

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

Obsolete: Use BuildDate

Returns:DateTime

On this page