VRage.Game.ModAPI
IMyFactionStation
Assembly: VRage.Game.dll
public interface IMyFactionStation
Describes faction station, economy system trading stations
Properties
| Member | Description |
|---|---|
| FactionId | Station is owned by faction with this id |
| Id | Id of the station |
| IsDeepSpaceStation | Whether is station in deep space (very far from origin) |
| IsOnPlanetWithAtmosphere | Whether is station on planet with atmosphere |
| Name | Name of the station. |
| Position | Position of the station in the world |
| PrefabName | Prefab name of the station grid |
| SafeZoneEntityId | Entity id of safe zone around station |
| StationEntityId | Entity Id of the station grid |
| StoreItems | Gets store items for this faction |
| Type | Type of the station |