๐Ÿ“’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.

chevron-rightEvent Handlinghashtag
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)
chevron-rightPage Items Exampleshashtag
chevron-rightCommand Examplehashtag

Usable Page Textures

Last updated