### YamlMime:ManagedReference items: - uid: TinyLife.Actions.ActionType.TypeSettings commentId: T:TinyLife.Actions.ActionType.TypeSettings id: ActionType.TypeSettings parent: TinyLife.Actions children: - TinyLife.Actions.ActionType.TypeSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.Type) - TinyLife.Actions.ActionType.TypeSettings.Ai - TinyLife.Actions.ActionType.TypeSettings.CanExecute - TinyLife.Actions.ActionType.TypeSettings.Categories - TinyLife.Actions.ActionType.TypeSettings.ConstructedType - TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments - TinyLife.Actions.ActionType.TypeSettings.Context - TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult - TinyLife.Actions.ActionType.TypeSettings.GetData``1(System.String) - TinyLife.Actions.ActionType.TypeSettings.GetDataKeys - TinyLife.Actions.ActionType.TypeSettings.GetDisplayName - TinyLife.Actions.ActionType.TypeSettings.IconName - TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions - TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere - TinyLife.Actions.ActionType.TypeSettings.Name - TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory - TinyLife.Actions.ActionType.TypeSettings.RequiredAges - TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion - TinyLife.Actions.ActionType.TypeSettings.RequiredJob - TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges - TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment - TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality - TinyLife.Actions.ActionType.TypeSettings.RequiredSkill - TinyLife.Actions.ActionType.TypeSettings.SetData(System.String,System.Object) - TinyLife.Actions.ActionType.TypeSettings.SetData``1(System.String,``0) - TinyLife.Actions.ActionType.TypeSettings.Texture - TinyLife.Actions.ActionType.TypeSettings.Varieties langs: - csharp - vb name: ActionType.TypeSettings nameWithType: ActionType.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings type: Struct source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TypeSettings path: ../TinyLife/Actions/ActionType.cs startLine: 157 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA struct that contains information about an \n" example: [] syntax: content: 'public struct ActionType.TypeSettings : IGenericDataHolder' content.vb: Public Structure ActionType.TypeSettings Implements IGenericDataHolder implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - System.ValueType.Equals(System.Object) - System.ValueType.GetHashCode - System.ValueType.ToString - System.Object.Equals(System.Object,System.Object) - System.Object.GetType - System.Object.ReferenceEquals(System.Object,System.Object) extensionMethods: - TinyLife.Actions.ActionType.TypeSettings.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.ActionType.TypeSettings.Name commentId: F:TinyLife.Actions.ActionType.TypeSettings.Name id: Name parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: Name nameWithType: ActionType.TypeSettings.Name fullName: TinyLife.Actions.ActionType.TypeSettings.Name type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Name path: ../TinyLife/Actions/ActionType.cs startLine: 162 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe name of this action type\n" example: [] syntax: content: public string Name return: type: System.String content.vb: Public Name As String - uid: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory commentId: P:TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory id: NameWithoutCategory parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: NameWithoutCategory nameWithType: ActionType.TypeSettings.NameWithoutCategory fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory type: Property source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: NameWithoutCategory path: ../TinyLife/Actions/ActionType.cs startLine: 167 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe of this action type, but without a possible category prefix.\nThis property automatically returns a substring of .\n" example: [] syntax: content: public readonly string NameWithoutCategory { get; } parameters: [] return: type: System.String content.vb: Public ReadOnly Property NameWithoutCategory As String overload: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory* - uid: TinyLife.Actions.ActionType.TypeSettings.Categories commentId: P:TinyLife.Actions.ActionType.TypeSettings.Categories id: Categories parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: Categories nameWithType: ActionType.TypeSettings.Categories fullName: TinyLife.Actions.ActionType.TypeSettings.Categories type: Property source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Categories path: ../TinyLife/Actions/ActionType.cs startLine: 172 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe categories of this action type. The categories are strings at the start of this action type's delimited with a slash (/) character.\nThis property automatically returns a substring of , converted to an array.\n" example: [] syntax: content: public readonly string[] Categories { get; } parameters: [] return: type: System.String[] content.vb: Public ReadOnly Property Categories As String() overload: TinyLife.Actions.ActionType.TypeSettings.Categories* - uid: TinyLife.Actions.ActionType.TypeSettings.Texture commentId: F:TinyLife.Actions.ActionType.TypeSettings.Texture id: Texture parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: Texture nameWithType: ActionType.TypeSettings.Texture fullName: TinyLife.Actions.ActionType.TypeSettings.Texture type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Texture path: ../TinyLife/Actions/ActionType.cs startLine: 177 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe texture region used in the top left action queue display in-game.\nIf this value is null, is used for the icon instead.\n" example: [] syntax: content: public TextureRegion Texture return: type: MLEM.Textures.TextureRegion content.vb: Public Texture As TextureRegion - uid: TinyLife.Actions.ActionType.TypeSettings.Context commentId: F:TinyLife.Actions.ActionType.TypeSettings.Context id: Context parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: Context nameWithType: ActionType.TypeSettings.Context fullName: TinyLife.Actions.ActionType.TypeSettings.Context type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Context path: ../TinyLife/Actions/ActionType.cs startLine: 182 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA combined flag that represents all of the objects that this action can be executed on.\nSetting the context to and giving the action causes it to be invoked from the AI as if it had the category instead.\n" example: [] syntax: content: public ObjectCategory Context return: type: TinyLife.Objects.ObjectCategory content.vb: Public Context As ObjectCategory - uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute id: CanExecute parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: CanExecute nameWithType: ActionType.TypeSettings.CanExecute fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecute path: ../TinyLife/Actions/ActionType.cs startLine: 188 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA delegate that returns a based on whether the given situation allows this action to be executed.\nThis value is initialized always return .\nTo query this delegate effectively, use , which also validates the , the and the .\n" example: [] syntax: content: public ActionType.CanExecuteDelegate CanExecute return: type: TinyLife.Actions.ActionType.CanExecuteDelegate content.vb: Public CanExecute As ActionType.CanExecuteDelegate - uid: TinyLife.Actions.ActionType.TypeSettings.ConstructedType commentId: F:TinyLife.Actions.ActionType.TypeSettings.ConstructedType id: ConstructedType parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: ConstructedType nameWithType: ActionType.TypeSettings.ConstructedType fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructedType path: ../TinyLife/Actions/ActionType.cs startLine: 193 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe type that is constructed in to create a new action instance.\nIf additional arguments are required, use .\n" example: [] syntax: content: public Type ConstructedType return: type: System.Type content.vb: Public ConstructedType As Type - uid: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments commentId: F:TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments id: ConstructorArguments parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: ConstructorArguments nameWithType: ActionType.TypeSettings.ConstructorArguments fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ConstructorArguments path: ../TinyLife/Actions/ActionType.cs startLine: 198 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA function that can, optionally, return a set of instances that should be passed to this action type's 's constructor.\nIf this function is null, which is its default value, the two arguments it receives (the and an ) are passed directly to the constructor.\n" example: [] syntax: content: public Func> ConstructorArguments return: type: System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}} content.vb: Public ConstructorArguments As Func(Of ActionType, ActionInfo, IEnumerable(Of Object)) - uid: TinyLife.Actions.ActionType.TypeSettings.Varieties commentId: F:TinyLife.Actions.ActionType.TypeSettings.Varieties id: Varieties parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: Varieties nameWithType: ActionType.TypeSettings.Varieties fullName: TinyLife.Actions.ActionType.TypeSettings.Varieties type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Varieties path: ../TinyLife/Actions/ActionType.cs startLine: 206 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA set of instances that represent different versions of this action.\nIf this is set, and a non-null collection is returned, a menu pops up (like when cooking food) that displays all of the varieties as options to the user.\nIf the returned collection is empty, the action is treated the same as if its function returned the .\nWhen the invokes an action with a variety, it chooses a variety randomly based on its .\nTo query this function and do all of the appropriate error handling, use .\n" example: [] syntax: content: public Func> Varieties return: type: System.Func{TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}} content.vb: Public Varieties As Func(Of ActionInfo, Boolean, IEnumerable(Of ActionVariety)) - uid: TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult commentId: F:TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult id: EmptyVarietiesResult parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: EmptyVarietiesResult nameWithType: ActionType.TypeSettings.EmptyVarietiesResult fullName: TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: EmptyVarietiesResult path: ../TinyLife/Actions/ActionType.cs startLine: 211 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA that is returned and displayed if no valid variety is found in this settings' .\nThis value defaults to .\n" example: [] syntax: content: public CanExecuteResult EmptyVarietiesResult return: type: TinyLife.Actions.CanExecuteResult content.vb: Public EmptyVarietiesResult As CanExecuteResult - uid: TinyLife.Actions.ActionType.TypeSettings.Ai commentId: F:TinyLife.Actions.ActionType.TypeSettings.Ai id: Ai parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: Ai nameWithType: ActionType.TypeSettings.Ai fullName: TinyLife.Actions.ActionType.TypeSettings.Ai type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Ai path: ../TinyLife/Actions/ActionType.cs startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA set of settings for invocation of this action.\nThis value defaults to .\n" example: [] syntax: content: public ActionType.AiSettings Ai return: type: TinyLife.Actions.ActionType.AiSettings content.vb: Public Ai As ActionType.AiSettings - uid: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere commentId: F:TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere id: IsInappropriateElsewhere parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: IsInappropriateElsewhere nameWithType: ActionType.TypeSettings.IsInappropriateElsewhere fullName: TinyLife.Actions.ActionType.TypeSettings.IsInappropriateElsewhere type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsInappropriateElsewhere path: ../TinyLife/Actions/ActionType.cs startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nIf this value is true, this action will not automatically be invoked by on lots that the person does not own.\nAdditionally, when the player invokes an action with this value set to true, the lot's owner will come up to them and tell them to stop.\nTo query this value effectively, you can use .\n" example: [] syntax: content: public Func IsInappropriateElsewhere return: type: System.Func{TinyLife.Actions.ActionInfo,System.Boolean} content.vb: Public IsInappropriateElsewhere As Func(Of ActionInfo, Boolean) - uid: TinyLife.Actions.ActionType.TypeSettings.IconName commentId: F:TinyLife.Actions.ActionType.TypeSettings.IconName id: IconName parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: IconName nameWithType: ActionType.TypeSettings.IconName fullName: TinyLife.Actions.ActionType.TypeSettings.IconName type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IconName path: ../TinyLife/Actions/ActionType.cs startLine: 228 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe name of the icon that this action type should display in front of its name.\nTo make the icon work, its name needs to be added to the 's using .\nTo access an action's icon name, including automatically set icon names, use instead.\n" example: [] syntax: content: public Func IconName return: type: System.Func{TinyLife.Actions.ActionInfo,System.String} content.vb: Public IconName As Func(Of ActionInfo, String) - uid: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName commentId: F:TinyLife.Actions.ActionType.TypeSettings.GetDisplayName id: GetDisplayName parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: GetDisplayName nameWithType: ActionType.TypeSettings.GetDisplayName fullName: TinyLife.Actions.ActionType.TypeSettings.GetDisplayName type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDisplayName path: ../TinyLife/Actions/ActionType.cs startLine: 234 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA function that determines this action's actual display name.\nThe function is given the default display name () and an for the current situation, the latter of which may be null.\nIf this value is null (which it is by default), the default display name will be displayed.\n" example: [] syntax: content: public Func GetDisplayName return: type: System.Func{System.String,TinyLife.Actions.ActionInfo,System.String} content.vb: Public GetDisplayName As Func(Of String, ActionInfo, String) - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredSkill id: RequiredSkill parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: RequiredSkill nameWithType: ActionType.TypeSettings.RequiredSkill fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredSkill path: ../TinyLife/Actions/ActionType.cs startLine: 240 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe and level of the skill that is required for this action to become available, where otherwise it will be .\nWhen the required skill is leveled up, this action will also be displayed in the list of now-available actions.\nIf the is not set, the required skill's icon will automatically be used.\n" example: [] syntax: content: public (SkillType Type, int Level) RequiredSkill return: type: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32} content.vb: Public RequiredSkill As (Type As SkillType, Level As Integer) - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredAges commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredAges id: RequiredAges parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: RequiredAges nameWithType: ActionType.TypeSettings.RequiredAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredAges type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredAges path: ../TinyLife/Actions/ActionType.cs startLine: 244 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA combined flag of values that determines people of which ages can do this action\n" example: [] syntax: content: public AgeGroup RequiredAges return: type: TinyLife.Objects.AgeGroup content.vb: Public RequiredAges As AgeGroup - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion id: RequiredEmotion parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: RequiredEmotion nameWithType: ActionType.TypeSettings.RequiredEmotion fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredEmotion path: ../TinyLife/Actions/ActionType.cs startLine: 249 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe that is required for this action to be available.\nIf the is not set, the requird emotion's icon will automatically be used.\n" example: [] syntax: content: public EmotionType RequiredEmotion return: type: TinyLife.Emotions.EmotionType content.vb: Public RequiredEmotion As EmotionType - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality id: RequiredPersonality parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: RequiredPersonality nameWithType: ActionType.TypeSettings.RequiredPersonality fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPersonality path: ../TinyLife/Actions/ActionType.cs startLine: 254 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe that is required for this action to be available.\nIf the is not set, the required personality type's icon will automatically be used.\n" example: [] syntax: content: public PersonalityType RequiredPersonality return: type: TinyLife.PersonalityType content.vb: Public RequiredPersonality As PersonalityType - uid: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions commentId: F:TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions id: IgnoreObjectConditions parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: IgnoreObjectConditions nameWithType: ActionType.TypeSettings.IgnoreObjectConditions fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IgnoreObjectConditions path: ../TinyLife/Actions/ActionType.cs startLine: 260 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nA function that can return whether a given 's action conditions should be ignored in a given case.\nThis function is used in and to determine whether an action object should have a say in whether this action can be executed.\nBy default, this function is null, meaning no action object conditions will be ignored.\n" example: [] syntax: content: public Func<(ActionInfo Info, bool Automatic, MapObject Object, bool IsAuxiliary, CanExecuteResult Reason), bool> IgnoreObjectConditions return: type: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult},System.Boolean} content.vb: Public IgnoreObjectConditions As Func(Of (Info As ActionInfo, Automatic As Boolean, [Object] As MapObject, IsAuxiliary As Boolean, Reason As CanExecuteResult), Boolean) - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment id: RequiredPartnerEmployment parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: RequiredPartnerEmployment nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPartnerEmployment path: ../TinyLife/Actions/ActionType.cs startLine: 266 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe that this interaction's partner () has to be working on.\nThis is useful for actions like which require talking to a employee.\nIf the is not set, the required lot type's icon will automatically be used.\n" example: [] syntax: content: public LotType RequiredPartnerEmployment return: type: TinyLife.World.LotType content.vb: Public RequiredPartnerEmployment As LotType - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges id: RequiredPartnerAges parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: RequiredPartnerAges nameWithType: ActionType.TypeSettings.RequiredPartnerAges fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredPartnerAges path: ../TinyLife/Actions/ActionType.cs startLine: 271 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe values that an action partner can have for this action to become available to a person.\nBy default, this value is 0, meaning all ages are allowed.\n" example: [] syntax: content: public AgeGroup RequiredPartnerAges return: type: TinyLife.Objects.AgeGroup content.vb: Public RequiredPartnerAges As AgeGroup - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredJob commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredJob id: RequiredJob parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: RequiredJob nameWithType: ActionType.TypeSettings.RequiredJob fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob type: Field source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RequiredJob path: ../TinyLife/Actions/ActionType.cs startLine: 276 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nThe that a person executing this action is required to have for this action to be available.\nIf the is not set, the required job type's icon will automatically be used.\n" example: [] syntax: content: public JobType RequiredJob return: type: TinyLife.Goals.JobType content.vb: Public RequiredJob As JobType - uid: TinyLife.Actions.ActionType.TypeSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.Type) commentId: M:TinyLife.Actions.ActionType.TypeSettings.#ctor(System.String,TinyLife.Objects.ObjectCategory,System.Type) id: '#ctor(System.String,TinyLife.Objects.ObjectCategory,System.Type)' parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: TypeSettings(string, ObjectCategory, Type) nameWithType: ActionType.TypeSettings.TypeSettings(string, ObjectCategory, Type) fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings(string, TinyLife.Objects.ObjectCategory, System.Type) type: Constructor source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/ActionType.cs startLine: 286 assemblies: - Tiny Life namespace: TinyLife.Actions summary: "\nCreates a new type settings instance with the given values\n" example: [] syntax: content: public TypeSettings(string name, ObjectCategory context, Type constructedType) parameters: - id: name type: System.String description: The name of this action type - id: context type: TinyLife.Objects.ObjectCategory description: A combined flag that represents all of the objects that this action can be executed on. Setting the context to and giving the action causes it to be invoked from the AI as if it had the category instead. - id: constructedType type: System.Type description: The type that is constructed in to create a new action instance. If additional arguments are required, use content.vb: Public Sub New(name As String, context As ObjectCategory, constructedType As Type) overload: TinyLife.Actions.ActionType.TypeSettings.#ctor* nameWithType.vb: ActionType.TypeSettings.New(String, ObjectCategory, Type) fullName.vb: TinyLife.Actions.ActionType.TypeSettings.New(String, TinyLife.Objects.ObjectCategory, System.Type) name.vb: New(String, ObjectCategory, Type) - uid: TinyLife.Actions.ActionType.TypeSettings.SetData(System.String,System.Object) commentId: M:TinyLife.Actions.ActionType.TypeSettings.SetData(System.String,System.Object) id: SetData(System.String,System.Object) parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: SetData(string, object) nameWithType: ActionType.TypeSettings.SetData(string, object) fullName: TinyLife.Actions.ActionType.TypeSettings.SetData(string, object) type: Method source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetData path: ../TinyLife/Actions/ActionType.cs startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Actions example: [] syntax: content: public void SetData(string key, object data) parameters: - id: key type: System.String - id: data type: System.Object content.vb: Public Sub SetData(key As String, data As Object) overload: TinyLife.Actions.ActionType.TypeSettings.SetData* implements: - MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object) nameWithType.vb: ActionType.TypeSettings.SetData(String, Object) fullName.vb: TinyLife.Actions.ActionType.TypeSettings.SetData(String, Object) name.vb: SetData(String, Object) - uid: TinyLife.Actions.ActionType.TypeSettings.SetData``1(System.String,``0) commentId: M:TinyLife.Actions.ActionType.TypeSettings.SetData``1(System.String,``0) id: SetData``1(System.String,``0) parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: SetData(string, T) nameWithType: ActionType.TypeSettings.SetData(string, T) fullName: TinyLife.Actions.ActionType.TypeSettings.SetData(string, T) type: Method source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetData path: ../TinyLife/Actions/ActionType.cs startLine: 304 assemblies: - Tiny Life namespace: TinyLife.Actions example: [] syntax: content: public void SetData(string key, T data) parameters: - id: key type: System.String - id: data type: '{T}' typeParameters: - id: T content.vb: Public Sub SetData(Of T)(key As String, data As T) overload: TinyLife.Actions.ActionType.TypeSettings.SetData* implements: - MLEM.Misc.IGenericDataHolder.SetData``1(System.String,{T}) nameWithType.vb: ActionType.TypeSettings.SetData(Of T)(String, T) fullName.vb: TinyLife.Actions.ActionType.TypeSettings.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) - uid: TinyLife.Actions.ActionType.TypeSettings.GetData``1(System.String) commentId: M:TinyLife.Actions.ActionType.TypeSettings.GetData``1(System.String) id: GetData``1(System.String) parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: GetData(string) nameWithType: ActionType.TypeSettings.GetData(string) fullName: TinyLife.Actions.ActionType.TypeSettings.GetData(string) type: Method source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetData path: ../TinyLife/Actions/ActionType.cs startLine: 310 assemblies: - Tiny Life namespace: TinyLife.Actions example: [] syntax: content: public readonly T GetData(string key) parameters: - id: key type: System.String typeParameters: - id: T return: type: '{T}' content.vb: Public Function GetData(Of T)(key As String) As T overload: TinyLife.Actions.ActionType.TypeSettings.GetData* implements: - MLEM.Misc.IGenericDataHolder.GetData``1(System.String) nameWithType.vb: ActionType.TypeSettings.GetData(Of T)(String) fullName.vb: TinyLife.Actions.ActionType.TypeSettings.GetData(Of T)(String) name.vb: GetData(Of T)(String) - uid: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys commentId: M:TinyLife.Actions.ActionType.TypeSettings.GetDataKeys id: GetDataKeys parent: TinyLife.Actions.ActionType.TypeSettings langs: - csharp - vb name: GetDataKeys() nameWithType: ActionType.TypeSettings.GetDataKeys() fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys() type: Method source: remote: path: TinyLife/Actions/ActionType.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetDataKeys path: ../TinyLife/Actions/ActionType.cs startLine: 315 assemblies: - Tiny Life namespace: TinyLife.Actions example: [] syntax: content: public readonly IEnumerable GetDataKeys() return: type: System.Collections.Generic.IEnumerable{System.String} content.vb: Public Function GetDataKeys() As IEnumerable(Of String) overload: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys* implements: - MLEM.Misc.IGenericDataHolder.GetDataKeys references: - uid: TinyLife.Actions.ActionType commentId: T:TinyLife.Actions.ActionType parent: TinyLife.Actions name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - uid: TinyLife.Actions commentId: N:TinyLife.Actions name: TinyLife.Actions nameWithType: TinyLife.Actions fullName: TinyLife.Actions spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Actions name: Actions spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Actions name: Actions - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: System.ValueType.Equals(System.Object) commentId: M:System.ValueType.Equals(System.Object) parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals name: Equals(object) nameWithType: ValueType.Equals(object) fullName: System.ValueType.Equals(object) nameWithType.vb: ValueType.Equals(Object) fullName.vb: System.ValueType.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.ValueType.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.ValueType.GetHashCode commentId: M:System.ValueType.GetHashCode parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode name: GetHashCode() nameWithType: ValueType.GetHashCode() fullName: System.ValueType.GetHashCode() spec.csharp: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) spec.vb: - uid: System.ValueType.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode - name: ( - name: ) - uid: System.ValueType.ToString commentId: M:System.ValueType.ToString parent: System.ValueType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring name: ToString() nameWithType: ValueType.ToString() fullName: System.ValueType.ToString() spec.csharp: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - name: ) spec.vb: - uid: System.ValueType.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring - name: ( - 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.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.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: TinyLife.Actions.ActionType.TypeSettings.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy(TypeSettings) nameWithType: Extensions.JsonCopy(ActionType.TypeSettings) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Actions.ActionType.TypeSettings) nameWithType.vb: Extensions.JsonCopy(Of ActionType.TypeSettings)(ActionType.TypeSettings) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ActionType.TypeSettings)(TinyLife.Actions.ActionType.TypeSettings) name.vb: JsonCopy(Of TypeSettings)(TypeSettings) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionType.TypeSettings) name: JsonCopy - name: < - uid: TinyLife.Actions.ActionType.TypeSettings name: TypeSettings - name: '>' - name: ( - uid: TinyLife.Actions.ActionType.TypeSettings name: TypeSettings - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ActionType.TypeSettings) name: JsonCopy - name: ( - name: Of - name: " " - uid: TinyLife.Actions.ActionType.TypeSettings name: TypeSettings - name: ) - name: ( - uid: TinyLife.Actions.ActionType.TypeSettings name: TypeSettings - name: ) - 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: System.ValueType commentId: T:System.ValueType parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.valuetype name: ValueType nameWithType: ValueType fullName: System.ValueType - 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: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M: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 - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Utilities name: Utilities spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Utilities name: Utilities - 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.Actions.ActionType.TypeSettings.Name commentId: F:TinyLife.Actions.ActionType.TypeSettings.Name name: Name nameWithType: ActionType.TypeSettings.Name fullName: TinyLife.Actions.ActionType.TypeSettings.Name - uid: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory* commentId: Overload:TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory name: NameWithoutCategory nameWithType: ActionType.TypeSettings.NameWithoutCategory fullName: TinyLife.Actions.ActionType.TypeSettings.NameWithoutCategory - uid: TinyLife.Actions.ActionType.TypeSettings.Categories* commentId: Overload:TinyLife.Actions.ActionType.TypeSettings.Categories name: Categories nameWithType: ActionType.TypeSettings.Categories fullName: TinyLife.Actions.ActionType.TypeSettings.Categories - uid: System.String[] 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() spec.csharp: - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '[' - name: ']' spec.vb: - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ( - name: ) - uid: TinyLife.Actions.Action.GetIconObject commentId: M:TinyLife.Actions.Action.GetIconObject parent: TinyLife.Actions.Action name: GetIconObject() nameWithType: Action.GetIconObject() fullName: TinyLife.Actions.Action.GetIconObject() spec.csharp: - uid: TinyLife.Actions.Action.GetIconObject name: GetIconObject - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetIconObject name: GetIconObject - name: ( - name: ) - uid: MLEM.Textures.TextureRegion commentId: T:MLEM.Textures.TextureRegion parent: MLEM.Textures isExternal: true name: TextureRegion nameWithType: TextureRegion fullName: MLEM.Textures.TextureRegion - uid: TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action parent: TinyLife.Actions name: Action nameWithType: Action fullName: TinyLife.Actions.Action - uid: MLEM.Textures commentId: N:MLEM.Textures isExternal: true name: MLEM.Textures nameWithType: MLEM.Textures fullName: MLEM.Textures spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Textures name: Textures isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Textures name: Textures isExternal: true - uid: TinyLife.Objects.ObjectCategory commentId: T:TinyLife.Objects.ObjectCategory parent: TinyLife.Objects name: ObjectCategory nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory - uid: TinyLife.Objects.ObjectCategory.Nothing commentId: F:TinyLife.Objects.ObjectCategory.Nothing name: Nothing nameWithType: ObjectCategory.Nothing fullName: TinyLife.Objects.ObjectCategory.Nothing - uid: TinyLife.Actions.ActionType.AiSettings commentId: T:TinyLife.Actions.ActionType.AiSettings parent: TinyLife.Actions name: ActionType.AiSettings nameWithType: ActionType.AiSettings fullName: TinyLife.Actions.ActionType.AiSettings spec.csharp: - uid: TinyLife.Actions.ActionType name: ActionType - name: . - uid: TinyLife.Actions.ActionType.AiSettings name: AiSettings spec.vb: - uid: TinyLife.Actions.ActionType name: ActionType - name: . - uid: TinyLife.Actions.ActionType.AiSettings name: AiSettings - uid: TinyLife.Objects.ObjectCategory.Self commentId: F:TinyLife.Objects.ObjectCategory.Self name: Self nameWithType: ObjectCategory.Self fullName: TinyLife.Objects.ObjectCategory.Self - uid: TinyLife.Objects commentId: N:TinyLife.Objects name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Objects name: Objects spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Objects name: Objects - uid: TinyLife.Actions.CanExecuteResult commentId: T:TinyLife.Actions.CanExecuteResult parent: TinyLife.Actions name: CanExecuteResult nameWithType: CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult - uid: TinyLife.Actions.CanExecuteResult.Valid commentId: F:TinyLife.Actions.CanExecuteResult.Valid name: Valid nameWithType: CanExecuteResult.Valid fullName: TinyLife.Actions.CanExecuteResult.Valid - uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: CanExecuteAction(ActionType, ActionInfo, bool) nameWithType: Person.CanExecuteAction(ActionType, ActionInfo, bool) fullName: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) nameWithType.vb: Person.CanExecuteAction(ActionType, ActionInfo, Boolean) fullName.vb: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean) name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) name: CanExecuteAction - name: ( - uid: TinyLife.Actions.ActionType name: ActionType - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) name: CanExecuteAction - name: ( - uid: TinyLife.Actions.ActionType name: ActionType - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredSkill name: RequiredSkill nameWithType: ActionType.TypeSettings.RequiredSkill fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality name: RequiredPersonality nameWithType: ActionType.TypeSettings.RequiredPersonality fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion name: RequiredEmotion nameWithType: ActionType.TypeSettings.RequiredEmotion fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion - uid: TinyLife.Actions.ActionType.CanExecuteDelegate commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate parent: TinyLife.Actions name: ActionType.CanExecuteDelegate nameWithType: ActionType.CanExecuteDelegate fullName: TinyLife.Actions.ActionType.CanExecuteDelegate spec.csharp: - uid: TinyLife.Actions.ActionType name: ActionType - name: . - uid: TinyLife.Actions.ActionType.CanExecuteDelegate name: CanExecuteDelegate spec.vb: - uid: TinyLife.Actions.ActionType name: ActionType - name: . - uid: TinyLife.Actions.ActionType.CanExecuteDelegate name: CanExecuteDelegate - uid: TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety) commentId: M:TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety) name: Construct(ActionInfo, ActionVariety) nameWithType: ActionType.Construct(ActionInfo, ActionVariety) fullName: TinyLife.Actions.ActionType.Construct(TinyLife.Actions.ActionInfo, TinyLife.Actions.ActionVariety) nameWithType.vb: ActionType.Construct(Of T)(ActionInfo, ActionVariety) fullName.vb: TinyLife.Actions.ActionType.Construct(Of T)(TinyLife.Actions.ActionInfo, TinyLife.Actions.ActionVariety) name.vb: Construct(Of T)(ActionInfo, ActionVariety) spec.csharp: - uid: TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety) name: Construct - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: TinyLife.Actions.ActionVariety name: ActionVariety - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.Construct``1(TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety) name: Construct - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: TinyLife.Actions.ActionVariety name: ActionVariety - name: ) - uid: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments commentId: F:TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments name: ConstructorArguments nameWithType: ActionType.TypeSettings.ConstructorArguments fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments - uid: System.Type commentId: T:System.Type parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type name: Type nameWithType: Type fullName: System.Type - uid: TinyLife.Actions.ActionType.TypeSettings.ConstructedType commentId: F:TinyLife.Actions.ActionType.TypeSettings.ConstructedType name: ConstructedType nameWithType: ActionType.TypeSettings.ConstructedType fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructedType - uid: TinyLife.Actions.ActionInfo commentId: T:TinyLife.Actions.ActionInfo parent: TinyLife.Actions name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - uid: System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}} commentId: T:System.Func{TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Collections.Generic.IEnumerable{System.Object}} parent: System definition: System.Func`3 href: https://learn.microsoft.com/dotnet/api/system.func-3 name: Func> nameWithType: Func> fullName: System.Func> nameWithType.vb: Func(Of ActionType, ActionInfo, IEnumerable(Of Object)) fullName.vb: System.Func(Of TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Collections.Generic.IEnumerable(Of Object)) name.vb: Func(Of ActionType, ActionInfo, IEnumerable(Of Object)) spec.csharp: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: < - uid: TinyLife.Actions.ActionType name: ActionType - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: '>' - name: '>' spec.vb: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: ( - name: Of - name: " " - uid: TinyLife.Actions.ActionType name: ActionType - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - name: ) - uid: System.Func`3 commentId: T:System.Func`3 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 name: Func nameWithType: Func fullName: System.Func nameWithType.vb: Func(Of T1, T2, TResult) fullName.vb: System.Func(Of T1, T2, TResult) name.vb: Func(Of T1, T2, TResult) spec.csharp: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: < - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: TResult - name: '>' spec.vb: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: ( - name: Of - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ',' - name: " " - name: TResult - name: ) - uid: TinyLife.Actions.ActionVariety commentId: T:TinyLife.Actions.ActionVariety parent: TinyLife.Actions name: ActionVariety nameWithType: ActionVariety fullName: TinyLife.Actions.ActionVariety - uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute name: CanExecute nameWithType: ActionType.TypeSettings.CanExecute fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute - uid: TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult commentId: F:TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult name: EmptyVarietiesResult nameWithType: ActionType.TypeSettings.EmptyVarietiesResult fullName: TinyLife.Actions.ActionType.TypeSettings.EmptyVarietiesResult - uid: TinyLife.Objects.PersonAi commentId: T:TinyLife.Objects.PersonAi name: PersonAi nameWithType: PersonAi fullName: TinyLife.Objects.PersonAi - uid: TinyLife.Actions.ActionVariety.PassivePriority commentId: F:TinyLife.Actions.ActionVariety.PassivePriority name: PassivePriority nameWithType: ActionVariety.PassivePriority fullName: TinyLife.Actions.ActionVariety.PassivePriority - uid: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: GetVarieties(ActionInfo, bool) nameWithType: ActionType.GetVarieties(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo, bool) nameWithType.vb: ActionType.GetVarieties(ActionInfo, Boolean) fullName.vb: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo, Boolean) name.vb: GetVarieties(ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.ActionType.GetVarieties(TinyLife.Actions.ActionInfo,System.Boolean) name: GetVarieties - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - 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.GetVarieties(TinyLife.Actions.ActionInfo,System.Boolean) name: GetVarieties - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Func{TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}} commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety}} parent: System definition: System.Func`3 href: https://learn.microsoft.com/dotnet/api/system.func-3 name: Func> nameWithType: Func> fullName: System.Func> nameWithType.vb: Func(Of ActionInfo, Boolean, IEnumerable(Of ActionVariety)) fullName.vb: System.Func(Of TinyLife.Actions.ActionInfo, Boolean, System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety)) name.vb: Func(Of ActionInfo, Boolean, IEnumerable(Of ActionVariety)) spec.csharp: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: < - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: TinyLife.Actions.ActionVariety name: ActionVariety - name: '>' - name: '>' spec.vb: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: ( - name: Of - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: TinyLife.Actions.ActionVariety name: ActionVariety - name: ) - name: ) - uid: TinyLife.Actions.ActionType.TypeSettings.Varieties commentId: F:TinyLife.Actions.ActionType.TypeSettings.Varieties name: Varieties nameWithType: ActionType.TypeSettings.Varieties fullName: TinyLife.Actions.ActionType.TypeSettings.Varieties - uid: TinyLife.Actions.CanExecuteResult.Hidden commentId: F:TinyLife.Actions.CanExecuteResult.Hidden name: Hidden nameWithType: CanExecuteResult.Hidden fullName: TinyLife.Actions.CanExecuteResult.Hidden - uid: TinyLife.Actions.ActionType.AiSettings.#ctor commentId: M:TinyLife.Actions.ActionType.AiSettings.#ctor name: AiSettings() nameWithType: ActionType.AiSettings.AiSettings() fullName: TinyLife.Actions.ActionType.AiSettings.AiSettings() nameWithType.vb: ActionType.AiSettings.New() fullName.vb: TinyLife.Actions.ActionType.AiSettings.New() name.vb: New() spec.csharp: - uid: TinyLife.Actions.ActionType.AiSettings.#ctor name: AiSettings - name: ( - name: ) spec.vb: - name: New - name: ( - name: ) - uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) parent: TinyLife.Actions.Action name: IsInappropriate(ActionType, ActionInfo) nameWithType: Action.IsInappropriate(ActionType, ActionInfo) fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) spec.csharp: - uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) name: IsInappropriate - name: ( - uid: TinyLife.Actions.ActionType name: ActionType - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) spec.vb: - uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) name: IsInappropriate - name: ( - uid: TinyLife.Actions.ActionType name: ActionType - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) - uid: System.Func{TinyLife.Actions.ActionInfo,System.Boolean} commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.Boolean} parent: System definition: System.Func`2 href: https://learn.microsoft.com/dotnet/api/system.func-2 name: Func nameWithType: Func fullName: System.Func nameWithType.vb: Func(Of ActionInfo, Boolean) fullName.vb: System.Func(Of TinyLife.Actions.ActionInfo, Boolean) name.vb: Func(Of ActionInfo, Boolean) spec.csharp: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' spec.vb: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Func`2 commentId: T:System.Func`2 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 name: Func nameWithType: Func fullName: System.Func nameWithType.vb: Func(Of T, TResult) fullName.vb: System.Func(Of T, TResult) name.vb: Func(Of T, TResult) spec.csharp: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: T - name: ',' - name: " " - name: TResult - name: '>' spec.vb: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - name: T - name: ',' - name: " " - name: TResult - name: ) - uid: MLEM.Ui.UiSystem commentId: T:MLEM.Ui.UiSystem isExternal: true name: UiSystem nameWithType: UiSystem fullName: MLEM.Ui.UiSystem - uid: MLEM.Formatting.TextFormatter commentId: T:MLEM.Formatting.TextFormatter isExternal: true name: TextFormatter nameWithType: TextFormatter fullName: MLEM.Formatting.TextFormatter - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion,System.Boolean) commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion,System.Boolean) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: AddImage(TextFormatter, string, TextureRegion, bool) nameWithType: ImageCodeExtensions.AddImage(TextFormatter, string, TextureRegion, bool) fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, string, MLEM.Textures.TextureRegion, bool) nameWithType.vb: ImageCodeExtensions.AddImage(TextFormatter, String, TextureRegion, Boolean) fullName.vb: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, String, MLEM.Textures.TextureRegion, Boolean) name.vb: AddImage(TextFormatter, String, TextureRegion, Boolean) spec.csharp: - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion,System.Boolean) name: AddImage isExternal: true - name: ( - uid: MLEM.Formatting.TextFormatter name: TextFormatter isExternal: true - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion,System.Boolean) name: AddImage isExternal: true - name: ( - uid: MLEM.Formatting.TextFormatter name: TextFormatter isExternal: true - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo) name: GetIconName(ActionInfo) nameWithType: ActionType.GetIconName(ActionInfo) fullName: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo) spec.csharp: - uid: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo) name: GetIconName - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.GetIconName(TinyLife.Actions.ActionInfo) name: GetIconName - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ) - uid: System.Func{TinyLife.Actions.ActionInfo,System.String} commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.String} parent: System definition: System.Func`2 href: https://learn.microsoft.com/dotnet/api/system.func-2 name: Func nameWithType: Func fullName: System.Func nameWithType.vb: Func(Of ActionInfo, String) fullName.vb: System.Func(Of TinyLife.Actions.ActionInfo, String) name.vb: Func(Of ActionInfo, String) spec.csharp: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' spec.vb: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: GetDisplayName(ActionInfo, bool) nameWithType: ActionType.GetDisplayName(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo, bool) nameWithType.vb: ActionType.GetDisplayName(ActionInfo, Boolean) fullName.vb: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo, Boolean) name.vb: GetDisplayName(ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean) name: GetDisplayName - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - 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.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean) name: GetDisplayName - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: System.Func{System.String,TinyLife.Actions.ActionInfo,System.String} commentId: T:System.Func{System.String,TinyLife.Actions.ActionInfo,System.String} parent: System definition: System.Func`3 href: https://learn.microsoft.com/dotnet/api/system.func-3 name: Func nameWithType: Func fullName: System.Func nameWithType.vb: Func(Of String, ActionInfo, String) fullName.vb: System.Func(Of String, TinyLife.Actions.ActionInfo, String) name.vb: Func(Of String, ActionInfo, String) spec.csharp: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' spec.vb: - uid: System.Func`3 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-3 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: TinyLife.Skills.SkillType commentId: T:TinyLife.Skills.SkillType parent: TinyLife.Skills name: SkillType nameWithType: SkillType fullName: TinyLife.Skills.SkillType - uid: TinyLife.Actions.ActionType.TypeSettings.IconName commentId: F:TinyLife.Actions.ActionType.TypeSettings.IconName name: IconName nameWithType: ActionType.TypeSettings.IconName fullName: TinyLife.Actions.ActionType.TypeSettings.IconName - uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32} commentId: T:System.ValueTuple{TinyLife.Skills.SkillType,System.Int32} parent: System definition: System.ValueTuple`2 href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type name: (SkillType Type, int Level) nameWithType: (SkillType Type, int Level) fullName: (TinyLife.Skills.SkillType Type, int Level) nameWithType.vb: (Type As SkillType, Level As Integer) fullName.vb: (Type As TinyLife.Skills.SkillType, Level As Integer) name.vb: (Type As SkillType, Level As Integer) spec.csharp: - name: ( - uid: TinyLife.Skills.SkillType name: SkillType - name: " " - uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Type name: Type href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: " " - uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Level name: Level href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.level - name: ) spec.vb: - name: ( - uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Type name: Type href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type - name: " " - name: As - name: " " - uid: TinyLife.Skills.SkillType name: SkillType - name: ',' - name: " " - uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Level name: Level href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.level - name: " " - name: As - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: TinyLife.Skills commentId: N:TinyLife.Skills name: TinyLife.Skills nameWithType: TinyLife.Skills fullName: TinyLife.Skills spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Skills name: Skills spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Skills name: Skills - uid: System.ValueTuple`2 commentId: T:System.ValueTuple`2 name: (T1, T2) nameWithType: (T1, T2) fullName: (T1, T2) spec.csharp: - name: ( - name: T1 - name: ',' - name: " " - name: T2 - name: ) spec.vb: - name: ( - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: TinyLife.Objects.AgeGroup commentId: T:TinyLife.Objects.AgeGroup parent: TinyLife.Objects name: AgeGroup nameWithType: AgeGroup fullName: TinyLife.Objects.AgeGroup - uid: TinyLife.Emotions.EmotionType commentId: T:TinyLife.Emotions.EmotionType parent: TinyLife.Emotions name: EmotionType nameWithType: EmotionType fullName: TinyLife.Emotions.EmotionType - uid: TinyLife.Emotions commentId: N:TinyLife.Emotions name: TinyLife.Emotions nameWithType: TinyLife.Emotions fullName: TinyLife.Emotions spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Emotions name: Emotions spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Emotions name: Emotions - uid: TinyLife.PersonalityType commentId: T:TinyLife.PersonalityType parent: TinyLife name: PersonalityType nameWithType: PersonalityType fullName: TinyLife.PersonalityType - uid: TinyLife commentId: N:TinyLife name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: TinyLife.Objects.MapObject commentId: T:TinyLife.Objects.MapObject parent: TinyLife.Objects name: MapObject nameWithType: MapObject fullName: TinyLife.Objects.MapObject - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) commentId: M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) parent: TinyLife.Actions.Action name: TryForceResult(CompletionType, CanExecuteResult?, MapObject) nameWithType: Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject) fullName: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) spec.csharp: - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) name: TryForceResult - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType - name: ',' - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult - name: '?' - name: ',' - name: " " - uid: TinyLife.Objects.MapObject name: MapObject - name: ) spec.vb: - uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) name: TryForceResult - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType - name: ',' - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult - name: '?' - name: ',' - name: " " - uid: TinyLife.Objects.MapObject name: MapObject - name: ) - uid: System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult},System.Boolean} commentId: T:System.Func{System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult},System.Boolean} parent: System definition: System.Func`2 href: https://learn.microsoft.com/dotnet/api/system.func-2 name: Func<(ActionInfo Info, bool Automatic, MapObject Object, bool IsAuxiliary, CanExecuteResult Reason), bool> nameWithType: Func<(ActionInfo Info, bool Automatic, MapObject Object, bool IsAuxiliary, CanExecuteResult Reason), bool> fullName: System.Func<(TinyLife.Actions.ActionInfo Info, bool Automatic, TinyLife.Objects.MapObject Object, bool IsAuxiliary, TinyLife.Actions.CanExecuteResult Reason), bool> nameWithType.vb: Func(Of (Info As ActionInfo, Automatic As Boolean, Object As MapObject, IsAuxiliary As Boolean, Reason As CanExecuteResult), Boolean) fullName.vb: System.Func(Of (Info As TinyLife.Actions.ActionInfo, Automatic As Boolean, Object As TinyLife.Objects.MapObject, IsAuxiliary As Boolean, Reason As TinyLife.Actions.CanExecuteResult), Boolean) name.vb: Func(Of (Info As ActionInfo, Automatic As Boolean, Object As MapObject, IsAuxiliary As Boolean, Reason As CanExecuteResult), Boolean) spec.csharp: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Info name: Info href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.info - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Automatic name: Automatic href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.automatic - name: ',' - name: " " - uid: TinyLife.Objects.MapObject name: MapObject - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Object name: Object href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.object - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.IsAuxiliary name: IsAuxiliary href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.isauxiliary - name: ',' - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Reason name: Reason href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.reason - name: ) - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' spec.vb: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - name: ( - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Info name: Info href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.info - name: " " - name: As - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo - name: ',' - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Automatic name: Automatic href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.automatic - name: " " - name: As - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Object name: Object href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.object - name: " " - name: As - name: " " - uid: TinyLife.Objects.MapObject name: MapObject - name: ',' - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.IsAuxiliary name: IsAuxiliary href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.isauxiliary - name: " " - name: As - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.ValueTuple{TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Objects.MapObject,System.Boolean,TinyLife.Actions.CanExecuteResult}.Reason name: Reason href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.actions.actioninfo,system.boolean,tinylife.objects.mapobject,system.boolean,tinylife.actions.canexecuteresult-.reason - name: " " - name: As - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.World.LotType commentId: T:TinyLife.World.LotType parent: TinyLife.World name: LotType nameWithType: LotType fullName: TinyLife.World.LotType - uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean) commentId: M:TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: GetActionObject(bool) nameWithType: ActionInfo.GetActionObject(bool) fullName: TinyLife.Actions.ActionInfo.GetActionObject(bool) nameWithType.vb: ActionInfo.GetActionObject(Of T)(Boolean) fullName.vb: TinyLife.Actions.ActionInfo.GetActionObject(Of T)(Boolean) name.vb: GetActionObject(Of T)(Boolean) spec.csharp: - uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean) name: GetActionObject - name: < - name: T - name: '>' - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean) name: GetActionObject - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.ActionType.OrderCoffee commentId: F:TinyLife.Actions.ActionType.OrderCoffee name: OrderCoffee nameWithType: ActionType.OrderCoffee fullName: TinyLife.Actions.ActionType.OrderCoffee - uid: TinyLife.World.LotType.Cafe commentId: F:TinyLife.World.LotType.Cafe name: Cafe nameWithType: LotType.Cafe fullName: TinyLife.World.LotType.Cafe - uid: TinyLife.World commentId: N:TinyLife.World name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.World name: World spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.World name: World - uid: TinyLife.Goals.JobType commentId: T:TinyLife.Goals.JobType parent: TinyLife.Goals name: JobType nameWithType: JobType fullName: TinyLife.Goals.JobType - uid: TinyLife.Goals commentId: N:TinyLife.Goals name: TinyLife.Goals nameWithType: TinyLife.Goals fullName: TinyLife.Goals spec.csharp: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Goals name: Goals spec.vb: - uid: TinyLife name: TinyLife - name: . - uid: TinyLife.Goals name: Goals - uid: TinyLife.Actions.ActionType.TypeSettings.#ctor* commentId: Overload:TinyLife.Actions.ActionType.TypeSettings.#ctor name: TypeSettings nameWithType: ActionType.TypeSettings.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings.TypeSettings nameWithType.vb: ActionType.TypeSettings.New fullName.vb: TinyLife.Actions.ActionType.TypeSettings.New name.vb: New - uid: TinyLife.Actions.ActionType.TypeSettings.SetData* commentId: Overload:TinyLife.Actions.ActionType.TypeSettings.SetData name: SetData nameWithType: ActionType.TypeSettings.SetData fullName: TinyLife.Actions.ActionType.TypeSettings.SetData - uid: MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Misc.IGenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Misc.IGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, object) nameWithType: IGenericDataHolder.SetData(string, object) fullName: MLEM.Misc.IGenericDataHolder.SetData(string, object) nameWithType.vb: IGenericDataHolder.SetData(String, Object) fullName.vb: MLEM.Misc.IGenericDataHolder.SetData(String, Object) name.vb: SetData(String, Object) spec.csharp: - uid: MLEM.Misc.IGenericDataHolder.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.Misc.IGenericDataHolder.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.Misc.IGenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Misc.IGenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Misc.IGenericDataHolder definition: MLEM.Misc.IGenericDataHolder.SetData``1(System.String,``0) href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: IGenericDataHolder.SetData(string, T) fullName: MLEM.Misc.IGenericDataHolder.SetData(string, T) nameWithType.vb: IGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.IGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.IGenericDataHolder.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.Misc.IGenericDataHolder.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: '{T}' commentId: '!:T' definition: T name: T nameWithType: T fullName: T - uid: MLEM.Misc.IGenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Misc.IGenericDataHolder.SetData``1(System.String,``0) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: IGenericDataHolder.SetData(string, T) fullName: MLEM.Misc.IGenericDataHolder.SetData(string, T) nameWithType.vb: IGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Misc.IGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Misc.IGenericDataHolder.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.Misc.IGenericDataHolder.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: T name: T nameWithType: T fullName: T - uid: TinyLife.Actions.ActionType.TypeSettings.GetData* commentId: Overload:TinyLife.Actions.ActionType.TypeSettings.GetData name: GetData nameWithType: ActionType.TypeSettings.GetData fullName: TinyLife.Actions.ActionType.TypeSettings.GetData - uid: MLEM.Misc.IGenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Misc.IGenericDataHolder.GetData``1(System.String) parent: MLEM.Misc.IGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: GetData(string) nameWithType: IGenericDataHolder.GetData(string) fullName: MLEM.Misc.IGenericDataHolder.GetData(string) nameWithType.vb: IGenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Misc.IGenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Misc.IGenericDataHolder.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.Misc.IGenericDataHolder.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: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys* commentId: Overload:TinyLife.Actions.ActionType.TypeSettings.GetDataKeys name: GetDataKeys nameWithType: ActionType.TypeSettings.GetDataKeys fullName: TinyLife.Actions.ActionType.TypeSettings.GetDataKeys - uid: MLEM.Misc.IGenericDataHolder.GetDataKeys commentId: M:MLEM.Misc.IGenericDataHolder.GetDataKeys parent: MLEM.Misc.IGenericDataHolder isExternal: true name: GetDataKeys() nameWithType: IGenericDataHolder.GetDataKeys() fullName: MLEM.Misc.IGenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Misc.IGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) spec.vb: - uid: MLEM.Misc.IGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) - uid: System.Collections.Generic.IEnumerable{System.String} commentId: T:System.Collections.Generic.IEnumerable{System.String} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of String) fullName.vb: System.Collections.Generic.IEnumerable(Of String) name.vb: IEnumerable(Of String) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-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.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of T) fullName.vb: System.Collections.Generic.IEnumerable(Of T) name.vb: IEnumerable(Of T) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-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