Apk.lua: Difference between revisions
Dubiousjim (talk | contribs) (Category:APK) |
Dubiousjim (talk | contribs) (Category:ACF not APK, also Package Manager) |
||
Line 16: | Line 16: | ||
*package - string name of package | *package - string name of package | ||
[[Category: | [[Category:ACF]] [[Category:Package Manager]] |
Revision as of 07:57, 12 March 2012
Functions to load/unload apk packages
Functions
delete()
Deletes a package
Input:
- package - string name of package
install()
Installs a package
Input:
- package - string name of package
version()
Checks a package's installed version
Input:
- package - string name of package