Differences
This shows you the differences between two versions of the page.
— |
ardisdk:api_addon [2025/04/08 02:47] (current) optrix created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====/ | ||
+ | ===Usage=== | ||
+ | |||
+ | This function checks to see if a particular addon is installed and/or enabled | ||
+ | |||
+ | ===Details== | ||
+ | |||
+ | ^Detail^Value^ | ||
+ | |Group|Server| | ||
+ | |From Server Version|0.9.0| | ||
+ | |Permission|[[permission_guest|Public]]| | ||
+ | |Methods|GET or POST| | ||
+ | |||
+ | ==Parameters== | ||
+ | |||
+ | ^Parameter^Notes^Meaning^ | ||
+ | |**code**|String|The short-code (folder name) of the addon| | ||
+ | |||
+ | ===Return Value=== | ||
+ | |||
+ | The returns either **INVALID**, | ||
+ | |||
+ | A value of **INVALID** indicates a bad query or invalid addon code. |