nrEngine::ScriptRegisterFunctionEvent Class Reference
[System events]

Send this event by registering of a new function in the script engine. More...

Inheritance diagram for nrEngine::ScriptRegisterFunctionEvent:

nrEngine::ScriptEvent nrEngine::Event

Friends

class ScriptEngine

Detailed Description

Send this event by registering of a new function in the script engine.

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.


The documentation for this class was generated from the following file:
Generated on Wed Sep 12 23:19:43 2007 for nrEngine by  doxygen 1.5.1