Sandbox.ModAPI.Ingame.PistonStatus - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public enum PistonStatus
Describes the current status of the piston.
Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll
PistonStatus Extended
The piston is in its extended position (stationary).
PistonStatus Extending
The piston is being extended (moving).
PistonStatus Retracted
The piston is in its retracted position (stationary).
PistonStatus Retracting
The piston is being retracted (moving).
PistonStatus Stopped
The piston velocity is 0 (stationary).