Sfoglia il codice sorgente

doc: minor changes

Michele Caini 5 anni fa
parent
commit
cf395f707a
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      docs/md/entity.md

+ 3 - 0
docs/md/entity.md

@@ -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