Skip to content

Instantly share code, notes, and snippets.

@oblerion
oblerion / api.lua
Created March 10, 2022 14:12
ZeroBrane Studio autocomplete and interpreter for TIC-80
-- file: api/lua/tic80.lua
-- TIC-80 API for ZBStudio
-- see [TIC-80 wiki](https://github.com/nesbox/TIC-80/wiki/)
local API = {
-- Special functions
TIC = {
type = "function",
description = [[Main function. It's called at 60 fps (60 times every second).]],
args = "()",