Table of Contents

Gameplay

Methods Properties Base Classes Derived Classes
Create BackgroundColor referencecountedeventobject
ExecuteScript CanGoBackward
ExecuteScriptFromLocation CanGoForward
GoBackward Focus
GoForward IsLoading
Reload ScrollSpeed
SimulateKey Size
SimulateMouseClick Status
SimulateMouseDoubleClick Texture
SimulateMouseMove Title
SimulateMouseScroll Transparent
SimulateTextTyped Url
Visible

Properties


BackgroundColor : real4

var BackgroundColor : Real4

CanGoBackward : boolean

read-only

var CanGoBackward : Boolean

CanGoForward : boolean

read-only

var CanGoForward : Boolean

Focus : boolean

var Focus : Boolean

IsLoading : boolean

read-only

var IsLoading : Boolean

ScrollSpeed : real2

var ScrollSpeed : Real2

Size : integer2

var Size : Integer2

Status : string

read-only

var Status : String

Texture : texture

read-only

var Texture : Texture

Title : string

read-only

var Title : String

Transparent : boolean

var Transparent : Boolean

Url : string

var Url : String

Visible : boolean

var Visible : Boolean

Methods


Create : webbrowser

static

Name Type Description
function Create() : WebBrowser

Create : webbrowser

static

Name Type Description
p0 webbrowsersetup
function Create(p0 : WebBrowserSetup) : WebBrowser

ExecuteScript : Void

Name Type Description
p0 string
function ExecuteScript(p0 : String)

ExecuteScriptFromLocation : Void

Name Type Description
p0 string
p1 string
p2 integer
function ExecuteScriptFromLocation(p0 : String, p1 : String, p2 : Integer)

GoBackward : Void

Name Type Description
function GoBackward()

GoForward : Void

Name Type Description
function GoForward()

Reload : Void

Name Type Description
function Reload()

Reload : Void

Name Type Description
p0 boolean
function Reload(p0 : Boolean)

SimulateKey : Void

Name Type Description
p0 integer
p1 boolean
p2 WebBrowserModifiers
function SimulateKey(p0 : Integer, p1 : Boolean, p2 : WebBrowserModifiers)

SimulateMouseClick : Void

Name Type Description
p0 integer2
p1 MouseButtons
p2 boolean
p3 WebBrowserModifiers
function SimulateMouseClick(p0 : Integer2, p1 : MouseButtons, p2 : Boolean, p3 : WebBrowserModifiers)

SimulateMouseDoubleClick : Void

Name Type Description
p0 integer2
p1 MouseButtons
p2 WebBrowserModifiers
function SimulateMouseDoubleClick(p0 : Integer2, p1 : MouseButtons, p2 : WebBrowserModifiers)

SimulateMouseMove : Void

Name Type Description
p0 integer2
p1 WebBrowserModifiers
function SimulateMouseMove(p0 : Integer2, p1 : WebBrowserModifiers)

SimulateMouseScroll : Void

Name Type Description
p0 integer2
p1 real2
p2 WebBrowserModifiers
function SimulateMouseScroll(p0 : Integer2, p1 : Real2, p2 : WebBrowserModifiers)

SimulateTextTyped : Void

Name Type Description
p0 integer
p1 WebBrowserModifiers
function SimulateTextTyped(p0 : Integer, p1 : WebBrowserModifiers)