Lua Events/OnChatWindowInit

From PZwiki



Event

OnChatWindowInit

Description

Triggered when the chat window is being initialized.

Parameters

No parameter.

Examples

local function OnChatWindowInit()
	-- Your code here
end

Events.OnChatWindowInit.Add(OnChatWindowInit)

See also

No related event.