Called after adding the module to the Engine. */
| 374 | /** Called after adding the module to the Engine. |
| 375 | */ |
| 376 | virtual void onAdd(const AddEvent& e) { |
| 377 | // Call deprecated event method by default |
| 378 | onAdd(); |
| 379 | } |
| 380 | |
| 381 | struct RemoveEvent {}; |
| 382 | /** Called before removing the module from the Engine. |
nothing calls this directly
no outgoing calls
no test coverage detected