.isAA on droids - discrepancy between docs and code
Posted: 17 Feb 2012, 03:43
Hi,
In the JS API docs, the droid object docs say:
I prefer .canHitAir (it's more descriptive than .isAA) and would make scripts more transparent as to what they're doing.
Also, .canHitGround is missing from the docs.
In the JS API docs, the droid object docs say:
In the code, and as previously advertised, however the property is ".canHitAir" - is there a planned change that's not been put in the code, or are the docs wrong?isAA
True if the droid has anti-air capabilities. (3.2+ only)
I prefer .canHitAir (it's more descriptive than .isAA) and would make scripts more transparent as to what they're doing.
Also, .canHitGround is missing from the docs.