Lua Events/OnCustomUIKeyPressed

From PZwiki



Event

OnCustomUIKeyPressed

Description

Triggered when a custom UI key has been pressed.

Parameters

Examples

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

Events.OnCustomUIKeyPressed.Add(OnCustomUIKeyPressed)

See also