Advertisement

Binding overloaded member functions

Started by June 27, 2012 10:51 PM
1 comment, last by Starfox 12 years, 5 months ago
How should I specify which overload I want to use when binding an overloaded member function using engine's RegisterObjectMethod call?
Holy crap I started a blog - http://unobvious.typepad.com/
You would use the asMETHODPR() macro to specify which overload you want. For examples see the documentation page for registering functions.
Advertisement
Thanks.
Holy crap I started a blog - http://unobvious.typepad.com/

This topic is closed to new replies.

Advertisement