Show differencesHistory of post edits
#ActualB_old
Posted 27 October 2012 - 05:46 AM
The method pointer macros of AS register a class Type and a method. Is it possible to bind a specific instance of a class so that it looks like a global function call from the AS side? I'm currently wrapping the method call inside a global function in such cases and that is OK, but it would be nice to skip that indirection.
#1B_old
Posted 26 October 2012 - 05:31 AM
The method pointer macros of AS register a class Type and a method. Is it possible to bind a specific instance of a class so that it looks like a global function call from the AS side? I'm currently wrapping the method call inside a global function in such cases and that is OK, but it would be nice skip that indirection.