Moai SDK
1.5 revision 1 (MoaiEdition)
|
Inherits MOAIGlobalClass< TYPE, SUPER >.
Function List | |
generateGUID | |
getMACAddress | |
setValue |
Table of key/value pairs containing information about the current environment. Also contains the generateGUID (), which will move to MOAIUnique in a future release.
If a given key is not supported in the current environment it will not exist (it's value will be nil).
The keys are:
|
Generates a globally unique identifier. This method will be moved to MOAIUnique in a future release.
function generateGUID ()
Finds and returns the primary MAC Address.
function getMACAddress ()
Sets an environment value and also triggers the listener callback (if any).
function setValue ( string key [, variant value ] )
key | ( string ) |
value | ( variant ) Optional. Default value is nil. |