struct MountInfo
in global :: Sandbox . Mounting
Information about a single mount
public string Ident { get; set; }
A short, lowercase string that will be used to uniquely identify this asset source
public string Title { get; set; }
The display name of this
public bool Available { get; set; }
Is this source available, is this game installed? Can we mount it?
public bool Mounted { get; set; }
Is this active and mounted?
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public MountInfo( BaseGameMount e )
😔 No documentation found.