App functions
There are the most useful functions you will use in the apps.
APP:Open(PANEL main, int main_x, int main_y)
Parameters
Purposes
main
This is the panel you need to parent everything on. You can paint it.
main_x
Wide of the main
main_h
Height of the main
This function will be called when someone opens your app
APP:OnClose()
This function will be called when someone closes your app or switch weapon
APP:ShowCondition()
Return false to hide the app
APP:Open2D(PANEL main, int main_x, int main_y)
This function will be called when someone puts the phone horizontally. Parameters are the same as Open
Last updated
Was this helpful?