|
Project-GC Lua Sandbox API
|
| GetLonelyFinds | ( | $profileId, | |
| $days, | |||
| $params = [] ) |
Returns an associative array with finds on geocaches that haven't been found in $days days before the given player found it.
Automatically sorts on num_days descending.
To get additional related find data, use the GetFinds method and merge them together.
| int | $profileId | (required) An integer with the users profile id. |
| int | $days | (required) An integer with the minimum number of days required. |
| array | $params | (optional) An optional associative array of options.
|