Apple iPad Best of 2012 Runner Up: Eufloria HD
0 Members and 1 Guest are viewing this topic.
Oh, and the iPad release is coming as well of course!! We may or may not somehow plug mods into that eventually, cant say at this stage, but if we do it will be pretty cool. We got some ideas on how we can include community efforts in the future but it is too early to share ideas. Keep an eye on the forum though!R
if IsiOS() then hide iOS-specific buttonsend
if IsiOS() ~= nil then -- the function IsiOS() is recognised so we must be running on iOSelse -- the function IsiOS() wasn't recognised, so we must be running on PC/Macend
function IsiOS() return falseendfunction LevelLogic() if IsiOS() == false then MessageBox("PC/Mac detected") else MessageBox("iOS detected") endend