wiki.sine.space | sinespace

Difference between revisions of "Scripting/SBrowserSurface"

From wiki.sine.space
Jump to: navigation, search
m
(Replaced content with "This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/sbrowsersurface")
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Members==
+
This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/sbrowsersurface
{{ScriptFunction|void|Back|();|Equivilent to hitting the 'back' button within the browser.
+
|5=
+
<pre></pre>}}
+
 
+
{{ScriptFunction|void|CallFunction|(string name, string argument);|Calls a JS function in the browser with a single argument. The function name must begin with the characters "sinespace__".|5=
+
<pre></pre>}}
+
 
+
{{ScriptFunction|void|Forward|();|Equivilent to hitting the 'forward' button within the browser.|5=
+
<pre></pre>}}
+
 
+
{{ScriptFunction|void|RegisterFunction|(string name, closure function);|Registers a JS function in the browser. The function name must start with the characters "sinespace__".|5=
+
<pre></pre>}}
+
 
+
{{ScriptFunction|void|Reload|();|Refreshes and reloads the current webpage.|5=
+
<pre></pre>}}
+
 
+
{{ScriptFunction|void|SetURL|(string url);|Sets the URL for the browser frame, and navigates to it. (A standard URL recognized by Chromium; e.g. https://www.youtube.com) |5=
+
<pre></pre>}}
+
 
+
 
+
==Properties==
+
{{ScriptFunction|bool|Networked|{ get;set; }|Should changes to this browser be streamed to other clients within the area?.|5=
+
<pre></pre>}}
+
 
+
{{Scripting Navbox}}
+

Latest revision as of 05:20, 19 September 2022

This page has moved to: https://docs.sine.space/v/scripting/client-scripting/components/sbrowsersurface