iPhone Generation iPad3

This is very urgent question.
I’d like to know the numeric value of the iPhoneGeneration.iPad3Gen.
Looking forward to hear any advices from you.
Thanks.

You could say please! :slight_smile:

I think it’s 12, but why would you want to know? Just use it to compare.

Dont forget it’s just a constant.

Also … why couldn’t you just print it yourself ?!! Heh !

var x:int;
x = 0 + iPhoneGeneration.iPad3Gen;
Debug.Log("iPhoneGeneration.iPad3Gen is " +iPhoneGeneration.iPad3Gen);
Debug.Log("x is " +x);

output…

iPhoneGeneration.iPad3Gen is iPad3GenControl.js Line: 47)
x is 12