Function __global->get_product_price_points
Definitions
sources/points.php
- Get the price of the specified item for sale (only for tableless items).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$item | ID_TEXT | required parameter | N/A | N/A | The name of the item |
Return
- The price of the item
- Type: integer
- Set: N/A
- Range: N/A