You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Sent when the player quits, and the script should terminate. Normally
12767
-
handled automatically. See <a class="reference internal" href="#details-on-the-script-initialization-and-lifecycle">Details on the script initialization and lifecycle</a>.</dd>
12766
+
<dd>Sent when the player quits or when a script terminates. Normally handled
12767
+
automatically. See <a class="reference internal" href="#details-on-the-script-initialization-and-lifecycle">Details on the script initialization and lifecycle</a>.</dd>
<dd>This property is written by an OSC implementation to indicate the margins that it
14413
14425
occupies. Its sub-properties <tt class="docutils literal">l</tt>, <tt class="docutils literal">r</tt>, <tt class="docutils literal">t</tt>, and <tt class="docutils literal">b</tt> should all be set to
14414
14426
the left, right, top, and bottom margins respectively.
14415
14427
Values are between 0.0 and 1.0, normalized to window width/height.</dd>
14416
-
</dl>
14417
-
<p>Sub-paths can be accessed directly; e.g. <tt class="docutils literal"><span class="pre">user-data/my-script/state/a</span></tt> can be
14418
-
read, written, or observed.</p>
14419
-
<p>The top-level object itself cannot be written directly; write to sub-paths instead.</p>
14420
-
<p>Converting this property or its sub-properties to strings will give a JSON
14421
-
representation. If converting a leaf-level object (i.e. not a map or array)
14422
-
and not using raw mode, the underlying content will be given (e.g. strings will be
14423
-
printed directly, rather than quoted and JSON-escaped).</p>
0 commit comments