doc: minor changes

This commit is contained in:
Michele Caini
2020-09-24 00:13:58 +02:00
parent 6e040fa87c
commit cf395f707a

View File

@@ -378,6 +378,9 @@ The function type of a listener should be equivalent to the following:
void(entt::registry &, entt::entity);
```
In all cases, listeners are provided with the registry that triggered the
notification and the involved entity.
Note also that:
* Listeners for the construction signals are invoked **after** components have