

Public Member Functions | |
| ScriptedEvent (asIScriptObject *object, const std::string &function) | |
| Constructor (EventManager). | |
| ~ScriptedEvent () | |
| Deconstructor. | |
| void | onEvent (void *p) |
| Handles the emitted event. | |
| void | onDisconnect (void *p) |
| Handles event disconnects. | |
Definition at line 30 of file ScriptedEvent.h.
| ScriptedEvent::ScriptedEvent | ( | asIScriptObject * | object, | |
| const std::string & | function | |||
| ) |
Constructor (EventManager).
| object | Reference to the AngelScript object that wants to connect to a signal. | |
| function | Name of the function to call when the event is emitted. |
Definition at line 27 of file ScriptedEvent.cpp.
| ScriptedEvent::~ScriptedEvent | ( | ) |
| void ScriptedEvent::onDisconnect | ( | void * | p | ) |
| void ScriptedEvent::onEvent | ( | void * | p | ) |
1.5.8