TIScript Functions

Sandcat TIS Object

Sandcat.Debug(s)

Writes a string to the debug panel (if the debug mode is enabled).

Sandcat.GoToURL(url,newtab)

Goes to the supplied URL. The second parameter is optional. If supplied and is true, opens the URL in a new tab.

Sandcat.PrefsSet(key,value)

Sets the value of a browser setting.

Sandcat.ShowMessage(s)

Shows a message to the user.

Sandcat.RunLua(luacode)

Runs a Lua script.

Sandcat.Write(s)

Writes the parameter to the Sandcat Console without creating a new line.

Sandcat.WriteLn(s)

Writes a new line to the Sandcat Console

Sandcat.WriteValue(key,value)

Writes a value that can be later read using the browser.jsvalues Lua table
Page last modified on May 23, 2013, at 02:32 AM
© 2023 Syhunt