Interface IMyGridProgramWorldInfo
Contains information about the world the programmable block is running in.
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
Syntax
public interface IMyGridProgramWorldInfo
Properties
InventoryMultiplier
A strange system-wide gravitic field is affecting cargo holds, changing how much they can carry in their inventory
Declaration
float InventoryMultiplier { get; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Ship cargo multiplier, 1.0 is normal.
LargeShipMaxAngularSpeed
A space/time shear is imposing an angular velocity limit on large grids
Declaration
float LargeShipMaxAngularSpeed { get; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Large grid angular speed limit, in radians per second.
LargeShipMaxSpeed
A space/time shear is imposing a velocity limit on large grids
Declaration
float LargeShipMaxSpeed { get; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Large grid speed limit, in meters per second.
PressurizationEnabled
A space/time anomaly is preventing any pressure from building up in any space
Declaration
bool PressurizationEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
true
if pressurization is disabled; otherwise false
.
SmallShipMaxAngularSpeed
A space/time shear is imposing an angular velocity limit on small grids.
Declaration
float SmallShipMaxAngularSpeed { get; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Small grid angular speed limit, in radians per second.
SmallShipMaxSpeed
A space/time shear is imposing a velocity limit on small grids.
Declaration
float SmallShipMaxSpeed { get; }
Property Value
Type | Description |
---|---|
System.Single |
Remarks
Small grid speed limit, in meters per second.