Skip to content

GameTimeAPI

Alex Pineda edited this page Dec 22, 2022 · 1 revision

The GameTimeAPI is the primary interface that the macro and plugin systems use to interact with Titan Reactor.

The actual methods, properties and callbacks of the interface are generated by the world-composer and is pieced together from all the other composers that expose their part of the API to generate the totality of it.

core/world/game-time-api.ts

core/world/world-composer.ts

Clone this wiki locally