Class SharedGarage
Class wrapping a garage as seen in singleplayer
Inherited Members
Namespace: Slipe.Shared.GameWorld
Assembly: SlipeShared.dll
Syntax
public class SharedGarage
Constructors
| Improve this Doc View SourceSharedGarage(GarageLocation)
Create a garage instance from the garage ID
Declaration
public SharedGarage(GarageLocation garageID)
Parameters
Type | Name | Description |
---|---|---|
GarageLocation | garageID |
Fields
| Improve this Doc View Source_garageID
Declaration
protected int _garageID
Field Value
Type | Description |
---|---|
Int32 |
Properties
| Improve this Doc View SourceOpen
Get and set the open state of the garage
Declaration
public bool Open { get; set; }
Property Value
Type | Description |
---|---|
Boolean |