🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

const version of asIScriptObject::GetAddressOfProperty

Started by
1 comment, last by WitchLord 8 months, 3 weeks ago

Hi!

Awesome project! It's really a breeze to work with and has many awesome features.

One small thing I found which is nagging me, is that there is no const version of asIScriptObject::GetAddressOfProperty.

It doesn't seem to be doing anything which would prevent a const version from existing. Right now I can use const_cast or modify the sdk itself, but it would be nice if this would be there in the official version.

Advertisement

Thanks for the compliments. I'm pleased to see you like my work.

I've taken note of your suggestion. I may include this for the next release.

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