Lua Events/OnCustomUIKey

From PZwiki



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