Advertisement

array constant

Started by August 09, 2005 03:43 AM
2 comments, last by WitchLord 19 years, 6 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?
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

Advertisement
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