Lua Events/OnCustomUIKeyReleased

From PZwiki



Event

OnCustomUIKeyReleased

Description

Triggered when a custom UI key has been released.

Parameters

Examples

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

Events.OnCustomUIKeyReleased.Add(OnCustomUIKeyReleased)

See also