self:get_z_index
Client
Retrieves the current stacking order of the webview
Syntax
local z_index = self:get_z_index()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
int | z_index | Current stacking order of the webview |
Examples
local entity = core.webview.create()
core.engine.print("info", "Webview z-index:", entity:get_z_index())