Interface IMyParachute
Describes Parachute block (mods interface)
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyParachute : IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyParachute, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Events
DoorStateChanged
Event when doors of the block changed the state.
Declaration
event Action<bool> DoorStateChanged
Event Type
Type | Description |
---|---|
System.Action<System.Boolean> |
ParachuteStateChanged
Event that will trigger true if Chute is now deployed or false if Chute is now cut
Declaration
event Action<bool> ParachuteStateChanged
Event Type
Type | Description |
---|---|
System.Action<System.Boolean> |