From 8b2d9427bbe1f0a21ce2d8eb523c24c14920ca37 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 26 Sep 2019 10:48:47 +1200 Subject: [PATCH] Update description of the entities available to the Entities API --- libraries/entities/src/EntityScriptingInterface.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libraries/entities/src/EntityScriptingInterface.h b/libraries/entities/src/EntityScriptingInterface.h index 52470e56c4..98e31b84ec 100644 --- a/libraries/entities/src/EntityScriptingInterface.h +++ b/libraries/entities/src/EntityScriptingInterface.h @@ -106,8 +106,9 @@ public: * "domain" entities, travel to different domains with a user as "avatar" entities, or be visible only to an individual user as * "local" entities (a.k.a. "overlays"). * - *

Note: For Interface scripts, the entities available to scripts are those that Interface has displayed and so knows - * about.

+ *

Note: For Interface, avatar, and client entity scripts, the entities available to scripts are those that Interface has + * 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.

* *

Entity Methods

*