Interface IMyLandingGear
Describes Landing gear block (mods interface)
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyLandingGear : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyLandingGear, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Methods
GetAttachedEntity()
Gets attached entity
Declaration
IMyEntity GetAttachedEntity()
Returns
Type | Description |
---|---|
IMyEntity | entity the landing gear is attached to |
Events
LockModeChanged
Event triggered when the lock mode changes.
Declaration
event Action<IMyLandingGear, LandingGearMode> LockModeChanged
Event Type
Type | Description |
---|---|
System.Action<IMyLandingGear, LandingGearMode> |
StateChanged
The lock state changes (locked or unlocked).
Declaration
event Action<bool> StateChanged
Event Type
Type | Description |
---|---|
System.Action<System.Boolean> |