Interface IMyVendingMachine
Describes vending machine block (mods interface)
Inherited Members
Namespace: Sandbox.ModAPI
Assembly: Sandbox.Common.dll
Syntax
public interface IMyVendingMachine : IMyStoreBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity, IMyStoreBlock, IMyFunctionalBlock, IMyTerminalBlock, IMyCubeBlock, IMyEntity
Methods
Buy()
Sells the item to the person using the machine.
Declaration
void Buy()
SelectNextItem()
Select next item.
Declaration
void SelectNextItem()
SelectPreviewsItem()
Select previews item.
Declaration
void SelectPreviewsItem()