Interface IMyButtonPanel
Describes Button panel block (mods interface)
Inherited Members
Namespace: SpaceEngineers.Game.ModAPI
Assembly: SpaceEngineers.Game.dll
Syntax
public interface IMyButtonPanel : IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyButtonPanel, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Events
ButtonPressed
Event when button is pressed, int value is the index of the button
Declaration
event Action<int> ButtonPressed
Event Type
Type | Description |
---|---|
System.Action<System.Int32> |