updated docs and Scissor component registrar

This commit is contained in:
Evil Factory
2022-05-27 11:54:00 -03:00
parent 00da9ba10c
commit 83bfc50c9e
4 changed files with 43 additions and 1 deletions

View File

@@ -144,6 +144,10 @@ function item.combine(item, deconstructor, characterUser, allowRemove) end
-- @realm shared
function item.deconstructed(item, otherItem, userCharacter) end
--- Gets called every time an item is created.
-- @realm shared
function item.created(item) end
--- Gets called every time an item is moved from one inventory slot to another, return true to cancel
-- @realm shared
function inventoryPutItem(inventory, item, characterUser, index, removeItemBool) end