Merge pull request #218 from kasenvr/docs/entity-types-link

Add link to top of Entities API docs for the list of entity types.
This commit is contained in:
kasenvr 2020-03-18 15:26:21 -04:00 committed by GitHub
commit c793007de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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