asEP_ALLOW_IMPLICIT_HANDLE_TYPES / asOBJ_IMPLICIT_HANDLE

Started by
3 comments, last by cvet 7 years, 6 months ago

Hello.

Revision 2252.

If I pass asOBJ_IMPLICIT_HANDLE with asOBJ_REF to RegisterObjectType this make impracticable methods

RegisterObjectBehaviour, RegisterObjectProperty, RegisterObjectMethod

On this check

if( dt.GetTypeInfo() == 0 || dt.IsObjectHandle() ) // dt.IsObjectHandle() - is true
return ConfigError(asINVALID_ARG, "RegisterObjectMethod", obj, declaration);
Or maybe this fixed in revisions >2252?
Advertisement

I'll take a look at this. Thanks for letting me know about the problem.

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

Hello, Andreas.

Can you say how much time it can takes?

Or this bug has not high priority?

I'm terribly sorry. I had no intention to delay the fix for this problem for so long.

I've fixed it now in revision 2356.

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

No problem! Thank you! :)

This topic is closed to new replies.

Advertisement