flowchart TD
effects
items
flowchart TD
effects --> items
flowchart TD
ownership --> effects
ownership --> items
flowchart TD
subgraph items
ItemHandle
end
effects --> equips
items --> equips
local slot = 1
local handle = ent.inventory:generateHandle(slot)
handle:isValid()
handle:getItem()
ent.inventory:set()