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 Sandbox.ModAPI.Ingame.PistonStatus Stopped The piston velocity is 0 (stationary).
static Sandbox.ModAPI.Ingame.PistonStatus Extending The piston is being extended (moving).
static Sandbox.ModAPI.Ingame.PistonStatus Extended The piston is in its extended position (stationary).
static Sandbox.ModAPI.Ingame.PistonStatus Retracting The piston is being retracted (moving).
static Sandbox.ModAPI.Ingame.PistonStatus Retracted The piston is in its retracted position (stationary).
Clone this wiki locally