AngeliA
Search Results for

    Show / Hide Table of Contents

    Class SavingBool

    Boolean data that auto save into player saving data

    Constructors

    SavingBool(string, bool, SavingLocation)

    Boolean data that auto save into player saving data

    Declaration
    public SavingBool(string key, bool defaultValue, SavingLocation location)
    Parameters
    Type Name Description
    string key

    Unique key to identify this data

    SavingLocation location

    Set to "global" if this data shares between all saving slots

    Methods

    StringToValue(string)

    Convert given string into the value

    Declaration
    protected override bool StringToValue(string str)
    Overrides
    Saving<bool>.StringToValue(string)

    ValueToString(bool)

    Convert given value into string data

    Declaration
    protected override string ValueToString(bool value)
    Overrides
    Saving<bool>.ValueToString(bool)
    Back to top ๐Ÿ„๐Ÿฆโ€โฌ›๐Ÿงฆ๐Ÿˆ๐ŸŽƒ๐Ÿ’“๐ŸŒนโ˜•๐Ÿดโ€โ˜ ๏ธ๐Ÿค