Search Results for

    Show / Hide Table of Contents

    Enum InstanceMode

    Namespace: Danmokou.Core
    Assembly: cs.temp.dll.dll
    Syntax
    public enum InstanceMode

    Fields

    Name Description
    BOSS_PRACTICE

    Boss card practice mode, which plays exactly one card.

    CAMPAIGN

    Playing through a full campaign (eg. 6 sequential stages). Note that EX stages are distinct campaigns.

    DEBUG

    Used when there is no real instance, but there is still full gameplay.
    Used for editor testing and single-scene exports.

    NULL

    Used when the instance is not active (eg. on the main menu). NULL is the mode used when the program starts. A player may still exist (eg. shot demo) and make use of InstanceData, but many features may be disabled.

    SCENE_CHALLENGE

    Scene challenge mode (STB-style), which plays exactly one card.

    STAGE_PRACTICE

    Stage practice mode, which starts on one stage section and plays until the end of the stage.

    TUTORIAL

    Tutorial.

    In This Article
    Back to top Generated by DocFX