diff --git a/libraries/entities/src/EntityScriptingInterface.h b/libraries/entities/src/EntityScriptingInterface.h index fb1ec56503..ae2c9ed746 100644 --- a/libraries/entities/src/EntityScriptingInterface.h +++ b/libraries/entities/src/EntityScriptingInterface.h @@ -110,6 +110,10 @@ public: * displayed and so knows about. For assignment client scripts, the entities available are those that are "seen" by the * {@link EntityViewer}. For entity server scripts, all entities are available.
* + *For a list of the entity types that you can use, see {@link Entities.EntityType|Entity Types}.
+ * *Some of the API's signals correspond to entity methods that are called, if present, in the entity being interacted with.