array constant

Started by
2 comments, last by WitchLord 18 years, 8 months ago
I like angelscript for its easy bind between C++ and script but, the language has a big weakness.there are no array constant so, I can't use int8[] my_array = {10, 20, 300,100}; it is very very useful! anybody have good idea about this?
Advertisement
Initialization lists have not yet been implemented, but they will be in a not too distant future.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Thanks for your reply,and can you tell me when will you add this feature?
I can't promise anything.

However, since it is a feature that doesn't depend on anything else being implemented first it could theoretically be implemented in any upcoming release. I may even implement it for version 2.4.0.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement