cshop_item_removed

Called when an item is removed.

Syntax

forward cshop_item_removed(id, item) #define cshopItemRemoved cshop_item_removed /** * Called right before the menu is opened. * * @param id Player's index. * @noreturn */ forward cshop_menu_opened(id, item) /** * Plays the error sound on a player. * * @param id Player's index. * @noreturn */ native cshop_error_sound(id) #define cshopErrorSound cshop_error_sound /** * Gets the total number of loaded items. * * @return Total number of loaded items. */ native cshop_total_items() #define cshopTotalItems cshop_total_items /** * Give/take points to/from a player.

Usage

id Player's index.
item Item ID.

Return

This function has no return value.

Defined in customshop.inc at line 121 . This documentation was automatically generated from source.