mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 07:24:17 +02:00
Update libraries/script-engine/src/ScriptEngine.h
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
dcf1e41086
commit
c975d1acec
1 changed files with 6 additions and 6 deletions
|
@ -118,13 +118,13 @@ public:
|
|||
* <li><code>"agent"</code>: An assignment client script.</li>
|
||||
* </ul>
|
||||
* <em>Read-only.</em>
|
||||
* @property {string} type - The type of script engine that is running the script:
|
||||
* @property {string} type - The type of script that is running:
|
||||
* <ul>
|
||||
* <li><code>"client"</code>: The engine is an interface.</li>
|
||||
* <li><code>"entity_client"</code>: The engine is an entity simulated in an interface.</li>
|
||||
* <li><code>"entity_server"</code>: The engine is an entity simulated in a server.</li>
|
||||
* <li><code>"agent"</code>: The engine is an agent.</li>
|
||||
* <li><code>"avatar"</code>: The engine is an avatar.</li>
|
||||
* <li><code>"client"</code>: An Interface script.</li>
|
||||
* <li><code>"entity_client"</code>: A client entity script.</li>
|
||||
* <li><code>"avatar"</code>: An avatar script.</li>
|
||||
* <li><code>"entity_server"</code>: A server entity script.</li>
|
||||
* <li><code>"agent"</code>: An assignment client script.</li>
|
||||
* </ul>
|
||||
* <em>Read-only.</em>
|
||||
* @property {string} filename - The filename of the script file.
|
||||
|
|
Loading…
Reference in a new issue