Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Récupère la quantité disponible d’un objet dans la boutique.
sale:getItemQuantity(gid)
gid
int
local qty = sale:getItemQuantity(123) global:printMessage("En stock : " .. qty)