Progetto H — API Reference API & Scripting Documentation
Event Client

WebUI.Ready

Triggered when this page is fully loaded

Syntax

Lua
WebUI.Subscribe("Ready", function()
    -- il tuo codice
end)