com.iron-mountain.account-management
v1.1.1
Published
A system for saving, loading, and deleting player accounts.
Downloads
4
Readme
Account Management
Version: 1.1.1
Description:
A system for saving, loading, and deleting player accounts.
Dependencies:
- com.iron-mountain.save-system (1.0.4)
Package Mirrors:
Key Scripts & Components:
- public class Account
- Actions:
- public event Action OnVersionChanged
- public event Action OnCreationTimeChanged
- public event Action OnLastLoginTimeChanged
- Properties:
- public String ID { get; }
- public String Directory { get; }
- public String SessionID { get; }
- public Boolean IsDefault { get; }
- public String Version { get; set; }
- public String CreationTime { get; set; }
- public String LastLoginTime { get; set; }
- Methods:
- public virtual void Initialize()
- Actions:
- public static class AccountsManager
Saved Values
- public class AccountScriptedSavedBool : ScriptedSavedBool
- Properties:
- public String Directory { get; }
- Properties:
- public class AccountScriptedSavedFloat : ScriptedSavedFloat
- Properties:
- public String Directory { get; }
- Properties:
- public class AccountScriptedSavedInt : ScriptedSavedInt
- Properties:
- public String Directory { get; }
- Properties:
- public class AccountScriptedSavedList : ScriptedSavedList
- Properties:
- public String Directory { get; }
- Properties:
- public class AccountScriptedSavedString : ScriptedSavedString
- Properties:
- public String Directory { get; }
- Properties:
U I
- public class AccountDisplay : MonoBehaviour
- Actions:
- public event Action OnAccountChanged
- Properties:
- public Account Account { get; set; }
- Actions:
- public class AccountDisplayCreationTimeText : MonoBehaviour
- public class AccountDisplayDeleteButton : MonoBehaviour
- public class AccountDisplayIDText : MonoBehaviour
- public class AccountDisplayLastLoginTimeText : MonoBehaviour
- public class AccountDisplayLoginButton : MonoBehaviour
- public class AccountsMenu : MonoBehaviour
- public class ContinueButton : MonoBehaviour
- public class CreateAccountButton : MonoBehaviour
- public class CurrentAccountIDText : MonoBehaviour
- public class DeleteAllAccountsButton : MonoBehaviour
- public class LogOutButton : MonoBehaviour