### YamlMime:ManagedReference items: - uid: TinyLife.PerSaveOptions commentId: T:TinyLife.PerSaveOptions id: PerSaveOptions parent: TinyLife children: - TinyLife.PerSaveOptions.AiImportantActions - TinyLife.PerSaveOptions.AiRelationships - TinyLife.PerSaveOptions.AiSkillBuilding - TinyLife.PerSaveOptions.DisableAiHousehold - TinyLife.PerSaveOptions.DisableAiSelected - TinyLife.PerSaveOptions.DisplayedHints - TinyLife.PerSaveOptions.Instance - TinyLife.PerSaveOptions.LastGameVersion - TinyLife.PerSaveOptions.LastMap - TinyLife.PerSaveOptions.Load(System.String,System.Boolean) - TinyLife.PerSaveOptions.LoadedMods - TinyLife.PerSaveOptions.MapCustom - TinyLife.PerSaveOptions.MapName - TinyLife.PerSaveOptions.Maps - TinyLife.PerSaveOptions.MaxRegularVisitors - TinyLife.PerSaveOptions.OtherLifespan - TinyLife.PerSaveOptions.PlayedLifespan - TinyLife.PerSaveOptions.PopulateLots - TinyLife.PerSaveOptions.Save(System.String) langs: - csharp - vb name: PerSaveOptions nameWithType: PerSaveOptions fullName: TinyLife.PerSaveOptions type: Class source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PerSaveOptions path: ../TinyLife/Options.cs startLine: 425 assemblies: - Tiny Life namespace: TinyLife summary: >- The game's per-save options, which are displayed in the menu and saved to disk. Note that is null if there is no loaded. example: [] syntax: content: >- [DataContract] public class PerSaveOptions : JsonTypeSafeGenericDataHolder, IGenericDataHolder content.vb: >- Public Class PerSaveOptions Inherits JsonTypeSafeGenericDataHolder Implements IGenericDataHolder inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString extensionMethods: - TinyLife.PerSaveOptions.TinyLife.Utilities.Extensions.JsonCopy``1 attributes: - type: System.Runtime.Serialization.DataContractAttribute ctor: System.Runtime.Serialization.DataContractAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.Instance commentId: P:TinyLife.PerSaveOptions.Instance id: Instance parent: TinyLife.PerSaveOptions langs: - csharp - vb name: Instance nameWithType: PerSaveOptions.Instance fullName: TinyLife.PerSaveOptions.Instance type: Property source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Instance path: ../TinyLife/Options.cs startLine: 432 assemblies: - Tiny Life namespace: TinyLife summary: >- The static singleton instance of . Note that this value is null if there is no loaded. example: [] syntax: content: public static PerSaveOptions Instance { get; } parameters: [] return: type: TinyLife.PerSaveOptions content.vb: Public Shared Property Instance As PerSaveOptions overload: TinyLife.PerSaveOptions.Instance* - uid: TinyLife.PerSaveOptions.DisplayedHints commentId: F:TinyLife.PerSaveOptions.DisplayedHints id: DisplayedHints parent: TinyLife.PerSaveOptions langs: - csharp - vb name: DisplayedHints nameWithType: PerSaveOptions.DisplayedHints fullName: TinyLife.PerSaveOptions.DisplayedHints type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisplayedHints path: ../TinyLife/Options.cs startLine: 438 assemblies: - Tiny Life namespace: TinyLife summary: The of objects that have already been displayed example: [] syntax: content: >- [DataMember] public readonly HashSet DisplayedHints return: type: System.Collections.Generic.HashSet{System.String} content.vb: >- Public ReadOnly DisplayedHints As HashSet(Of String) attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.Maps commentId: F:TinyLife.PerSaveOptions.Maps id: Maps parent: TinyLife.PerSaveOptions langs: - csharp - vb name: Maps nameWithType: PerSaveOptions.Maps fullName: TinyLife.PerSaveOptions.Maps type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Maps path: ../TinyLife/Options.cs startLine: 443 assemblies: - Tiny Life namespace: TinyLife summary: The maps that this save contains. example: [] syntax: content: >- [DataMember] public readonly List Maps return: type: System.Collections.Generic.List{TinyLife.PerSaveOptions.MapInfo} content.vb: >- Public ReadOnly Maps As List(Of PerSaveOptions.MapInfo) attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.DisableAiSelected commentId: F:TinyLife.PerSaveOptions.DisableAiSelected id: DisableAiSelected parent: TinyLife.PerSaveOptions langs: - csharp - vb name: DisableAiSelected nameWithType: PerSaveOptions.DisableAiSelected fullName: TinyLife.PerSaveOptions.DisableAiSelected type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiSelected path: ../TinyLife/Options.cs startLine: 449 assemblies: - Tiny Life namespace: TinyLife summary: Whether the AI of the should be disabled or not example: [] syntax: content: >- [DataMember] public bool DisableAiSelected return: type: System.Boolean content.vb: >- Public DisableAiSelected As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.DisableAiHousehold commentId: F:TinyLife.PerSaveOptions.DisableAiHousehold id: DisableAiHousehold parent: TinyLife.PerSaveOptions langs: - csharp - vb name: DisableAiHousehold nameWithType: PerSaveOptions.DisableAiHousehold fullName: TinyLife.PerSaveOptions.DisableAiHousehold type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DisableAiHousehold path: ../TinyLife/Options.cs startLine: 454 assemblies: - Tiny Life namespace: TinyLife summary: Whether the AI of everyone in the should be disabled or not example: [] syntax: content: >- [DataMember] public bool DisableAiHousehold return: type: System.Boolean content.vb: >- Public DisableAiHousehold As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.AiImportantActions commentId: F:TinyLife.PerSaveOptions.AiImportantActions id: AiImportantActions parent: TinyLife.PerSaveOptions langs: - csharp - vb name: AiImportantActions nameWithType: PerSaveOptions.AiImportantActions fullName: TinyLife.PerSaveOptions.AiImportantActions type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiImportantActions path: ../TinyLife/Options.cs startLine: 460 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether the AI should be able to execute important options, like paying the bills. This option is intended to be used through . example: [] syntax: content: >- [DataMember] public bool AiImportantActions return: type: System.Boolean content.vb: >- Public AiImportantActions As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.AiSkillBuilding commentId: F:TinyLife.PerSaveOptions.AiSkillBuilding id: AiSkillBuilding parent: TinyLife.PerSaveOptions langs: - csharp - vb name: AiSkillBuilding nameWithType: PerSaveOptions.AiSkillBuilding fullName: TinyLife.PerSaveOptions.AiSkillBuilding type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiSkillBuilding path: ../TinyLife/Options.cs startLine: 466 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether the AI should be able to execute skill building actions like painting and programming. This option is intended to be used through . example: [] syntax: content: >- [DataMember] public bool AiSkillBuilding return: type: System.Boolean content.vb: >- Public AiSkillBuilding As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.AiRelationships commentId: F:TinyLife.PerSaveOptions.AiRelationships id: AiRelationships parent: TinyLife.PerSaveOptions langs: - csharp - vb name: AiRelationships nameWithType: PerSaveOptions.AiRelationships fullName: TinyLife.PerSaveOptions.AiRelationships type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AiRelationships path: ../TinyLife/Options.cs startLine: 472 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether the AI should be able to build complex relationships. This option is intended to be used through and . example: [] syntax: content: >- [DataMember] public bool AiRelationships return: type: System.Boolean content.vb: >- Public AiRelationships As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.MaxRegularVisitors commentId: F:TinyLife.PerSaveOptions.MaxRegularVisitors id: MaxRegularVisitors parent: TinyLife.PerSaveOptions langs: - csharp - vb name: MaxRegularVisitors nameWithType: PerSaveOptions.MaxRegularVisitors fullName: TinyLife.PerSaveOptions.MaxRegularVisitors type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MaxRegularVisitors path: ../TinyLife/Options.cs startLine: 478 assemblies: - Tiny Life namespace: TinyLife summary: >- The maximum amount of regular visitors that the current map can have. When this value is changed, should be called to apply it. example: [] syntax: content: >- [DataMember] public int MaxRegularVisitors return: type: System.Int32 content.vb: >- Public MaxRegularVisitors As Integer attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.LoadedMods commentId: F:TinyLife.PerSaveOptions.LoadedMods id: LoadedMods parent: TinyLife.PerSaveOptions langs: - csharp - vb name: LoadedMods nameWithType: PerSaveOptions.LoadedMods fullName: TinyLife.PerSaveOptions.LoadedMods type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LoadedMods path: ../TinyLife/Options.cs startLine: 484 assemblies: - Tiny Life namespace: TinyLife summary: >- A set of mod ids, mapped to their names, of mods that were loaded the last time this save game was played. This dictionary is used to display a warning when a save is loaded with missing mods. example: [] syntax: content: >- [DataMember] public Dictionary LoadedMods return: type: System.Collections.Generic.Dictionary{System.String,System.String} content.vb: >- Public LoadedMods As Dictionary(Of String, String) attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.MapName commentId: F:TinyLife.PerSaveOptions.MapName id: MapName parent: TinyLife.PerSaveOptions langs: - csharp - vb name: MapName nameWithType: PerSaveOptions.MapName fullName: TinyLife.PerSaveOptions.MapName type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapName path: ../TinyLife/Options.cs startLine: 490 assemblies: - Tiny Life namespace: TinyLife summary: >- The name of the map that is used in this save game. Do not change this value, or the save will likely be corrupted. example: [] syntax: content: >- [DataMember] [Obsolete("Use the new Maps collection instead")] public string MapName return: type: System.String content.vb: >- Public MapName As String attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - type: System.ObsoleteAttribute ctor: System.ObsoleteAttribute.#ctor(System.String) arguments: - type: System.String value: Use the new Maps collection instead - uid: TinyLife.PerSaveOptions.MapCustom commentId: F:TinyLife.PerSaveOptions.MapCustom id: MapCustom parent: TinyLife.PerSaveOptions langs: - csharp - vb name: MapCustom nameWithType: PerSaveOptions.MapCustom fullName: TinyLife.PerSaveOptions.MapCustom type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: MapCustom path: ../TinyLife/Options.cs startLine: 496 assemblies: - Tiny Life namespace: TinyLife summary: >- Whether the map that is used in this save game is a custom map. Do not change this value, or the save will likely be corrupted. example: [] syntax: content: >- [DataMember] [Obsolete("Use the new Maps collection instead")] public bool MapCustom return: type: System.Boolean content.vb: >- Public MapCustom As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - type: System.ObsoleteAttribute ctor: System.ObsoleteAttribute.#ctor(System.String) arguments: - type: System.String value: Use the new Maps collection instead - uid: TinyLife.PerSaveOptions.PlayedLifespan commentId: F:TinyLife.PerSaveOptions.PlayedLifespan id: PlayedLifespan parent: TinyLife.PerSaveOptions langs: - csharp - vb name: PlayedLifespan nameWithType: PerSaveOptions.PlayedLifespan fullName: TinyLife.PerSaveOptions.PlayedLifespan type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PlayedLifespan path: ../TinyLife/Options.cs startLine: 502 assemblies: - Tiny Life namespace: TinyLife summary: >- The that a who is in the currently played household should have. This value is used by . example: [] syntax: content: >- [DataMember] public LifeSpan PlayedLifespan return: type: TinyLife.Objects.LifeSpan content.vb: >- Public PlayedLifespan As LifeSpan attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.OtherLifespan commentId: F:TinyLife.PerSaveOptions.OtherLifespan id: OtherLifespan parent: TinyLife.PerSaveOptions langs: - csharp - vb name: OtherLifespan nameWithType: PerSaveOptions.OtherLifespan fullName: TinyLife.PerSaveOptions.OtherLifespan type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OtherLifespan path: ../TinyLife/Options.cs startLine: 508 assemblies: - Tiny Life namespace: TinyLife summary: >- The that a who is not in the currently played household should have. This value is used by . example: [] syntax: content: >- [DataMember] public LifeSpan OtherLifespan return: type: TinyLife.Objects.LifeSpan content.vb: >- Public OtherLifespan As LifeSpan attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.LastGameVersion commentId: F:TinyLife.PerSaveOptions.LastGameVersion id: LastGameVersion parent: TinyLife.PerSaveOptions langs: - csharp - vb name: LastGameVersion nameWithType: PerSaveOptions.LastGameVersion fullName: TinyLife.PerSaveOptions.LastGameVersion type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastGameVersion path: ../TinyLife/Options.cs startLine: 513 assemblies: - Tiny Life namespace: TinyLife summary: The game version that this save was last loaded with. example: [] syntax: content: >- [DataMember] public string LastGameVersion return: type: System.String content.vb: >- Public LastGameVersion As String attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.LastMap commentId: F:TinyLife.PerSaveOptions.LastMap id: LastMap parent: TinyLife.PerSaveOptions langs: - csharp - vb name: LastMap nameWithType: PerSaveOptions.LastMap fullName: TinyLife.PerSaveOptions.LastMap type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastMap path: ../TinyLife/Options.cs startLine: 518 assemblies: - Tiny Life namespace: TinyLife summary: The map that the camera was last on when playing this save, out of . example: [] syntax: content: >- [DataMember] public string LastMap return: type: System.String content.vb: >- Public LastMap As String attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.PopulateLots commentId: F:TinyLife.PerSaveOptions.PopulateLots id: PopulateLots parent: TinyLife.PerSaveOptions langs: - csharp - vb name: PopulateLots nameWithType: PerSaveOptions.PopulateLots fullName: TinyLife.PerSaveOptions.PopulateLots type: Field source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PopulateLots path: ../TinyLife/Options.cs startLine: 523 assemblies: - Tiny Life namespace: TinyLife summary: Whether lots should automatically be populated using every few in-game days. example: [] syntax: content: >- [DataMember] public bool PopulateLots return: type: System.Boolean content.vb: >- Public PopulateLots As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.PerSaveOptions.Save(System.String) commentId: M:TinyLife.PerSaveOptions.Save(System.String) id: Save(System.String) parent: TinyLife.PerSaveOptions langs: - csharp - vb name: Save(string) nameWithType: PerSaveOptions.Save(string) fullName: TinyLife.PerSaveOptions.Save(string) type: Method source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Save path: ../TinyLife/Options.cs startLine: 528 assemblies: - Tiny Life namespace: TinyLife summary: Saves the options to the default options file path for the given save example: [] syntax: content: public void Save(string save) parameters: - id: save type: System.String content.vb: Public Sub Save(save As String) overload: TinyLife.PerSaveOptions.Save* nameWithType.vb: PerSaveOptions.Save(String) fullName.vb: TinyLife.PerSaveOptions.Save(String) name.vb: Save(String) - uid: TinyLife.PerSaveOptions.Load(System.String,System.Boolean) commentId: M:TinyLife.PerSaveOptions.Load(System.String,System.Boolean) id: Load(System.String,System.Boolean) parent: TinyLife.PerSaveOptions langs: - csharp - vb name: Load(string, bool) nameWithType: PerSaveOptions.Load(string, bool) fullName: TinyLife.PerSaveOptions.Load(string, bool) type: Method source: remote: path: TinyLife/Options.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Load path: ../TinyLife/Options.cs startLine: 536 assemblies: - Tiny Life namespace: TinyLife summary: Loads the options from the default options file path for the given save example: [] syntax: content: public static PerSaveOptions Load(string save, bool create) parameters: - id: save type: System.String - id: create type: System.Boolean return: type: TinyLife.PerSaveOptions content.vb: Public Shared Function Load(save As String, create As Boolean) As PerSaveOptions overload: TinyLife.PerSaveOptions.Load* nameWithType.vb: PerSaveOptions.Load(String, Boolean) fullName.vb: TinyLife.PerSaveOptions.Load(String, Boolean) name.vb: Load(String, Boolean) references: - uid: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) commentId: M:TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) isExternal: true href: TinyLife.Uis.OptionsMenu.html#TinyLife_Uis_OptionsMenu_Initialize_MLEM_Ui_UiSystem_System_Boolean_TinyLife_Uis_OptionsMenu_Tab_ name: Initialize(UiSystem, bool, Tab) nameWithType: OptionsMenu.Initialize(UiSystem, bool, OptionsMenu.Tab) fullName: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem, bool, TinyLife.Uis.OptionsMenu.Tab) nameWithType.vb: OptionsMenu.Initialize(UiSystem, Boolean, OptionsMenu.Tab) fullName.vb: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem, Boolean, TinyLife.Uis.OptionsMenu.Tab) name.vb: Initialize(UiSystem, Boolean, Tab) spec.csharp: - uid: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) name: Initialize href: TinyLife.Uis.OptionsMenu.html#TinyLife_Uis_OptionsMenu_Initialize_MLEM_Ui_UiSystem_System_Boolean_TinyLife_Uis_OptionsMenu_Tab_ - name: ( - uid: MLEM.Ui.UiSystem name: UiSystem isExternal: true - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Uis.OptionsMenu.Tab name: Tab href: TinyLife.Uis.OptionsMenu.Tab.html - name: ) spec.vb: - uid: TinyLife.Uis.OptionsMenu.Initialize(MLEM.Ui.UiSystem,System.Boolean,TinyLife.Uis.OptionsMenu.Tab) name: Initialize href: TinyLife.Uis.OptionsMenu.html#TinyLife_Uis_OptionsMenu_Initialize_MLEM_Ui_UiSystem_System_Boolean_TinyLife_Uis_OptionsMenu_Tab_ - name: ( - uid: MLEM.Ui.UiSystem name: UiSystem isExternal: true - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Uis.OptionsMenu.Tab name: Tab href: TinyLife.Uis.OptionsMenu.Tab.html - name: ) - uid: TinyLife.PerSaveOptions.Instance commentId: P:TinyLife.PerSaveOptions.Instance href: TinyLife.PerSaveOptions.html#TinyLife_PerSaveOptions_Instance name: Instance nameWithType: PerSaveOptions.Instance fullName: TinyLife.PerSaveOptions.Instance - uid: TinyLife.GameImpl.CurrentMap commentId: P:TinyLife.GameImpl.CurrentMap href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentMap name: CurrentMap nameWithType: GameImpl.CurrentMap fullName: TinyLife.GameImpl.CurrentMap - uid: TinyLife commentId: N:TinyLife href: TinyLife.html name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder parent: MLEM.Data.Json isExternal: true name: JsonTypeSafeGenericDataHolder nameWithType: JsonTypeSafeGenericDataHolder fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, object) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object) name.vb: SetData(String, Object) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: GetData(string) nameWithType: JsonTypeSafeGenericDataHolder.GetData(string) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string) nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetDataKeys() nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: TinyLife.PerSaveOptions.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(PerSaveOptions) nameWithType: Extensions.JsonCopy(PerSaveOptions) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.PerSaveOptions) nameWithType.vb: Extensions.JsonCopy(Of PerSaveOptions)(PerSaveOptions) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.PerSaveOptions)(TinyLife.PerSaveOptions) name.vb: JsonCopy(Of PerSaveOptions)(PerSaveOptions) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PerSaveOptions) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - uid: TinyLife.PerSaveOptions name: PerSaveOptions href: TinyLife.PerSaveOptions.html - name: '>' - name: ( - uid: TinyLife.PerSaveOptions name: PerSaveOptions href: TinyLife.PerSaveOptions.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.PerSaveOptions) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - uid: TinyLife.PerSaveOptions name: PerSaveOptions href: TinyLife.PerSaveOptions.html - name: ) - name: ( - uid: TinyLife.PerSaveOptions name: PerSaveOptions href: TinyLife.PerSaveOptions.html - name: ) - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Data.Json commentId: N:MLEM.Data.Json isExternal: true name: MLEM.Data.Json nameWithType: MLEM.Data.Json fullName: MLEM.Data.Json spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities href: TinyLife.Utilities.Extensions.html name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities href: TinyLife.html name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html - uid: TinyLife.PerSaveOptions commentId: T:TinyLife.PerSaveOptions parent: TinyLife href: TinyLife.PerSaveOptions.html name: PerSaveOptions nameWithType: PerSaveOptions fullName: TinyLife.PerSaveOptions - uid: TinyLife.PerSaveOptions.Instance* commentId: Overload:TinyLife.PerSaveOptions.Instance href: TinyLife.PerSaveOptions.html#TinyLife_PerSaveOptions_Instance name: Instance nameWithType: PerSaveOptions.Instance fullName: TinyLife.PerSaveOptions.Instance - uid: TinyLife.Uis.InGameHint.Name commentId: F:TinyLife.Uis.InGameHint.Name href: TinyLife.Uis.InGameHint.html#TinyLife_Uis_InGameHint_Name name: Name nameWithType: InGameHint.Name fullName: TinyLife.Uis.InGameHint.Name - uid: TinyLife.Uis.InGameHint commentId: T:TinyLife.Uis.InGameHint parent: TinyLife.Uis href: TinyLife.Uis.InGameHint.html name: InGameHint nameWithType: InGameHint fullName: TinyLife.Uis.InGameHint - uid: System.Collections.Generic.HashSet{System.String} commentId: T:System.Collections.Generic.HashSet{System.String} parent: System.Collections.Generic definition: System.Collections.Generic.HashSet`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 name: HashSet nameWithType: HashSet fullName: System.Collections.Generic.HashSet nameWithType.vb: HashSet(Of String) fullName.vb: System.Collections.Generic.HashSet(Of String) name.vb: HashSet(Of String) spec.csharp: - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' spec.vb: - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: TinyLife.Uis commentId: N:TinyLife.Uis href: TinyLife.html name: TinyLife.Uis nameWithType: TinyLife.Uis fullName: TinyLife.Uis spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Uis name: Uis href: TinyLife.Uis.html - uid: System.Collections.Generic.HashSet`1 commentId: T:System.Collections.Generic.HashSet`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 name: HashSet nameWithType: HashSet fullName: System.Collections.Generic.HashSet nameWithType.vb: HashSet(Of T) fullName.vb: System.Collections.Generic.HashSet(Of T) name.vb: HashSet(Of T) spec.csharp: - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.HashSet`1 name: HashSet isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.hashset-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: System.Collections.Generic.List{TinyLife.PerSaveOptions.MapInfo} commentId: T:System.Collections.Generic.List{TinyLife.PerSaveOptions.MapInfo} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of PerSaveOptions.MapInfo) fullName.vb: System.Collections.Generic.List(Of TinyLife.PerSaveOptions.MapInfo) name.vb: List(Of PerSaveOptions.MapInfo) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: TinyLife.PerSaveOptions name: PerSaveOptions href: TinyLife.PerSaveOptions.html - name: . - uid: TinyLife.PerSaveOptions.MapInfo name: MapInfo href: TinyLife.PerSaveOptions.MapInfo.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: TinyLife.PerSaveOptions name: PerSaveOptions href: TinyLife.PerSaveOptions.html - name: . - uid: TinyLife.PerSaveOptions.MapInfo name: MapInfo href: TinyLife.PerSaveOptions.MapInfo.html - name: ) - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullName.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: TinyLife.Tools.PlayModeTool.SelectedPerson commentId: P:TinyLife.Tools.PlayModeTool.SelectedPerson href: TinyLife.Tools.PlayModeTool.html#TinyLife_Tools_PlayModeTool_SelectedPerson name: SelectedPerson nameWithType: PlayModeTool.SelectedPerson fullName: TinyLife.Tools.PlayModeTool.SelectedPerson - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: TinyLife.GameImpl.CurrentHousehold commentId: P:TinyLife.GameImpl.CurrentHousehold href: TinyLife.GameImpl.html#TinyLife_GameImpl_CurrentHousehold name: CurrentHousehold nameWithType: GameImpl.CurrentHousehold fullName: TinyLife.GameImpl.CurrentHousehold - uid: TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_CanDoImportantAction_TinyLife_Actions_ActionInfo_System_Boolean_ name: CanDoImportantAction(ActionInfo, bool) nameWithType: ActionType.CanDoImportantAction(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo, bool) nameWithType.vb: ActionType.CanDoImportantAction(ActionInfo, Boolean) fullName.vb: TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo, Boolean) name.vb: CanDoImportantAction(ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo,System.Boolean) name: CanDoImportantAction href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_CanDoImportantAction_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.CanDoImportantAction(TinyLife.Actions.ActionInfo,System.Boolean) name: CanDoImportantAction href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_CanDoImportantAction_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType) commentId: M:TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType) href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetSkillPriorityMod_TinyLife_Objects_Person_TinyLife_Skills_SkillType_ name: GetSkillPriorityMod(Person, SkillType) nameWithType: ActionType.GetSkillPriorityMod(Person, SkillType) fullName: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person, TinyLife.Skills.SkillType) spec.csharp: - uid: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType) name: GetSkillPriorityMod href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetSkillPriorityMod_TinyLife_Objects_Person_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.GetSkillPriorityMod(TinyLife.Objects.Person,TinyLife.Skills.SkillType) name: GetSkillPriorityMod href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetSkillPriorityMod_TinyLife_Objects_Person_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) - uid: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_CanDoSocialAction_TinyLife_Actions_ActionInfo_System_Boolean_ name: CanDoSocialAction(ActionInfo, bool) nameWithType: ActionType.CanDoSocialAction(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo, bool) nameWithType.vb: ActionType.CanDoSocialAction(ActionInfo, Boolean) fullName.vb: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo, Boolean) name.vb: CanDoSocialAction(ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean) name: CanDoSocialAction href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_CanDoSocialAction_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean) name: CanDoSocialAction href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_CanDoSocialAction_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsReadyForRomance_TinyLife_Actions_ActionInfo_System_Boolean_ name: IsReadyForRomance(ActionInfo, bool) nameWithType: ActionType.IsReadyForRomance(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo, bool) nameWithType.vb: ActionType.IsReadyForRomance(ActionInfo, Boolean) fullName.vb: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo, Boolean) name.vb: IsReadyForRomance(ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) name: IsReadyForRomance href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsReadyForRomance_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) name: IsReadyForRomance href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsReadyForRomance_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single}) commentId: M:TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single}) isExternal: true href: TinyLife.World.Map.html#TinyLife_World_Map_UpdateExternalPeople_System_Collections_Generic_ICollection_TinyLife_World_Map__System_Action_System_String__System_Action_System_Single__ name: UpdateExternalPeople(ICollection, Action, Action) nameWithType: Map.UpdateExternalPeople(ICollection, Action, Action) fullName: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection, System.Action, System.Action) nameWithType.vb: Map.UpdateExternalPeople(ICollection(Of Map), Action(Of String), Action(Of Single)) fullName.vb: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection(Of TinyLife.World.Map), System.Action(Of String), System.Action(Of Single)) name.vb: UpdateExternalPeople(ICollection(Of Map), Action(Of String), Action(Of Single)) spec.csharp: - uid: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single}) name: UpdateExternalPeople href: TinyLife.World.Map.html#TinyLife_World_Map_UpdateExternalPeople_System_Collections_Generic_ICollection_TinyLife_World_Map__System_Action_System_String__System_Action_System_Single__ - name: ( - uid: System.Collections.Generic.ICollection`1 name: ICollection isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 - name: < - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: '>' - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '>' - name: ) spec.vb: - uid: TinyLife.World.Map.UpdateExternalPeople(System.Collections.Generic.ICollection{TinyLife.World.Map},System.Action{System.String},System.Action{System.Single}) name: UpdateExternalPeople href: TinyLife.World.Map.html#TinyLife_World_Map_UpdateExternalPeople_System_Collections_Generic_ICollection_TinyLife_World_Map__System_Action_System_String__System_Action_System_Single__ - name: ( - uid: System.Collections.Generic.ICollection`1 name: ICollection isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1 - name: ( - name: Of - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ) - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - name: ) - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: System.Collections.Generic.Dictionary{System.String,System.String} commentId: T:System.Collections.Generic.Dictionary{System.String,System.String} parent: System.Collections.Generic definition: System.Collections.Generic.Dictionary`2 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary nameWithType.vb: Dictionary(Of String, String) fullName.vb: System.Collections.Generic.Dictionary(Of String, String) name.vb: Dictionary(Of String, String) spec.csharp: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: System.Collections.Generic.Dictionary`2 commentId: T:System.Collections.Generic.Dictionary`2 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 name: Dictionary nameWithType: Dictionary fullName: System.Collections.Generic.Dictionary nameWithType.vb: Dictionary(Of TKey, TValue) fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue) name.vb: Dictionary(Of TKey, TValue) spec.csharp: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: < - name: TKey - name: ',' - name: " " - name: TValue - name: '>' spec.vb: - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: ( - name: Of - name: " " - name: TKey - name: ',' - name: " " - name: TValue - name: ) - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: TinyLife.Objects.LifeSpan commentId: T:TinyLife.Objects.LifeSpan parent: TinyLife.Objects href: TinyLife.Objects.LifeSpan.html name: LifeSpan nameWithType: LifeSpan fullName: TinyLife.Objects.LifeSpan - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person parent: TinyLife.Objects href: TinyLife.Objects.Person.html name: Person nameWithType: Person fullName: TinyLife.Objects.Person - uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan) commentId: M:TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDaysBeforeAging_TinyLife_Objects_AgeGroup_TinyLife_Objects_LifeSpan_ name: GetDaysBeforeAging(AgeGroup, LifeSpan) nameWithType: Extensions.GetDaysBeforeAging(AgeGroup, LifeSpan) fullName: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup, TinyLife.Objects.LifeSpan) spec.csharp: - uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan) name: GetDaysBeforeAging href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDaysBeforeAging_TinyLife_Objects_AgeGroup_TinyLife_Objects_LifeSpan_ - name: ( - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ',' - name: " " - uid: TinyLife.Objects.LifeSpan name: LifeSpan href: TinyLife.Objects.LifeSpan.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.GetDaysBeforeAging(TinyLife.Objects.AgeGroup,TinyLife.Objects.LifeSpan) name: GetDaysBeforeAging href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_GetDaysBeforeAging_TinyLife_Objects_AgeGroup_TinyLife_Objects_LifeSpan_ - name: ( - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ',' - name: " " - uid: TinyLife.Objects.LifeSpan name: LifeSpan href: TinyLife.Objects.LifeSpan.html - name: ) - uid: TinyLife.Objects commentId: N:TinyLife.Objects href: TinyLife.html name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html - uid: TinyLife.PerSaveOptions.Maps commentId: F:TinyLife.PerSaveOptions.Maps href: TinyLife.PerSaveOptions.html#TinyLife_PerSaveOptions_Maps name: Maps nameWithType: PerSaveOptions.Maps fullName: TinyLife.PerSaveOptions.Maps - uid: TinyLife.World.Map.PopulateLots commentId: M:TinyLife.World.Map.PopulateLots href: TinyLife.World.Map.html#TinyLife_World_Map_PopulateLots name: PopulateLots() nameWithType: Map.PopulateLots() fullName: TinyLife.World.Map.PopulateLots() spec.csharp: - uid: TinyLife.World.Map.PopulateLots name: PopulateLots href: TinyLife.World.Map.html#TinyLife_World_Map_PopulateLots - name: ( - name: ) spec.vb: - uid: TinyLife.World.Map.PopulateLots name: PopulateLots href: TinyLife.World.Map.html#TinyLife_World_Map_PopulateLots - name: ( - name: ) - uid: TinyLife.PerSaveOptions.Save* commentId: Overload:TinyLife.PerSaveOptions.Save href: TinyLife.PerSaveOptions.html#TinyLife_PerSaveOptions_Save_System_String_ name: Save nameWithType: PerSaveOptions.Save fullName: TinyLife.PerSaveOptions.Save - uid: TinyLife.PerSaveOptions.Load* commentId: Overload:TinyLife.PerSaveOptions.Load href: TinyLife.PerSaveOptions.html#TinyLife_PerSaveOptions_Load_System_String_System_Boolean_ name: Load nameWithType: PerSaveOptions.Load fullName: TinyLife.PerSaveOptions.Load