Inheritance diagram for nrEngine::ScriptRegisterFunctionEvent:
Friends | |
class | ScriptEngine |
Listen on this event if you want to be informed when some engine's component or your application does register a new function in the ScriptEngine. This is important if you implement your own glue code for any scripting language. If you get this event you know that you know have to provide the function with the given name in your scripting language. This can be done by calling ScriptEngine::call() method with the given function name and function arguments.
Definition at line 83 of file EngineEvent.h.