Lua Events/OnFETick

From PZwiki
< Lua Events(Redirected from Lua Events/OnFETick)



Event

OnFETick

Description

Same as OnTick, except is only called while on the main menu.

Parameters

Examples

local function OnFETick(numberTicks)
	-- Your code here
end

Events.OnFETick.Add(OnFETick)

See also