customshop
Browse all symbols documented inside this include file.
Constants
| Name | Description |
|---|---|
| _customshop_included | — |
| DONT_BUY | Used in cshop_item_selected() to prevent buying an item |
| BUY_ITEM | Used in cshop_item_selected() to allow buying an item |
| SHOP_CLOSE | Used in cshop_menu_opened() to prevent opening the shop |
| SHOP_OPEN | Used in cshop_menu_opened() to allow opening the shop |
| additem | Typically used for registering an item variable, nothing fancy |
| cshopRegisterItem | = cshop_register_item |
| cshopHasItem | = cshop_has_item |
| cshopPointsEnabled | = cshop_points_enabled |
| cshopGetLimit | = cshop_get_limit |
| cshopRemoveItem | = cshop_remove_item |
| cshopItemBought | = cshop_item_selected |
| cshopItemRemoved | = cshop_item_removed |
| cshopErrorSound | = cshop_error_sound |
| cshopTotalItems | = cshop_total_items |
| cshopGivePoints | = cshop_give_points |
| cshopGetPoints | = cshop_get_points |