Package dan200.computercraft.api.lua
Interface IComputerSystem
- All Superinterfaces:
 IComputerAccess
An interface passed to 
ILuaAPIFactory in order to provide additional information
 about a computer.- 
Method Summary
Methods inherited from interface dan200.computercraft.api.peripheral.IComputerAccess
getAttachmentName, getAvailablePeripheral, getAvailablePeripherals, getID, getMainThreadMonitor, mount, mount, mountWritable, mountWritable, queueEvent, unmount 
- 
Method Details
- 
getLabel
Get the label for this computer.- Returns:
 - This computer's label, or 
nullif it is not set. 
 
 -