cshop_total_items

Gets the total number of loaded items.

Syntax

native cshop_total_items() #define cshopTotalItems cshop_total_items /** * Give/take points to/from a player. * * @param id Player's index. * @param points Amount of points. * @noreturn */ native cshop_give_points(id, points) #define cshopGivePoints cshop_give_points /** * Return player points. * * @param id Player's index. * @return Player's points. */ native cshop_get_points(id) #define cshopGetPoints cshop_get_points /** * Gets the plugin prefix. * * @param prefix Buffer. * @param len Max buffer length. * @noreturn */ native cshop_get_prefix(prefix[], len)

Return

Total — number of loaded items.

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