API ReferenceSandbox
StandaloneManifestclass
object→StandaloneManifest
Constructors1
Showing 1 constructors
public StandaloneManifest()
No results match this filter.
Properties6
Showing 6 properties
public ulong Sandbox.StandaloneManifest.AppId { get; set; }
The Steam App ID of the game
Returns:
ulong—public System.DateTime Sandbox.StandaloneManifest.BuildDate { get; set; }
Game's build date, automatically set when the game was exported.
Returns:
DateTime—public string Sandbox.StandaloneManifest.ExecutableName { get; set; }
Game's executable name (e.g. game.exe)
Returns:
string—public string Sandbox.StandaloneManifest.Ident { get; set; }
What ident are we running under?
Returns:
string—public bool Sandbox.StandaloneManifest.IsVRProject { get; set; }
Should we automatically launch this project in VR?
Returns:
bool—public string Sandbox.StandaloneManifest.Name { get; set; }
What is the game's name?
Returns:
string—No results match this filter.