Skip to main content

Start

Type: function

Run the specified function on the start of the client tick.

Parameters

ParameterTypeDescription
functionfunctionThe function to run at the start of the client tick.

Returns

Nothing.

Example

Minecraft.Ticks.Client.Start(function() 

end)