mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-19 00:04:53 +00:00
13 lines
305 B
Lua
13 lines
305 B
Lua
|
--- @module[kind=peripheral] drive
|
||
|
|
||
|
function isDiskPresent() end
|
||
|
function getDiskLabel() end
|
||
|
function setDiskLabel(label) end
|
||
|
function hasData() end
|
||
|
function getMountPath() end
|
||
|
function hasAudio() end
|
||
|
function getAudioTitle() end
|
||
|
function playAudio() end
|
||
|
function ejectDisk() end
|
||
|
function getDiskID() end
|