This is an old revision of the document!
—-
Read-only. This property returns the name of the operating system WME Lite is currently running on. Possible values at the moment are: "Windows", "Mac OS X" and "iPhone OS".
Note: Regular WME will return null when querying this property. That way your scripts can distinguish between WME Regular and WME Lite.
When set to true, this property hides the mouse pointer completely. This can useful for touch-only devices where mouse pointer doesn't make much sense.
iOS only. This property specifies whether the game should automatically save when the user presses the Home button. Default value is true.
iOS only. This property specifies the save game slot used for automatic save. Default value is 999.
Note that you are responsible for providing the user interface for resuming the game from autosave.
iOS only. Displays the top status line on iPhone/iPad.
iOS only. Hides the top status line on iPhone/iPad.
The SaveGame() method now provides an optional third parameter, which designates a quick save. When quick-saving WME doesn't display the progress indicator.