You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devdocs/public/docs/lua~5.3/index.json

1 line
27 KiB

7 years ago
{"entries":[{"name":"Arithmetic Operators","path":"index#3.4.1","type":"Language"},{"name":"assert()","path":"index#pdf-assert","type":"Standard Libraries"},{"name":"Assignment","path":"index#3.3.3","type":"Language"},{"name":"Bitwise Operators","path":"index#3.4.2","type":"Language"},{"name":"Blocks","path":"index#3.3.1","type":"Language"},{"name":"Chunks","path":"index#3.3.2","type":"Language"},{"name":"Coercions and Conversions","path":"index#3.4.3","type":"Language"},{"name":"collectgarbage()","path":"index#pdf-collectgarbage","type":"Standard Libraries"},{"name":"Concatenation","path":"index#3.4.6","type":"Language"},{"name":"Control Structures","path":"index#3.3.4","type":"Language"},{"name":"coroutine.create()","path":"index#pdf-coroutine.create","type":"Standard Libraries"},{"name":"coroutine.isyieldable()","path":"index#pdf-coroutine.isyieldable","type":"Standard Libraries"},{"name":"coroutine.resume()","path":"index#pdf-coroutine.resume","type":"Standard Libraries"},{"name":"coroutine.running()","path":"index#pdf-coroutine.running","type":"Standard Libraries"},{"name":"coroutine.status()","path":"index#pdf-coroutine.status","type":"Standard Libraries"},{"name":"coroutine.wrap()","path":"index#pdf-coroutine.wrap","type":"Standard Libraries"},{"name":"coroutine.yield()","path":"index#pdf-coroutine.yield","type":"Standard Libraries"},{"name":"Coroutines","path":"index#2.6","type":"Basic Concepts"},{"name":"debug.debug()","path":"index#pdf-debug.debug","type":"Standard Libraries"},{"name":"debug.gethook()","path":"index#pdf-debug.gethook","type":"Standard Libraries"},{"name":"debug.getinfo()","path":"index#pdf-debug.getinfo","type":"Standard Libraries"},{"name":"debug.getlocal()","path":"index#pdf-debug.getlocal","type":"Standard Libraries"},{"name":"debug.getmetatable()","path":"index#pdf-debug.getmetatable","type":"Standard Libraries"},{"name":"debug.getregistry()","path":"index#pdf-debug.getregistry","type":"Standard Libraries"},{"name":"debug.getupvalue()","path":"index#pdf-debug.getupvalue","type":"Standard Libraries"},{"name":"debug.getuservalue()","path":"index#pdf-debug.getuservalue","type":"Standard Libraries"},{"name":"debug.sethook()","path":"index#pdf-debug.sethook","type":"Standard Libraries"},{"name":"debug.setlocal()","path":"index#pdf-debug.setlocal","type":"Standard Libraries"},{"name":"debug.setmetatable()","path":"index#pdf-debug.setmetatable","type":"Standard Libraries"},{"name":"debug.setupvalue()","path":"index#pdf-debug.setupvalue","type":"Standard Libraries"},{"name":"debug.setuservalue()","path":"index#pdf-debug.setuservalue","type":"Standard Libraries"},{"name":"debug.traceback()","path":"index#pdf-debug.traceback","type":"Standard Libraries"},{"name":"debug.upvalueid()","path":"index#pdf-debug.upvalueid","type":"Standard Libraries"},{"name":"debug.upvaluejoin()","path":"index#pdf-debug.upvaluejoin","type":"Standard Libraries"},{"name":"dofile()","path":"index#pdf-dofile","type":"Standard Libraries"},{"name":"Environments and the Global Environment","path":"index#2.2","type":"Basic Concepts"},{"name":"Error Handling","path":"index#2.3","type":"Basic Concepts"},{"name":"error()","path":"index#pdf-error","type":"Standard Libraries"},{"name":"Expressions","path":"index#3.4","type":"Language"},{"name":"file:close()","path":"index#pdf-file:close","type":"Standard Libraries"},{"name":"file:flush()","path":"index#pdf-file:flush","type":"Standard Libraries"},{"name":"file:lines()","path":"index#pdf-file:lines","type":"Standard Libraries"},{"name":"file:read()","path":"index#pdf-file:read","type":"Standard Libraries"},{"name":"file:seek()","path":"index#pdf-file:seek","type":"Standard Libraries"},{"name":"file:setvbuf()","path":"index#pdf-file:setvbuf","type":"Standard Libraries"},{"name":"file:write()","path":"index#pdf-file:write","type":"Standard Libraries"},{"name":"For Statement","path":"index#3.3.5","type":"Language"},{"name":"Format Strings for Pack and Unpack","path":"index#6.4.2","type":"Standard Libraries"},{"name":"Function Calls","path":"index#3.4.10","type":"Language"},{"name":"Functi