wiki.sine.space | sinespace

Scripting/SBrowserSurface

From wiki.sine.space
Revision as of 13:33, 14 December 2020 by Voidtech (Talk | contribs) (Created SBrowserSurface and defined all members)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back

void Back ();

Equivilent to hitting the 'back' button within the browser.



CallFunction

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__".


Forward

void Forward ();

Equivilent to hitting the 'forward' button within the browser.


RegisterFunction

void RegisterFunction (string name, closure function);

Registers a JS function in the browser. The function name must start with the characters "sinespace__".


Reload

void Reload ();

Refreshes and reloads the current webpage.


SetURL

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.foo.bar)



Properties

Networked

bool Networked { get;set; }

Should changes to this browser be streamed to other clients within the area?.