App functions
There are the most useful functions you will use in the apps.
APP:Open(PANEL main, int main_x, int main_y)
APP:OnClose()
APP:ShowCondition()
// From weather app
function APP:ShowCondition()
return tobool(StormFox or StormFox2)
endAPP:Open2D(PANEL main, int main_x, int main_y)
Last updated