Changes

Jump to navigation Jump to search

Overview of the API

4 bytes added, 08:02, 30 June 2013
Line 188: Line 188:     
== Events  ==
 
== Events  ==
*'''[[on.create]]''' function called when script application is created. Removed in OS 3.2 (API v2.0)
+
*'''[[on.create]]'''() function called when script application is created. Removed in OS 3.2 (API v2.0)
*'''[[on.construction]]''' function that is guaranteed to run first before any other function. New in OS 3.2 (API v2.0)
+
*'''[[on.construction]]'''() function that is guaranteed to run first before any other function. New in OS 3.2 (API v2.0)
 
*'''[[on.paint]]'''(gc) is called when the GUI is painted. 'gc' is the Graphics Context (see above)  
 
*'''[[on.paint]]'''(gc) is called when the GUI is painted. 'gc' is the Graphics Context (see above)  
 
*'''[[on.resize]]'''() is called when the window is rezised  
 
*'''[[on.resize]]'''() is called when the window is rezised  
7

edits

Navigation menu