self:reload
Client
Reloads the current page in the webview
Syntax
local status = self:reload()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
local entity = core.webview.create()
entity:load_url("https://google.com")
entity:reload()