void beginPlay()

Starts the game

Source

void beginPlay() {
    if (!isRunning) start();
    this.actors.forEach((actor) => actor.beginPlay());
}