User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 03:40, 11 June 2016 (diff | hist) . . (+56) . . m Settings (API) (Set script link) (current)
- 03:37, 11 June 2016 (diff | hist) . . (+598) . . N Set (Created page with "Added by ComputerCraft 1.77, the '''set''' command allows manipulation of system settings, such as the defaults listed here. Changes are au...") (current)
- 03:20, 11 June 2016 (diff | hist) . . (-4,276) . . CraftOS Shell (Reformatted + added: paint, chat, set, wget, commands, exec)
- 03:38, 10 June 2016 (diff | hist) . . (+541) . . Settings (API) (.settings)
- 03:31, 10 June 2016 (diff | hist) . . (+1,072) . . N Settings.set (Created page with "{{lowercase}} {{Function |name=settings.set |args={{type|string}} name, {{type|any}} value |api=settings |addon=ComputerCraft |desc=Sets the specified setting to the specified...") (current)
- 03:22, 10 June 2016 (diff | hist) . . (+676) . . N Settings.get (Created page with "{{lowercase}} {{Function |name=settings.get |args={{type|string}} name [, {{type|any}} default] |returns={{type|any}} value |api=settings |addon=ComputerCraft |desc=Returns th...") (current)
- 03:14, 10 June 2016 (diff | hist) . . (+84) . . m Settings.clear (Extra link.) (current)
- 03:14, 10 June 2016 (diff | hist) . . (+2) . . m Settings.load (Code fix.) (current)
- 03:13, 10 June 2016 (diff | hist) . . (+429) . . Settings.unset (current)
- 03:10, 10 June 2016 (diff | hist) . . (+673) . . N Settings.unset (Created page with "{{lowercase}} {{Function |name=settings.unset |args={{Type|string}} setting |api=settings |addon=ComputerCraft |desc=Removes a setting from the currently loaded set. If you wi...")
- 03:02, 10 June 2016 (diff | hist) . . (+585) . . N Settings.clear (Created page with "{{lowercase}} {{Function |name=settings.clear |args= |api=settings |addon=ComputerCraft |desc=Simply wipes all currently loaded settings.<br><br> Note that when the system re...")
- 02:56, 10 June 2016 (diff | hist) . . (+27) . . m Settings.load (.settings is loaded "in addition to" the defaults, as opposed to "instead of")
- 02:46, 10 June 2016 (diff | hist) . . (+542) . . N Settings.getNames (Created page with "{{lowercase}} {{Function |name=settings.getNames |args= |returns={{Type|table}} setting names |api=settings |addon=ComputerCraft |desc=Returns a numerically indexed table cont...") (current)
- 02:37, 10 June 2016 (diff | hist) . . (+756) . . N Settings.save (Created page with "{{lowercase}} {{Function |name=settings.save |args={{Type|string}} path |returns={{Type|boolean}} success |api=settings |addon=ComputerCraft |desc=Saves all current settings -...") (current)
- 02:37, 10 June 2016 (diff | hist) . . (-5) . . m Settings.load (Type templates)
- 02:30, 10 June 2016 (diff | hist) . . (+963) . . N Settings.load (Created page with "{{lowercase}} {{Function |name=settings.load |args=string path |returns=boolean success |api=settings |addon=ComputerCraft |desc=Loads settings from the...")
- 02:16, 10 June 2016 (diff | hist) . . (+310) . . N Template:SettingsAPIFunctions (Created page with "<center> {| class="wikitable" ! style="background: #D3FFC2; text-align: center" | 18px Settings API Functions |- |settings.set -...")
- 02:07, 10 June 2016 (diff | hist) . . (+191) . . m Turtle.dig (Undo revision 7419 by Dan200 (talk) Reverted without comment? Appears to've been a mistake.)
- 11:44, 9 June 2016 (diff | hist) . . (+175) . . Turtle.digDown (Tilling specifics.)
- 11:41, 9 June 2016 (diff | hist) . . (+191) . . Turtle.dig (Tilling specifics.)
- 11:37, 9 June 2016 (diff | hist) . . (-17) . . m Turtle (API) (Tilling specifics.)
- 11:28, 9 June 2016 (diff | hist) . . (-24) . . m Turtle (API) (dropUp/dropDown pages now exist.)
- 06:42, 21 January 2016 (diff | hist) . . (+33) . . m Ender Modem (Unaffected by height or weather.)
- 02:04, 16 January 2016 (diff | hist) . . (+146) . . m Disk Drive (1.77)
- 23:13, 10 January 2016 (diff | hist) . . (+748) . . N Modem.isPresentRemote (Created page with "{{lowercase}} {{Function |name=''modem''.isPresentRemote |args={{type|string}} peripheralName |returns={{type|boolean}} present |api=Modem |addon=ComputerCraft |desc=Tells you...") (current)
- 01:07, 10 January 2016 (diff | hist) . . (+843) . . N Modem.getTypeRemote (Created page with "{{lowercase}} {{Function |name=''modem''.getTypeRemote |args={{type|string}} peripheralName |returns={{type|string}} peripheralType |api=Modem |addon=ComputerCraft |desc=Retur...") (current)
- 14:12, 9 January 2016 (diff | hist) . . (+986) . . N Modem.getNamesRemote (Created page with "{{Function |name=''modem''.getNamesRemote |returns={{type|table}} peripheralNames |api=Modem |addon=ComputerCraft |desc=Essentially the same as peripheral.getNames(), whic...") (current)
- 03:33, 9 January 2016 (diff | hist) . . (+1,375) . . Modem (API) (Additional functions for wired modems.) (current)
- 11:47, 27 December 2015 (diff | hist) . . (-1) . . m Ender Modem
- 11:46, 27 December 2015 (diff | hist) . . (+156) . . m Rednet (API) (→Range)
- 11:43, 27 December 2015 (diff | hist) . . (+137) . . m Repeat (current)
- 11:41, 27 December 2015 (diff | hist) . . (-10) . . m Peripherals (program) (current)
- 11:40, 27 December 2015 (diff | hist) . . (+221) . . N Peripherals (program) (Created page with "Added by ComputerCraft 1.76, "peripherals" a CraftOS Shell command which simply lists all peripherals attached to the system. Output is formatted in a "<...")
- 11:36, 27 December 2015 (diff | hist) . . (+308) . . m CraftOS Shell (peripherals script)
- 11:29, 27 December 2015 (diff | hist) . . (+109) . . Fs.open (CC 1.76)
- 11:25, 27 December 2015 (diff | hist) . . (+33) . . m Template:Changelog
- 10:54, 27 December 2015 (diff | hist) . . (+94) . . m Modem message (event) (current)
- 10:52, 27 December 2015 (diff | hist) . . (+24) . . m Modem (API)
- 10:50, 27 December 2015 (diff | hist) . . (+379) . . Commands.getBlockInfo
- 10:37, 27 December 2015 (diff | hist) . . (+723) . . Talk:Ender Modem (current)
- 10:30, 27 December 2015 (diff | hist) . . (+782) . . Ender Modem (More info)
- 10:28, 27 December 2015 (diff | hist) . . (+111) . . N Eye of Ender (Created page with "[http://www.minecraftwiki.net/wiki/Eye_of_Ender Eye of Ender at Minecraft Wiki] Category:Vanilla_Minecraft")
- 04:10, 26 December 2015 (diff | hist) . . (+29) . . m Template:CommandsAPIFunctions (commands.getBlockInfos())
- 04:10, 26 December 2015 (diff | hist) . . (+1,862) . . N Commands.getBlockInfos (Created page with "{{lowercase}} {{Function |name=commands.getBlockInfos |args={{type|number}} x1, {{type|number}} y1, {{type|number}} z1, {{type|number}} x2, {{type|number}} y2, {{type|number}}...")
- 03:40, 26 December 2015 (diff | hist) . . (+30) . . m Commands.getBlockInfo (See also)
- 03:39, 26 December 2015 (diff | hist) . . (+322) . . Commands (API) (commands.getBlockInfos())
- 03:16, 26 December 2015 (diff | hist) . . (+24) . . m Rednet (API) (Ender Modem)
- 03:15, 26 December 2015 (diff | hist) . . (+168) . . Modem (Ender Modem)
- 03:10, 26 December 2015 (diff | hist) . . (+701) . . N Talk:Ender Modem (Created page with "Things I don't know, can't be bothered testing right now, but will need to go on the page: * Is there a range limit on these things? They should be able to go between dimensi...")
- 03:05, 26 December 2015 (diff | hist) . . (+2,080) . . N Ender Modem (Created page with "{{Stub}} :''This page is for the Modem blocks. For the modem API, see Modem (API)'' {{Block |name=Ender Modem |image=EnderModem.png |id=computercraft:advanced_...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)