Hi Im here againe) And soon show our game)
Today update for new AS from svn. and found bug:
Message : Can't implicitly convert from 'const TestClass@' to 'TestClass@&'.
Sample code:
class TestClass{}
void Test(){
array<TestClass@> test;
TestClass @s = test.Size() > 0 ? test[i] : null;
}