Just like Invoke, but works asynchronously. Useful for javascript callbacks and events. Can be safely called from any thread.
Definition at line 88 of file JSObject.h. References getHost(). {
if (m_host.expired()) {
throw std::runtime_error("Cannot invoke asynchronously");
}
getHost()->ScheduleOnMainThread(shared_from_this(), boost::bind(&JSObject::_invokeAsync, this, args, methodName));
}
Here is the call graph for this function:
![]() |
Generated on Mon Oct 17 2011 16:24:41 for FireBreath by
1.7.2
Labels:

