Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| pr_methods:getavailablefunctions [2023/04/04 07:17] – removed - external edit (Unknown date) 127.0.0.1 | pr_methods:getavailablefunctions [2023/05/03 04:19] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | |||
| + | ====getAvailableFunctions ()==== | ||
| + | <code java> | ||
| + | |||
| + | This method must return all functions supported by the library as an array of structures containing the function name and the short description of what the function does. | ||
| + | |||
| + | ===Parameters=== | ||
| + | None | ||
| + | |||
| + | ===Returns=== | ||
| + | An array of structures containing the function name and the short description of what the function does. At least one function description must be returned. | ||