StandaloneManifestclass

objectStandaloneManifest
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public class Sandbox.StandaloneManifest

Constructors1

Showing 1 constructors

Properties6

Showing 6 properties

public ulong Sandbox.StandaloneManifest.AppId { get; set; }PUBLICGETSET

The Steam App ID of the game

Returns:ulong

public System.DateTime Sandbox.StandaloneManifest.BuildDate { get; set; }PUBLICGETSET

Game's build date, automatically set when the game was exported.

Returns:DateTime

public string Sandbox.StandaloneManifest.ExecutableName { get; set; }PUBLICGETSET

Game's executable name (e.g. game.exe)

Returns:string

public string Sandbox.StandaloneManifest.Ident { get; set; }PUBLICGETSET

What ident are we running under?

Returns:string

public bool Sandbox.StandaloneManifest.IsVRProject { get; set; }PUBLICGETSET

Should we automatically launch this project in VR?

Returns:bool

public string Sandbox.StandaloneManifest.Name { get; set; }PUBLICGETSET

What is the game's name?

Returns:string

On this page