From e1015351063cd5cad9bf46155dc5741ce2d873fb Mon Sep 17 00:00:00 2001 From: Kasen IO <kasenvr@gmail.com> Date: Wed, 18 Mar 2020 14:58:32 -0400 Subject: [PATCH] Add link to top of Entites API docs for the list of entity types. --- libraries/entities/src/EntityScriptingInterface.h | 4 ++++ 1 file changed, 4 insertions(+) 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.</p> * + * <h3>Entity Types</h3> + * + * <p>For a list of the entity types that you can use, see {@link Entities.EntityType|Entity Types}.</p> + * * <h3>Entity Methods</h3> * * <p>Some of the API's signals correspond to entity methods that are called, if present, in the entity being interacted with.