MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Suspensions are missing a `attached` property #174

Closed jgersti closed 2 years ago

jgersti commented 2 years ago

It would be nice to know if there is a wheel attached to the suspension.

This can be queried with IMyMotorSuspension.IsAttached.

MerlinofMines commented 2 years ago

I think we can use the connected property for this, which has attached and detached properties.