s&box docs
API ReferenceSandbox.Mounting

public sealed struct Sandbox.Mounting.MountInfo

Information about a single mount

Constructors

Showing 1 constructors

Properties

Showing 4 properties

public bool Sandbox.Mounting.MountInfo.Available { get; set; }

Is this source available, is this game installed? Can we mount it?

public string Sandbox.Mounting.MountInfo.Ident { get; set; }

A short, lowercase string that will be used to uniquely identify this asset source

public bool Sandbox.Mounting.MountInfo.Mounted { get; set; }

Is this active and mounted?

Metadata

FieldValue
NamespaceSandbox.Mounting
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Mounting.MountInfo

On this page