Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Sandbox.ModAPI.Ingame.PistonStatus

Malware edited this page Dec 21, 2018 · 38 revisions

Index

PistonStatus Enum

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common.dll

Summary

Describes the current status of the piston.

Fields

Member Description
static PistonStatus Stopped The piston velocity is 0 (stationary).
static PistonStatus Extending The piston is being extended (moving).
static PistonStatus Extended The piston is in its extended position (stationary).
static PistonStatus Retracting The piston is being retracted (moving).
static PistonStatus Retracted The piston is in its retracted position (stationary).
Clone this wiki locally