Lua Events/OnCustomUIKey

From PZwiki
< Lua Events
Revision as of 22:35, 13 June 2023 by Faalagorn (talk | contribs) (Faalagorn moved page Lua Events/OnCustomUIKey to Lua Events/OnCustomUIKey: Avoid Modding: prefix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Event

OnCustomUIKey

Description

Triggered when a custom UI key has been released.

Parameters

Examples

local function OnCustomUIKey(key)
	-- Your code here
end

Events.OnCustomUIKey.Add(OnCustomUIKey)

See also