Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface PartOfFortuneOptions

    Part of Fortune calculation options.

    interface PartOfFortuneOptions {
        useDayNightFormula?: boolean;
        isDayChart?: boolean;
    }
    Index

    Properties

    useDayNightFormula?: boolean

    Whether to use the traditional day/night formula distinction.

    true
    
    isDayChart?: boolean

    Force day or night formula. Only used if useDayNightFormula is true.