Apk.lua: Difference between revisions
Dubiousjim (talk | contribs) (Category:APK) |
Dubiousjim (talk | contribs) (Category:Lua) |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
*package - string name of package | *package - string name of package | ||
[[Category: | [[Category:ACF]] [[Category:Package Manager]] [[Category:Lua]] |
Latest revision as of 08:08, 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