Add minetest.register_lbm() to run code on block load only

This commit is contained in:
est31
2016-02-09 07:08:31 +01:00
parent 88fbe7ca1e
commit d494733839
12 changed files with 493 additions and 25 deletions

View File

@@ -83,6 +83,7 @@ class ScriptApiBase {
protected:
friend class LuaABM;
friend class LuaLBM;
friend class InvRef;
friend class ObjectRef;
friend class NodeMetaRef;