File WfEnums.h

FileList > game > include > WfEnums.h

Go to the source code of this file

Public Types

Type Name
enum WfActionAnimation
an animation that plays and then finishes, returning back to the normal movement animations
enum WfDirection
enum WfSeason

Public Types Documentation

enum WfActionAnimation

an animation that plays and then finishes, returning back to the normal movement animations

enum WfActionAnimation {
    WfNoActionAnim,
    WfSlashAnim,
    WfThrustAnim
};

enum WfDirection

enum WfDirection {
    Up,
    Down,
    Left,
    Right,
    NumDirections
};

enum WfSeason

enum WfSeason {
    Spring,
    Summer,
    Autumn,
    Winter,
    NumSeasons
};


The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/game/include/WfEnums.h