Show / Hide Table of Contents

    Interface IAvatarCollectionSavedData

    ISavedData associated with an IAvatarCollection.

    Inherited Members
    ISavedData.TimeCreated
    ISavedData.TimeModified
    ISavedData.Load()
    ISavedData.Save()
    ISavedData.Delete()
    ISavedData.Reset()
    IUnlockableSavedData.Available
    IUnlockableSavedData.Obtained
    IUnlockableSavedData.SetAvailability(Boolean)
    IUnlockableSavedData.SetObtained(Boolean)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAvatarCollectionSavedData : ISavedData, IInjectable, IUnlockableSavedData

    Properties

    UnlockedAvatars

    List of ids for the Avatars which the player has unlocked.

    Declaration
    List<string> UnlockedAvatars { get; }
    Property Value
    Type Description
    List<String>

    Methods

    LockAvatar(String)

    Removes player's access to the specified Avatar by the provided .

    Declaration
    void LockAvatar(string avatarId)
    Parameters
    Type Name Description
    String avatarId

    UnlockAvatar(String)

    Unlocks the specified Avatar by the provided in this IAvatarCollection for the player's use.

    Declaration
    void UnlockAvatar(string avatarId)
    Parameters
    Type Name Description
    String avatarId
    Back to top Copyright © 2020 East Side Games Inc.