available_points (line 104)
Get the total points the specified member has
integer
available_points
(MEMBER $member)
-
MEMBER
$member: The member
get_gift_points_to_give (line 160)
Get the number of gifts points to give that the given member has.
integer
get_gift_points_to_give
(MEMBER $member)
-
MEMBER
$member: The member we want it for
get_gift_points_used (line 146)
Get the number of gift points used by the given member.
integer
get_gift_points_used
(MEMBER $member)
-
MEMBER
$member: The member we want it for
get_price (line 40)
Get the price of the specified item for sale in the point-store (only for tableless items).
integer
get_price
(ID_TEXT $item)
-
ID_TEXT
$item: The name of the item
init__points (line 24)
Standard code module initialisation function.
void
init__points
()
points_used (line 86)
Get the total points the specified member has used (spent).
integer
points_used
(MEMBER $member)
-
MEMBER
$member: The member
point_info (line 117)
Get all sorts of information about a specified member's point account.
array
point_info
(MEMBER $member)
-
MEMBER
$member: The member the point info is of
total_points (line 51)
Get the total points in the specified member's account; some of these will probably have been spent already
integer
total_points
(MEMBER $member)
-
MEMBER
$member: The member