Changes

Jump to navigation Jump to search

Category:platform

196 bytes added, 20:11, 18 June 2012
no edit summary
Line 5: Line 5:  
*[[platform.isDeviceModeRendering]] : Returns true if the script is running on the hand-held device or in the emulator (with the calculator view), and false if the script is running in the normal view of the emulator.
 
*[[platform.isDeviceModeRendering]] : Returns true if the script is running on the hand-held device or in the emulator (with the calculator view), and false if the script is running in the normal view of the emulator.
 
*[[:Category:platform.window|platform.window]] : Returns the window object currently owned by the script application. The window object contains several other methods.
 
*[[:Category:platform.window|platform.window]] : Returns the window object currently owned by the script application. The window object contains several other methods.
 +
*[[platform.withGC]] : executes a function which a passed dummy [[gc]].
 +
 +
*[[platform.registerErrorHandler]] : A global error handler for the lua script.
 +
 +
*[[platform.hw]] : returns a number corresponding to the type of device the script is running on.
 +
   −
*[[platform.withGC]] : executes a function which a passed dummy [[gc]].
+
 
 +
<br />
 +
<br />

Navigation menu