Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions File Formats/Code/Lua.md

This file was deleted.

15 changes: 15 additions & 0 deletions File Formats/Lua/API.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# *COS ?:* Lua API

## Quick information

| Information | |
| ----------- | ------------------------- |
| Type | Lua API |
| MIME | `lua/api` |
| Extensions | `.api` |

## Technical details

*This format is based upon [plain text](/File%20Formats/Documents/Plain%20Text.md) and as such technical details that apply to plain text also apply to this format.*

Lua API files must contain valid Lua code which can be loaded by `os.loadAPI` without error. For more information, see the [wiki page](http://www.computercraft.info/wiki/Os.loadAPI) on APIs.