const version of asIScriptObject::GetAddressOfProperty

Started by
1 comment, last by WitchLord 8 months, 1 week 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