Updated to OTCv8 3.1 rev 130

This commit is contained in:
OTCv8
2022-02-15 20:58:27 +00:00
parent 26afd88156
commit 5a3e429d32
135 changed files with 5381 additions and 2684 deletions

View File

@@ -195,7 +195,7 @@ context.onManaChange = function(callback)
return context.callback("onManaChange", callback)
end
-- onAddItem - callback = function(container, slot, item)
-- onAddItem - callback = function(container, slot, item, oldItem)
context.onAddItem = function(callback)
return context.callback("onAddItem", callback)
end