array constant
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
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.
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement