Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Class NewUserExperienceManager

    Responsible for managing the New User Experience workflows.

    Index

    Methods

    • Create a default scene for the new world.

      Parameters

      • sceneData: SceneData = {}

        Additional data to merge with the default scene

      Returns Promise<documents.Scene>

      The created default scene

    • Initialize the new user experience. Currently, this generates some chat messages with hints for getting started if we detect this is a new world.

      Returns void