Minetest Lua API Definition for ZeroBrane Studio
What?This is a set of Lua scripts to add support for the Minetest Lua API to the ZeroBrane Studio Lua IDE.
It currently supports the following APIs:
- Core Minetest API.
Unpack the archive into your zbstudio user directory (see here). Alternatively, unpack the archive into some directory and manually move the Lua scripts to their respective directories.
Once installed, restart zbstudio (if already running), and select "Minetest" from the Project > Lua Interpreter menu. Start typing `mine` and it should automatically suggest `minetest` as completion. If it worked, you can now autocomplete most of the Minetest API.
Why?
Dunno.
License
Spoiler
Copyright (C) 2015, Diego Martínez <kaeza>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.