Shops — Client
GetResourceName
Returns the shops resource name.
local name = Bridge.Shops.GetResourceName()
-- Returns: string (always "default")Description:
Returns the name of the Shops module resource. Used for internal identification. Always returns "default" for the built-in Shops module.
OpenShop
Opens a shop on the client side.
Bridge.Shops.OpenShop(shopData)| Parameter | Type | Description |
|---|---|---|
| shopData | table | Shop definition |