Search Results for

    Show / Hide Table of Contents

    Class LoadNodeSettings

    Inheritance
    object
    LoadNodeSettings
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class LoadNodeSettings

    Fields

    advanceTurn

    Advances hunters, room index and turn index.

    Declaration
    public bool advanceTurn
    Field Value
    Type Description
    bool

    dontDoRiftTransition

    Skip animation of moving players, like sidetrack rifts.

    Declaration
    public bool dontDoRiftTransition
    Field Value
    Type Description
    bool

    dontStopLoading

    For Primus sequence. Does not do SetLoadingStatus after loading is done.

    Declaration
    public bool dontStopLoading
    Field Value
    Type Description
    bool

    from

    Declaration
    public int from
    Field Value
    Type Description
    int

    isLoadingFromSave

    Declaration
    public bool isLoadingFromSave
    Field Value
    Type Description
    bool

    isSidetrackTransition

    Declaration
    public bool isSidetrackTransition
    Field Value
    Type Description
    bool

    isTravelingRoom

    Set this false only if we are loading from save, and the players were already in this room when the save was made.

    Declaration
    public bool isTravelingRoom
    Field Value
    Type Description
    bool

    isTravelingZone

    Set this false only if we are loading from save, and the players were already in this zone when the save was made.

    Declaration
    public bool isTravelingZone
    Field Value
    Type Description
    bool

    isWhiteTransition

    For Primus sequence. Fades out in white instead of normal loading screen. Unused.

    Declaration
    public bool isWhiteTransition
    Field Value
    Type Description
    bool

    newZone

    Declaration
    public Zone newZone
    Field Value
    Type Description
    Zone

    newZoneNoAdvance

    This is only used in development / testing context. Replaces the current zone, instead of advancing zone index.

    Declaration
    public bool newZoneNoAdvance
    Field Value
    Type Description
    bool

    to

    Declaration
    public int to
    Field Value
    Type Description
    int

    Methods

    Clone()

    Declaration
    public LoadNodeSettings Clone()
    Returns
    Type Description
    LoadNodeSettings
    In This Article
    Back to top Shape of Dreams API Documentation