Lua Events/OnTickEvenPaused

From PZwiki



Event

OnTickEvenPaused

Description

Same as OnTick, but triggered when the game is paused as well.

Parameters

Examples

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

Events.OnTickEvenPaused.Add(OnTickEvenPaused)

See also