os_type This variable holds the platform the game is running on. It can be one of the following:-
- os_win32 Windows 32bit executable.
- os_win64 Windows 64bit executable.
- os_macosx Mac OSX.
- os_psp Playstation portable.
- os_ios Apple iOS (iPhone, iPad, iPod Touch etc.)
- os_android Android device (phone of tablet)
os_device This variable helps to further classify the device your running on. It can be one of the following-
- device_ios_iphone iPhone non-retina.
- device_ios_iphone_retina An iPhone with a retina display.
- device_ios_ipad iPad device.