API ReferenceSandbox.Mounting

MountInfoclass

Information about a single mount

objectMountInfo
Namespace
Sandbox.Mounting
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.Mounting.MountInfo

Constructors1

Showing 1 constructors

public MountInfo(Sandbox.Mounting.BaseGameMount e)PUBLICCONSTRUCTOR

ParameterTypeDescription
eBaseGameMount

Properties4

Showing 4 properties

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

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

Returns:bool

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

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

Returns:string

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

Is this active and mounted?

Returns:bool

public string Sandbox.Mounting.MountInfo.Title { get; set; }PUBLICGETSET

The display name of this

Returns:string

On this page