๐Ÿ“’Usable Handheld Catalogue

This function cannot be exported. Therefore, the 'catalog.lua' file has been added. You can write all your catalog-related code here. Additionally, example codes are included in this file.

Event Handling
AddEventHandler("qadr_ui:catalog_selectedItem",function(data)
    -- also you can listen onselected
    -- data return selected item info
    print("qadr_ui:catalog_selectedItem")
end)

AddEventHandler("qadr_ui:catalog_hovered",function(data)
    -- also you can listen onhovered
    -- data return hovered item info
    print("qadr_ui:catalog_hovered")
end)
Page Items Examples
Command Example

Usable Page Textures

Last updated