registerTick

open fun registerTick(method: Any): RegularTrigger

Registers a new trigger that runs before every game tick.

Passes through one argument:

  • Ticks elapsed

Available modifications:

Return

The trigger for additional modification

Parameters

method

The method to call when the event is fired

Sources

Link copied to clipboard