Skip to content

Latest commit

 

History

History
85 lines (44 loc) · 557 Bytes

TODO.md

File metadata and controls

85 lines (44 loc) · 557 Bytes
flowchart TD
    effects
    items




Loading





flowchart TD
    effects --> items


Loading





flowchart TD
    ownership --> effects
    ownership --> items


Loading





flowchart TD
    subgraph items
        ItemHandle
    end
    effects --> equips
    items --> equips



Loading
local slot = 1

local handle = ent.inventory:generateHandle(slot)

handle:isValid()
handle:getItem()



ent.inventory:set()