registerGameLoad

open fun registerGameLoad(method: Any): RegularTrigger

Registers a new trigger that runs after the game loads.

This runs after the initial loading of the game directly after scripts are loaded and after "/ct load" happens.

Available modifications:

Return

The trigger for additional modification

Parameters

method

The method to call when the event is fired

Sources

Link copied to clipboard