Difference between revisions of "Build payout string"
From TMM Wiki
Jump to navigationJump to searchm |
(No difference)
|
Latest revision as of 12:18, 18 November 2008
build_payout_string
Builds the payout info for one or more programs.
- array build_payout_string(integer loginid, array programs)
Builds all payout strings for account loginid and all programs in programs. programs is an array of program ids.
Return Value
build_payout_string returns an array in the following form:
{ programid => "payout string" ... }