mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +02:00
Added type and filename doc for Script API.
This commit is contained in:
parent
f6ec13704b
commit
bcd5f242b9
1 changed files with 11 additions and 0 deletions
|
@ -118,6 +118,17 @@ public:
|
||||||
* <li><code>"agent"</code>: An assignment client script.</li>
|
* <li><code>"agent"</code>: An assignment client script.</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
* <em>Read-only.</em>
|
* <em>Read-only.</em>
|
||||||
|
* @property {string} type - The type of engine that is currently in use:
|
||||||
|
* <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>
|
||||||
|
* </ul>
|
||||||
|
* <em>Read-only.</em>
|
||||||
|
* @property {string} filename - The filename of the script's file.
|
||||||
|
* <em>Read-only.</em>
|
||||||
*/
|
*/
|
||||||
class ScriptEngine : public BaseScriptEngine, public EntitiesScriptEngineProvider {
|
class ScriptEngine : public BaseScriptEngine, public EntitiesScriptEngineProvider {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue