Lua Events/OnTabRemoved

From PZwiki



Event

OnTabRemoved

Description

Triggered when a chat tab is closed.

Parameters

  • String The name of the chat tab which was added.
  • Integer The identifier of the chat tab which was added.

Examples

local function OnTabRemoved(tabTitle, tabId)
	-- Your code here
end

Events.OnTabRemoved.Add(OnTabRemoved)

See also