### YamlMime:ManagedReference items: - uid: TinyLife.Actions.TalkAction commentId: T:TinyLife.Actions.TalkAction id: TalkAction parent: TinyLife.Actions children: - TinyLife.Actions.TalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) - TinyLife.Actions.TalkAction.CreateFunny(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings,System.Int32,System.Int32) - TinyLife.Actions.TalkAction.CreateMean(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) - TinyLife.Actions.TalkAction.CreateRomantic(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) - TinyLife.Actions.TalkAction.IsConversationCompleted - TinyLife.Actions.TalkAction.OnEvaluate - TinyLife.Actions.TalkAction.OnTalkFailure - TinyLife.Actions.TalkAction.OnTalkSuccess - TinyLife.Actions.TalkAction.Settings - TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) langs: - csharp - vb name: TalkAction nameWithType: TalkAction fullName: TinyLife.Actions.TalkAction type: Class source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: TalkAction path: ../TinyLife/Actions/TalkAction.cs startLine: 18 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- TalkAction is a generic social action with a set of pre-defined parameters. Things like and automatically influence this interaction's and . should be used to create a talk action. example: [] syntax: content: 'public class TalkAction : SocialAction, IGenericDataHolder' content.vb: Public Class TalkAction Inherits SocialAction Implements IGenericDataHolder inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.Actions.Action - TinyLife.Actions.MultiAction - TinyLife.Actions.SocialAction implements: - MLEM.Misc.IGenericDataHolder inheritedMembers: - TinyLife.Actions.SocialAction.IsMain - TinyLife.Actions.SocialAction.Partner - TinyLife.Actions.SocialAction.PartnerAction - TinyLife.Actions.SocialAction.MainAction - TinyLife.Actions.SocialAction.ConversationTime - TinyLife.Actions.SocialAction.InProgressTime - TinyLife.Actions.SocialAction.CreateFirstActions - TinyLife.Actions.SocialAction.InitializeConversation - TinyLife.Actions.SocialAction.GetMaxWaitTime - TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) - TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.SocialAction.AndThenIsCompleted - TinyLife.Actions.SocialAction.AndThenInitialize - TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) - TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) - TinyLife.Actions.SocialAction.CanStartNow - TinyLife.Actions.SocialAction.GetDisplayName - TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) - TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - TinyLife.Actions.SocialAction.IsHelper(System.Boolean) - TinyLife.Actions.SocialAction.GetHelper(System.Boolean) - TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) - TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) - TinyLife.Actions.MultiAction.Handler - TinyLife.Actions.MultiAction.MainElapsedTime - TinyLife.Actions.MultiAction.CurrentStage - TinyLife.Actions.MultiAction.CreateLastActions - TinyLife.Actions.MultiAction.PreInitialize - TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Actions.MultiAction.Initialize - TinyLife.Actions.MultiAction.IsCompleted - TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) - TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) - TinyLife.Actions.Action.Random - TinyLife.Actions.Action.FullyInProgress - TinyLife.Actions.Action.Type - TinyLife.Actions.Action.Info - TinyLife.Actions.Action.Id - TinyLife.Actions.Action.StartedAutomatically - TinyLife.Actions.Action.Parent - TinyLife.Actions.Action.Person - TinyLife.Actions.Action.ElapsedTime - TinyLife.Actions.Action.PlayerPromptOpen - TinyLife.Actions.Action.ForceResult - TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) - TinyLife.Actions.Action.GetIconObject - TinyLife.Actions.Action.CausesExtremelyFastSpeed - TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) - TinyLife.Actions.Action.GetProgress - TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) - TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) - TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) - TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) - TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) - TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32) - TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) - TinyLife.Actions.Action.ResetSpeech - TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) - TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) - TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) - TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.GetChildren(System.Boolean) - TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) - TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) - TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) - TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) - TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) - TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) - TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) - TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) - TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) - TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) - TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) - TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) - TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) - MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys - System.Object.Equals(System.Object) - System.Object.Equals(System.Object,System.Object) - System.Object.GetHashCode - System.Object.GetType - System.Object.MemberwiseClone - System.Object.ReferenceEquals(System.Object,System.Object) - System.Object.ToString extensionMethods: - TinyLife.Actions.TalkAction.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Actions.TalkAction.OnEvaluate commentId: E:TinyLife.Actions.TalkAction.OnEvaluate id: OnEvaluate parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: OnEvaluate nameWithType: TalkAction.OnEvaluate fullName: TinyLife.Actions.TalkAction.OnEvaluate type: Event source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnEvaluate path: ../TinyLife/Actions/TalkAction.cs startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- An event that is invoked when is called. A mod can subscribe to this event to change the outcome of any basic conversation. example: [] syntax: content: public static event TalkAction.TalkSettings.EvaluationResult OnEvaluate return: type: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult content.vb: Public Shared Event OnEvaluate As TalkAction.TalkSettings.EvaluationResult - uid: TinyLife.Actions.TalkAction.OnTalkSuccess commentId: E:TinyLife.Actions.TalkAction.OnTalkSuccess id: OnTalkSuccess parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: OnTalkSuccess nameWithType: TalkAction.OnTalkSuccess fullName: TinyLife.Actions.TalkAction.OnTalkSuccess type: Event source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnTalkSuccess path: ../TinyLife/Actions/TalkAction.cs startLine: 29 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- An event that is invoked together with , and it receives the as an additional parameter. A mod can subscribe to this event to change the outcome of any basic conversation. example: [] syntax: content: public static event Action OnTalkSuccess return: type: System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person} content.vb: Public Shared Event OnTalkSuccess As Action(Of Action, Person) - uid: TinyLife.Actions.TalkAction.OnTalkFailure commentId: E:TinyLife.Actions.TalkAction.OnTalkFailure id: OnTalkFailure parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: OnTalkFailure nameWithType: TalkAction.OnTalkFailure fullName: TinyLife.Actions.TalkAction.OnTalkFailure type: Event source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnTalkFailure path: ../TinyLife/Actions/TalkAction.cs startLine: 34 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- An event that is invoked together with , and it receives the as an additional parameter. A mod can subscribe to this event to change the outcome of any basic conversation. example: [] syntax: content: public static event Action OnTalkFailure return: type: System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person} content.vb: Public Shared Event OnTalkFailure As Action(Of Action, Person) - uid: TinyLife.Actions.TalkAction.Settings commentId: P:TinyLife.Actions.TalkAction.Settings id: Settings parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: Settings nameWithType: TalkAction.Settings fullName: TinyLife.Actions.TalkAction.Settings type: Property source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Settings path: ../TinyLife/Actions/TalkAction.cs startLine: 39 assemblies: - Tiny Life namespace: TinyLife.Actions summary: The for this action, derived from its type's settings example: [] syntax: content: protected TalkAction.TalkSettings Settings { get; } parameters: [] return: type: TinyLife.Actions.TalkAction.TalkSettings content.vb: Protected ReadOnly Property Settings As TalkAction.TalkSettings overload: TinyLife.Actions.TalkAction.Settings* - uid: TinyLife.Actions.TalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.TalkAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)' parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: TalkAction(ActionType, ActionInfo) nameWithType: TalkAction.TalkAction(ActionType, ActionInfo) fullName: TinyLife.Actions.TalkAction.TalkAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) type: Constructor source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Actions/TalkAction.cs startLine: 42 assemblies: - Tiny Life namespace: TinyLife.Actions summary: Creates a new action with the given action information. example: [] syntax: content: public TalkAction(ActionType type, ActionInfo info) parameters: - id: type type: TinyLife.Actions.ActionType description: The type for this action. - id: info type: TinyLife.Actions.ActionInfo description: The information for this action. content.vb: Public Sub New(type As ActionType, info As ActionInfo) overload: TinyLife.Actions.TalkAction.#ctor* nameWithType.vb: TalkAction.New(ActionType, ActionInfo) fullName.vb: TinyLife.Actions.TalkAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo) name.vb: New(ActionType, ActionInfo) - uid: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: UpdateConversation(GameTime, TimeSpan, float) nameWithType: TalkAction.UpdateConversation(GameTime, TimeSpan, float) fullName: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: UpdateConversation path: ../TinyLife/Actions/TalkAction.cs startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- SocialAction version of . This method is called every update frame during an active conversation for both conversation partners. By default, this method only increases . example: [] syntax: content: protected override void UpdateConversation(GameTime time, TimeSpan passedInGame, float speedMultiplier) parameters: - id: time type: Microsoft.Xna.Framework.GameTime description: The game's time - id: passedInGame type: System.TimeSpan description: The amount of time passed in game time - id: speedMultiplier type: System.Single description: The game speed multiplier, which represents how fast things should happen, which is usually determined by content.vb: Protected Overrides Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single) overridden: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) overload: TinyLife.Actions.TalkAction.UpdateConversation* nameWithType.vb: TalkAction.UpdateConversation(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Actions.TalkAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: UpdateConversation(GameTime, TimeSpan, Single) - uid: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) id: AndThenOnCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: AndThenOnCompleted(CompletionType) nameWithType: TalkAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) type: Method source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AndThenOnCompleted path: ../TinyLife/Actions/TalkAction.cs startLine: 53 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- MultiAction version of . This method gets called when the main action completes. example: [] syntax: content: protected override void AndThenOnCompleted(CompletionType type) parameters: - id: type type: TinyLife.Actions.CompletionType description: The completion of the main action content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType) overridden: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) overload: TinyLife.Actions.TalkAction.AndThenOnCompleted* - uid: TinyLife.Actions.TalkAction.IsConversationCompleted commentId: M:TinyLife.Actions.TalkAction.IsConversationCompleted id: IsConversationCompleted parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: IsConversationCompleted() nameWithType: TalkAction.IsConversationCompleted() fullName: TinyLife.Actions.TalkAction.IsConversationCompleted() type: Method source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsConversationCompleted path: ../TinyLife/Actions/TalkAction.cs startLine: 61 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- SocialAction version of . This method returns whether or not the conversation should be marked as completed. Note that this method is only called for the part of the conversation. example: [] syntax: content: protected override CompletionType IsConversationCompleted() return: type: TinyLife.Actions.CompletionType description: Whether or not this conversation is completed content.vb: Protected Overrides Function IsConversationCompleted() As CompletionType overridden: TinyLife.Actions.SocialAction.IsConversationCompleted overload: TinyLife.Actions.TalkAction.IsConversationCompleted* - uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) commentId: M:TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) id: Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: Create(string, Func, TalkSettings) nameWithType: TalkAction.Create(string, Func, TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.Create(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings) type: Method source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Create path: ../TinyLife/Actions/TalkAction.cs startLine: 73 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- A helper method to create a , which is a very simple implementation of a . The passed will be modified in this method by modifying its underlying , including its , , , and more. example: [] syntax: content: public static ActionType.TypeSettings Create(string name, Func priority, TalkAction.TalkSettings settings) parameters: - id: name type: System.String description: The name of the action - id: priority type: System.Func{TinyLife.Objects.Person,System.Single} description: The passive priority of this action - id: settings type: TinyLife.Actions.TalkAction.TalkSettings description: The additional settings for this action return: type: TinyLife.Actions.ActionType.TypeSettings description: A new TypeSettings instance with the given settings, which initializes a when constructed content.vb: Public Shared Function Create(name As String, priority As Func(Of Person, Single), settings As TalkAction.TalkSettings) As ActionType.TypeSettings overload: TinyLife.Actions.TalkAction.Create* nameWithType.vb: TalkAction.Create(String, Func(Of Person, Single), TalkAction.TalkSettings) fullName.vb: TinyLife.Actions.TalkAction.Create(String, System.Func(Of TinyLife.Objects.Person, Single), TinyLife.Actions.TalkAction.TalkSettings) name.vb: Create(String, Func(Of Person, Single), TalkSettings) - uid: TinyLife.Actions.TalkAction.CreateFunny(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings,System.Int32,System.Int32) commentId: M:TinyLife.Actions.TalkAction.CreateFunny(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings,System.Int32,System.Int32) id: CreateFunny(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings,System.Int32,System.Int32) parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: CreateFunny(string, Func, TalkSettings, int, int) nameWithType: TalkAction.CreateFunny(string, Func, TalkAction.TalkSettings, int, int) fullName: TinyLife.Actions.TalkAction.CreateFunny(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings, int, int) type: Method source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateFunny path: ../TinyLife/Actions/TalkAction.cs startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- A helper method to create a using , but with default settings applied for an action in the Funny category. The passed will be modified in this method, setting its to , its to , modifying its to be lowered if the persoin is feeling , and more. example: [] syntax: content: public static ActionType.TypeSettings CreateFunny(string name, Func priority, TalkAction.TalkSettings settings, int humorSkillGain = 10000, int humorSkillRequired = 0) parameters: - id: name type: System.String description: The name of the action - id: priority type: System.Func{TinyLife.Objects.Person,System.Single} description: The passive priority of this action - id: settings type: TinyLife.Actions.TalkAction.TalkSettings description: The additional settings for this action - id: humorSkillGain type: System.Int32 description: The amount of skill gain that this action should cause when successful. Defaults to 10000. - id: humorSkillRequired type: System.Int32 description: The level of skill that this action requires to be able to be executed. Defaults to 0, which means no skill is required. return: type: TinyLife.Actions.ActionType.TypeSettings description: A new TypeSettings instance with the given settings, which initializes a when constructed content.vb: Public Shared Function CreateFunny(name As String, priority As Func(Of Person, Single), settings As TalkAction.TalkSettings, humorSkillGain As Integer = 10000, humorSkillRequired As Integer = 0) As ActionType.TypeSettings overload: TinyLife.Actions.TalkAction.CreateFunny* nameWithType.vb: TalkAction.CreateFunny(String, Func(Of Person, Single), TalkAction.TalkSettings, Integer, Integer) fullName.vb: TinyLife.Actions.TalkAction.CreateFunny(String, System.Func(Of TinyLife.Objects.Person, Single), TinyLife.Actions.TalkAction.TalkSettings, Integer, Integer) name.vb: CreateFunny(String, Func(Of Person, Single), TalkSettings, Integer, Integer) - uid: TinyLife.Actions.TalkAction.CreateMean(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) commentId: M:TinyLife.Actions.TalkAction.CreateMean(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) id: CreateMean(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: CreateMean(string, Func, TalkSettings) nameWithType: TalkAction.CreateMean(string, Func, TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateMean(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings) type: Method source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateMean path: ../TinyLife/Actions/TalkAction.cs startLine: 129 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- A helper method to create a using , but with default settings applied for an action in the Mean category. The passed will be modified in this method, modifying its TalkSettings.CanExecute delegate to check as well. example: [] syntax: content: public static ActionType.TypeSettings CreateMean(string name, Func priority, TalkAction.TalkSettings settings) parameters: - id: name type: System.String description: The name of the action - id: priority type: System.Func{TinyLife.Objects.Person,System.Single} description: The passive priority of this action - id: settings type: TinyLife.Actions.TalkAction.TalkSettings description: The additional settings for this action return: type: TinyLife.Actions.ActionType.TypeSettings description: A new TypeSettings instance with the given settings, which initializes a when constructed content.vb: Public Shared Function CreateMean(name As String, priority As Func(Of Person, Single), settings As TalkAction.TalkSettings) As ActionType.TypeSettings overload: TinyLife.Actions.TalkAction.CreateMean* nameWithType.vb: TalkAction.CreateMean(String, Func(Of Person, Single), TalkAction.TalkSettings) fullName.vb: TinyLife.Actions.TalkAction.CreateMean(String, System.Func(Of TinyLife.Objects.Person, Single), TinyLife.Actions.TalkAction.TalkSettings) name.vb: CreateMean(String, Func(Of Person, Single), TalkSettings) - uid: TinyLife.Actions.TalkAction.CreateRomantic(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) commentId: M:TinyLife.Actions.TalkAction.CreateRomantic(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) id: CreateRomantic(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) parent: TinyLife.Actions.TalkAction langs: - csharp - vb name: CreateRomantic(string, Func, TalkSettings) nameWithType: TalkAction.CreateRomantic(string, Func, TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.CreateRomantic(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings) type: Method source: remote: path: TinyLife/Actions/TalkAction.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CreateRomantic path: ../TinyLife/Actions/TalkAction.cs startLine: 143 assemblies: - Tiny Life namespace: TinyLife.Actions summary: >- A helper method to create a using , but with default settings applied for an action in the Romantic category. The passed will be modified in this method, modifying its TalkSettings.CanExecute delegate to check as well, modifying its to be increased if the partner is already someone else, and settings its to . example: [] syntax: content: public static ActionType.TypeSettings CreateRomantic(string name, Func priority, TalkAction.TalkSettings settings) parameters: - id: name type: System.String description: The name of the action - id: priority type: System.Func{TinyLife.Objects.Person,System.Single} description: The passive priority of this action - id: settings type: TinyLife.Actions.TalkAction.TalkSettings description: The additional settings for this action return: type: TinyLife.Actions.ActionType.TypeSettings description: A new TypeSettings instance with the given settings, which initializes a when constructed content.vb: Public Shared Function CreateRomantic(name As String, priority As Func(Of Person, Single), settings As TalkAction.TalkSettings) As ActionType.TypeSettings overload: TinyLife.Actions.TalkAction.CreateRomantic* nameWithType.vb: TalkAction.CreateRomantic(String, Func(Of Person, Single), TalkAction.TalkSettings) fullName.vb: TinyLife.Actions.TalkAction.CreateRomantic(String, System.Func(Of TinyLife.Objects.Person, Single), TinyLife.Actions.TalkAction.TalkSettings) name.vb: CreateRomantic(String, Func(Of Person, Single), TalkSettings) references: - uid: TinyLife.PersonalityType commentId: T:TinyLife.PersonalityType parent: TinyLife href: TinyLife.PersonalityType.html name: PersonalityType nameWithType: PersonalityType fullName: TinyLife.PersonalityType - uid: TinyLife.Skills.SkillType.Charisma commentId: F:TinyLife.Skills.SkillType.Charisma href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_Charisma name: Charisma nameWithType: SkillType.Charisma fullName: TinyLife.Skills.SkillType.Charisma - uid: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_FriendshipGain name: FriendshipGain nameWithType: TalkAction.TalkSettings.FriendshipGain fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain - uid: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_GoBadlyChance name: GoBadlyChance nameWithType: TalkAction.TalkSettings.GoBadlyChance fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance - uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) commentId: M:TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) isExternal: true href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_ name: Create(string, Func, TalkSettings) nameWithType: TalkAction.Create(string, Func, TalkAction.TalkSettings) fullName: TinyLife.Actions.TalkAction.Create(string, System.Func, TinyLife.Actions.TalkAction.TalkSettings) nameWithType.vb: TalkAction.Create(String, Func(Of Person, Single), TalkAction.TalkSettings) fullName.vb: TinyLife.Actions.TalkAction.Create(String, System.Func(Of TinyLife.Objects.Person, Single), TinyLife.Actions.TalkAction.TalkSettings) name.vb: Create(String, Func(Of Person, Single), TalkSettings) spec.csharp: - uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) name: Create href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '>' - name: ',' - name: " " - uid: TinyLife.Actions.TalkAction.TalkSettings name: TalkSettings href: TinyLife.Actions.TalkAction.TalkSettings.html - name: ) spec.vb: - uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings) name: Create href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - name: ',' - name: " " - uid: TinyLife.Actions.TalkAction.TalkSettings name: TalkSettings href: TinyLife.Actions.TalkAction.TalkSettings.html - name: ) - uid: TinyLife.Actions commentId: N:TinyLife.Actions href: TinyLife.html name: TinyLife.Actions nameWithType: TinyLife.Actions fullName: TinyLife.Actions spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Actions name: Actions href: TinyLife.Actions.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Actions name: Actions href: TinyLife.Actions.html - uid: System.Object commentId: T:System.Object parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object name: object nameWithType: object fullName: object nameWithType.vb: Object fullName.vb: Object name.vb: Object - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder parent: MLEM.Data.Json isExternal: true name: JsonTypeSafeGenericDataHolder nameWithType: JsonTypeSafeGenericDataHolder fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder - uid: TinyLife.Actions.Action commentId: T:TinyLife.Actions.Action parent: TinyLife.Actions href: TinyLife.Actions.Action.html name: Action nameWithType: Action fullName: TinyLife.Actions.Action - uid: TinyLife.Actions.MultiAction commentId: T:TinyLife.Actions.MultiAction parent: TinyLife.Actions href: TinyLife.Actions.MultiAction.html name: MultiAction nameWithType: MultiAction fullName: TinyLife.Actions.MultiAction - uid: TinyLife.Actions.SocialAction commentId: T:TinyLife.Actions.SocialAction parent: TinyLife.Actions href: TinyLife.Actions.SocialAction.html name: SocialAction nameWithType: SocialAction fullName: TinyLife.Actions.SocialAction - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: TinyLife.Actions.SocialAction.IsMain commentId: P:TinyLife.Actions.SocialAction.IsMain parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsMain name: IsMain nameWithType: SocialAction.IsMain fullName: TinyLife.Actions.SocialAction.IsMain - uid: TinyLife.Actions.SocialAction.Partner commentId: P:TinyLife.Actions.SocialAction.Partner parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_Partner name: Partner nameWithType: SocialAction.Partner fullName: TinyLife.Actions.SocialAction.Partner - uid: TinyLife.Actions.SocialAction.PartnerAction commentId: P:TinyLife.Actions.SocialAction.PartnerAction parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_PartnerAction name: PartnerAction nameWithType: SocialAction.PartnerAction fullName: TinyLife.Actions.SocialAction.PartnerAction - uid: TinyLife.Actions.SocialAction.MainAction commentId: P:TinyLife.Actions.SocialAction.MainAction parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_MainAction name: MainAction nameWithType: SocialAction.MainAction fullName: TinyLife.Actions.SocialAction.MainAction - uid: TinyLife.Actions.SocialAction.ConversationTime commentId: P:TinyLife.Actions.SocialAction.ConversationTime parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_ConversationTime name: ConversationTime nameWithType: SocialAction.ConversationTime fullName: TinyLife.Actions.SocialAction.ConversationTime - uid: TinyLife.Actions.SocialAction.InProgressTime commentId: P:TinyLife.Actions.SocialAction.InProgressTime parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InProgressTime name: InProgressTime nameWithType: SocialAction.InProgressTime fullName: TinyLife.Actions.SocialAction.InProgressTime - uid: TinyLife.Actions.SocialAction.CreateFirstActions commentId: M:TinyLife.Actions.SocialAction.CreateFirstActions parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateFirstActions name: CreateFirstActions() nameWithType: SocialAction.CreateFirstActions() fullName: TinyLife.Actions.SocialAction.CreateFirstActions() spec.csharp: - uid: TinyLife.Actions.SocialAction.CreateFirstActions name: CreateFirstActions href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateFirstActions - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.CreateFirstActions name: CreateFirstActions href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateFirstActions - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.InitializeConversation commentId: M:TinyLife.Actions.SocialAction.InitializeConversation parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InitializeConversation name: InitializeConversation() nameWithType: SocialAction.InitializeConversation() fullName: TinyLife.Actions.SocialAction.InitializeConversation() spec.csharp: - uid: TinyLife.Actions.SocialAction.InitializeConversation name: InitializeConversation href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InitializeConversation - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.InitializeConversation name: InitializeConversation href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InitializeConversation - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.GetMaxWaitTime commentId: M:TinyLife.Actions.SocialAction.GetMaxWaitTime parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetMaxWaitTime name: GetMaxWaitTime() nameWithType: SocialAction.GetMaxWaitTime() fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime() spec.csharp: - uid: TinyLife.Actions.SocialAction.GetMaxWaitTime name: GetMaxWaitTime href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetMaxWaitTime - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.GetMaxWaitTime name: GetMaxWaitTime href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetMaxWaitTime - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_EnqueuePartnerAction_TinyLife_Actions_ActionInfo_ name: EnqueuePartnerAction(ActionInfo) nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo) fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) spec.csharp: - uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) name: EnqueuePartnerAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_EnqueuePartnerAction_TinyLife_Actions_ActionInfo_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo) name: EnqueuePartnerAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_EnqueuePartnerAction_TinyLife_Actions_ActionInfo_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ) - uid: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) commentId: M:TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetPartnerArguments_TinyLife_Actions_ActionInfo_ name: GetPartnerArguments(ActionInfo) nameWithType: SocialAction.GetPartnerArguments(ActionInfo) fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) spec.csharp: - uid: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) name: GetPartnerArguments href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetPartnerArguments_TinyLife_Actions_ActionInfo_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo) name: GetPartnerArguments href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetPartnerArguments_TinyLife_Actions_ActionInfo_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ) - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_OnBothCompleted_TinyLife_Actions_CompletionType_ name: OnBothCompleted(CompletionType) nameWithType: SocialAction.OnBothCompleted(CompletionType) fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) name: OnBothCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_OnBothCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType) name: OnBothCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_OnBothCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) - uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.SocialAction isExternal: true href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: AndThenUpdate(GameTime, TimeSpan, float) nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) nameWithType.vb: SocialAction.AndThenUpdate(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: AndThenUpdate(GameTime, TimeSpan, Single) spec.csharp: - uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: AndThenUpdate href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: AndThenUpdate href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.SocialAction.AndThenIsCompleted commentId: M:TinyLife.Actions.SocialAction.AndThenIsCompleted parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenIsCompleted name: AndThenIsCompleted() nameWithType: SocialAction.AndThenIsCompleted() fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted() spec.csharp: - uid: TinyLife.Actions.SocialAction.AndThenIsCompleted name: AndThenIsCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenIsCompleted - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.AndThenIsCompleted name: AndThenIsCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenIsCompleted - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.AndThenInitialize commentId: M:TinyLife.Actions.SocialAction.AndThenInitialize parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenInitialize name: AndThenInitialize() nameWithType: SocialAction.AndThenInitialize() fullName: TinyLife.Actions.SocialAction.AndThenInitialize() spec.csharp: - uid: TinyLife.Actions.SocialAction.AndThenInitialize name: AndThenInitialize href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenInitialize - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.AndThenInitialize name: AndThenInitialize href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenInitialize - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) commentId: M:TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanCancel_TinyLife_Actions_Action_ name: CanCancel(Action) nameWithType: SocialAction.CanCancel(Action) fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) spec.csharp: - uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) name: CanCancel href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanCancel_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action) name: CanCancel href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanCancel_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ) - uid: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) commentId: M:TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanMultitask_TinyLife_Actions_Action_ name: CanMultitask(Action) nameWithType: SocialAction.CanMultitask(Action) fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) spec.csharp: - uid: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) name: CanMultitask href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanMultitask_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action) name: CanMultitask href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanMultitask_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ) - uid: TinyLife.Actions.SocialAction.CanStartNow commentId: M:TinyLife.Actions.SocialAction.CanStartNow parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanStartNow name: CanStartNow() nameWithType: SocialAction.CanStartNow() fullName: TinyLife.Actions.SocialAction.CanStartNow() spec.csharp: - uid: TinyLife.Actions.SocialAction.CanStartNow name: CanStartNow href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanStartNow - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.CanStartNow name: CanStartNow href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanStartNow - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.GetDisplayName commentId: M:TinyLife.Actions.SocialAction.GetDisplayName parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetDisplayName name: GetDisplayName() nameWithType: SocialAction.GetDisplayName() fullName: TinyLife.Actions.SocialAction.GetDisplayName() spec.csharp: - uid: TinyLife.Actions.SocialAction.GetDisplayName name: GetDisplayName href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetDisplayName - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.GetDisplayName name: GetDisplayName href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetDisplayName - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) commentId: M:TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_ name: TryForceResult(CompletionType, CanExecuteResult?, MapObject) nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject) fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject) spec.csharp: - uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) name: TryForceResult href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ',' - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult href: TinyLife.Actions.CanExecuteResult.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject) name: TryForceResult href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ',' - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult href: TinyLife.Actions.CanExecuteResult.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ) - uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) parent: TinyLife.Actions.SocialAction isExternal: true href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InvokeForBoth_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__ name: InvokeForBoth(Action) nameWithType: SocialAction.InvokeForBoth(Action) fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action) nameWithType.vb: SocialAction.InvokeForBoth(Action(Of Person, Person)) fullName.vb: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)) name.vb: InvokeForBoth(Action(Of Person, Person)) spec.csharp: - uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) name: InvokeForBoth href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InvokeForBoth_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__ - name: ( - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: < - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: '>' - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) name: InvokeForBoth href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InvokeForBoth_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__ - name: ( - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) - name: ) - uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean) commentId: M:TinyLife.Actions.SocialAction.IsHelper(System.Boolean) parent: TinyLife.Actions.SocialAction isExternal: true href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsHelper_System_Boolean_ name: IsHelper(bool) nameWithType: SocialAction.IsHelper(bool) fullName: TinyLife.Actions.SocialAction.IsHelper(bool) nameWithType.vb: SocialAction.IsHelper(Boolean) fullName.vb: TinyLife.Actions.SocialAction.IsHelper(Boolean) name.vb: IsHelper(Boolean) spec.csharp: - uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean) name: IsHelper href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsHelper_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean) name: IsHelper href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsHelper_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.SocialAction.GetHelper(System.Boolean) commentId: M:TinyLife.Actions.SocialAction.GetHelper(System.Boolean) parent: TinyLife.Actions.SocialAction isExternal: true href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetHelper_System_Boolean_ name: GetHelper(bool) nameWithType: SocialAction.GetHelper(bool) fullName: TinyLife.Actions.SocialAction.GetHelper(bool) nameWithType.vb: SocialAction.GetHelper(Boolean) fullName.vb: TinyLife.Actions.SocialAction.GetHelper(Boolean) name.vb: GetHelper(Boolean) spec.csharp: - uid: TinyLife.Actions.SocialAction.GetHelper(System.Boolean) name: GetHelper href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetHelper_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.GetHelper(System.Boolean) name: GetHelper href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetHelper_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) commentId: M:TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) parent: TinyLife.Actions.SocialAction isExternal: true href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetRecipientAction_System_Boolean_ name: GetRecipientAction(bool) nameWithType: SocialAction.GetRecipientAction(bool) fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool) nameWithType.vb: SocialAction.GetRecipientAction(Boolean) fullName.vb: TinyLife.Actions.SocialAction.GetRecipientAction(Boolean) name.vb: GetRecipientAction(Boolean) spec.csharp: - uid: TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) name: GetRecipientAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetRecipientAction_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean) name: GetRecipientAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetRecipientAction_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) commentId: M:TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) parent: TinyLife.Actions.SocialAction isExternal: true href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateAskOffer_System_String_TinyLife_Objects_ObjectCategory_System_Type_TinyLife_Actions_ActionType_CanExecuteDelegate_TinyLife_Actions_ActionType_CanExecuteDelegate_System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_CanExecuteResult__ name: CreateAskOffer(string, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?) nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?) fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?) nameWithType.vb: SocialAction.CreateAskOffer(String, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?) fullName.vb: TinyLife.Actions.SocialAction.CreateAskOffer(String, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?) name.vb: CreateAskOffer(String, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?) spec.csharp: - uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) name: CreateAskOffer href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateAskOffer_System_String_TinyLife_Objects_ObjectCategory_System_Type_TinyLife_Actions_ActionType_CanExecuteDelegate_TinyLife_Actions_ActionType_CanExecuteDelegate_System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_CanExecuteResult__ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.CanExecuteDelegate name: CanExecuteDelegate href: TinyLife.Actions.ActionType.CanExecuteDelegate.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.CanExecuteDelegate name: CanExecuteDelegate href: TinyLife.Actions.ActionType.CanExecuteDelegate.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.AiSettings name: AiSettings href: TinyLife.Actions.ActionType.AiSettings.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.AiSettings name: AiSettings href: TinyLife.Actions.ActionType.AiSettings.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult href: TinyLife.Actions.CanExecuteResult.html - name: '?' - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult}) name: CreateAskOffer href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateAskOffer_System_String_TinyLife_Objects_ObjectCategory_System_Type_TinyLife_Actions_ActionType_CanExecuteDelegate_TinyLife_Actions_ActionType_CanExecuteDelegate_System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_CanExecuteResult__ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: System.Type name: Type isExternal: true href: https://learn.microsoft.com/dotnet/api/system.type - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.CanExecuteDelegate name: CanExecuteDelegate href: TinyLife.Actions.ActionType.CanExecuteDelegate.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.CanExecuteDelegate name: CanExecuteDelegate href: TinyLife.Actions.ActionType.CanExecuteDelegate.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.AiSettings name: AiSettings href: TinyLife.Actions.ActionType.AiSettings.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Actions.ActionType.AiSettings name: AiSettings href: TinyLife.Actions.ActionType.AiSettings.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Actions.CanExecuteResult name: CanExecuteResult href: TinyLife.Actions.CanExecuteResult.html - name: '?' - name: ) - uid: TinyLife.Actions.MultiAction.Handler commentId: F:TinyLife.Actions.MultiAction.Handler parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Handler name: Handler nameWithType: MultiAction.Handler fullName: TinyLife.Actions.MultiAction.Handler - uid: TinyLife.Actions.MultiAction.MainElapsedTime commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_MainElapsedTime name: MainElapsedTime nameWithType: MultiAction.MainElapsedTime fullName: TinyLife.Actions.MultiAction.MainElapsedTime - uid: TinyLife.Actions.MultiAction.CurrentStage commentId: P:TinyLife.Actions.MultiAction.CurrentStage parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CurrentStage name: CurrentStage nameWithType: MultiAction.CurrentStage fullName: TinyLife.Actions.MultiAction.CurrentStage - uid: TinyLife.Actions.MultiAction.CreateLastActions commentId: M:TinyLife.Actions.MultiAction.CreateLastActions parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions name: CreateLastActions() nameWithType: MultiAction.CreateLastActions() fullName: TinyLife.Actions.MultiAction.CreateLastActions() spec.csharp: - uid: TinyLife.Actions.MultiAction.CreateLastActions name: CreateLastActions href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.CreateLastActions name: CreateLastActions href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions - name: ( - name: ) - uid: TinyLife.Actions.MultiAction.PreInitialize commentId: M:TinyLife.Actions.MultiAction.PreInitialize parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize name: PreInitialize() nameWithType: MultiAction.PreInitialize() fullName: TinyLife.Actions.MultiAction.PreInitialize() spec.csharp: - uid: TinyLife.Actions.MultiAction.PreInitialize name: PreInitialize href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.PreInitialize name: PreInitialize href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize - name: ( - name: ) - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_ name: PreCompleted(CompletionType) nameWithType: MultiAction.PreCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) name: PreCompleted href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType) name: PreCompleted href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.MultiAction isExternal: true href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: Update(GameTime, TimeSpan, float) nameWithType: MultiAction.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) nameWithType.vb: MultiAction.Update(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: Update(GameTime, TimeSpan, Single) spec.csharp: - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.MultiAction.Initialize commentId: M:TinyLife.Actions.MultiAction.Initialize parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize name: Initialize() nameWithType: MultiAction.Initialize() fullName: TinyLife.Actions.MultiAction.Initialize() spec.csharp: - uid: TinyLife.Actions.MultiAction.Initialize name: Initialize href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.Initialize name: Initialize href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize - name: ( - name: ) - uid: TinyLife.Actions.MultiAction.IsCompleted commentId: M:TinyLife.Actions.MultiAction.IsCompleted parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted name: IsCompleted() nameWithType: MultiAction.IsCompleted() fullName: TinyLife.Actions.MultiAction.IsCompleted() spec.csharp: - uid: TinyLife.Actions.MultiAction.IsCompleted name: IsCompleted href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.IsCompleted name: IsCompleted href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted - name: ( - name: ) - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_ name: OnCompleted(CompletionType) nameWithType: MultiAction.OnCompleted(CompletionType) fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) name: OnCompleted href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType) name: OnCompleted href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) parent: TinyLife.Actions.MultiAction href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_ name: Validate(Person) nameWithType: MultiAction.Validate(Person) fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) spec.csharp: - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) name: Validate href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) spec.vb: - uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person) name: Validate href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) - uid: TinyLife.Actions.Action.Random commentId: F:TinyLife.Actions.Action.Random parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Random name: Random nameWithType: Action.Random fullName: TinyLife.Actions.Action.Random - uid: TinyLife.Actions.Action.FullyInProgress commentId: P:TinyLife.Actions.Action.FullyInProgress parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FullyInProgress name: FullyInProgress nameWithType: Action.FullyInProgress fullName: TinyLife.Actions.Action.FullyInProgress - uid: TinyLife.Actions.Action.Type commentId: F:TinyLife.Actions.Action.Type parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Type name: Type nameWithType: Action.Type fullName: TinyLife.Actions.Action.Type - uid: TinyLife.Actions.Action.Info commentId: F:TinyLife.Actions.Action.Info parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Info name: Info nameWithType: Action.Info fullName: TinyLife.Actions.Action.Info - uid: TinyLife.Actions.Action.Id commentId: F:TinyLife.Actions.Action.Id parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Id name: Id nameWithType: Action.Id fullName: TinyLife.Actions.Action.Id - uid: TinyLife.Actions.Action.StartedAutomatically commentId: P:TinyLife.Actions.Action.StartedAutomatically parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_StartedAutomatically name: StartedAutomatically nameWithType: Action.StartedAutomatically fullName: TinyLife.Actions.Action.StartedAutomatically - uid: TinyLife.Actions.Action.Parent commentId: P:TinyLife.Actions.Action.Parent parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Parent name: Parent nameWithType: Action.Parent fullName: TinyLife.Actions.Action.Parent - uid: TinyLife.Actions.Action.Person commentId: P:TinyLife.Actions.Action.Person parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Person name: Person nameWithType: Action.Person fullName: TinyLife.Actions.Action.Person - uid: TinyLife.Actions.Action.ElapsedTime commentId: P:TinyLife.Actions.Action.ElapsedTime parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ElapsedTime name: ElapsedTime nameWithType: Action.ElapsedTime fullName: TinyLife.Actions.Action.ElapsedTime - uid: TinyLife.Actions.Action.PlayerPromptOpen commentId: P:TinyLife.Actions.Action.PlayerPromptOpen parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PlayerPromptOpen name: PlayerPromptOpen nameWithType: Action.PlayerPromptOpen fullName: TinyLife.Actions.Action.PlayerPromptOpen - uid: TinyLife.Actions.Action.ForceResult commentId: F:TinyLife.Actions.Action.ForceResult parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ForceResult name: ForceResult nameWithType: Action.ForceResult fullName: TinyLife.Actions.Action.ForceResult - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_ name: GetNextAction(CompletionType) nameWithType: Action.GetNextAction(CompletionType) fullName: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) name: GetNextAction href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType) name: GetNextAction href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) - uid: TinyLife.Actions.Action.GetIconObject commentId: M:TinyLife.Actions.Action.GetIconObject parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject name: GetIconObject() nameWithType: Action.GetIconObject() fullName: TinyLife.Actions.Action.GetIconObject() spec.csharp: - uid: TinyLife.Actions.Action.GetIconObject name: GetIconObject href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetIconObject name: GetIconObject href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject - name: ( - name: ) - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed name: CausesExtremelyFastSpeed() nameWithType: Action.CausesExtremelyFastSpeed() fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed() spec.csharp: - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed name: CausesExtremelyFastSpeed href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed name: CausesExtremelyFastSpeed href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed - name: ( - name: ) - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_ name: CanEnqueueConversation(Person, ActionType) nameWithType: Action.CanEnqueueConversation(Person, ActionType) fullName: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType) spec.csharp: - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) name: CanEnqueueConversation href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType) name: CanEnqueueConversation href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ) - uid: TinyLife.Actions.Action.GetProgress commentId: M:TinyLife.Actions.Action.GetProgress parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress name: GetProgress() nameWithType: Action.GetProgress() fullName: TinyLife.Actions.Action.GetProgress() spec.csharp: - uid: TinyLife.Actions.Action.GetProgress name: GetProgress href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetProgress name: GetProgress href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress - name: ( - name: ) - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) commentId: M:TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_ name: OnChildCompleted(Action, CompletionType, bool) nameWithType: Action.OnChildCompleted(Action, CompletionType, bool) fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) nameWithType.vb: Action.OnChildCompleted(Action, CompletionType, Boolean) fullName.vb: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean) name.vb: OnChildCompleted(Action, CompletionType, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) name: OnChildCompleted href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) name: OnChildCompleted href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_ name: OpenPlayerPrompt(string, Predicate, Action, bool, Action, TextureRegion, float) nameWithType: Action.OpenPlayerPrompt(string, Predicate, Action, bool, Action, TextureRegion, float) fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate, System.Action, bool, System.Action, MLEM.Textures.TextureRegion, float) nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Action(Of CoveringGroup, Panel), TextureRegion, Single) fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), Boolean, System.Action(Of TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel), MLEM.Textures.TextureRegion, Single) name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Action(Of CoveringGroup, Panel), TextureRegion, Single) spec.csharp: - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) name: OpenPlayerPrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: MLEM.Ui.Elements.Panel name: Panel isExternal: true - name: '>' - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: MLEM.Ui.Elements.Panel name: Panel isExternal: true - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: < - uid: TinyLife.Uis.CoveringGroup name: CoveringGroup href: TinyLife.Uis.CoveringGroup.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Panel name: Panel isExternal: true - name: '>' - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single) name: OpenPlayerPrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Panel name: Panel isExternal: true - name: ) - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: MLEM.Ui.Elements.Panel name: Panel isExternal: true - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: ( - name: Of - name: " " - uid: TinyLife.Uis.CoveringGroup name: CoveringGroup href: TinyLife.Uis.CoveringGroup.html - name: ',' - name: " " - uid: MLEM.Ui.Elements.Panel name: Panel isExternal: true - name: ) - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) commentId: M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_ name: OpenYesNoPrompt(string, Action, Action, TextureRegion) nameWithType: Action.OpenYesNoPrompt(string, Action, Action, TextureRegion) fullName: TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion) nameWithType.vb: Action.OpenYesNoPrompt(String, Action, Action, TextureRegion) fullName.vb: TinyLife.Actions.Action.OpenYesNoPrompt(String, System.Action, System.Action, MLEM.Textures.TextureRegion) name.vb: OpenYesNoPrompt(String, Action, Action, TextureRegion) spec.csharp: - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) name: OpenYesNoPrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Action name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action - name: ',' - name: " " - uid: System.Action name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ) spec.vb: - uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion) name: OpenYesNoPrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Action name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action - name: ',' - name: " " - uid: System.Action name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ) - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) commentId: M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenTextPrompt_System_String_System_Action_System_String__System_Predicate_System_String__MLEM_Ui_Elements_TextField_Rule_System_String_MLEM_Textures_TextureRegion_ name: OpenTextPrompt(string, Action, Predicate, Rule, string, TextureRegion) nameWithType: Action.OpenTextPrompt(string, Action, Predicate, TextField.Rule, string, TextureRegion) fullName: TinyLife.Actions.Action.OpenTextPrompt(string, System.Action, System.Predicate, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion) nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion) fullName.vb: TinyLife.Actions.Action.OpenTextPrompt(String, System.Action(Of String), System.Predicate(Of String), MLEM.Ui.Elements.TextField.Rule, String, MLEM.Textures.TextureRegion) name.vb: OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion) spec.csharp: - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) name: OpenTextPrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenTextPrompt_System_String_System_Action_System_String__System_Predicate_System_String__MLEM_Ui_Elements_TextField_Rule_System_String_MLEM_Textures_TextureRegion_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' - name: ',' - name: " " - uid: MLEM.Ui.Elements.TextField.Rule name: Rule 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: ) spec.vb: - uid: TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion) name: OpenTextPrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenTextPrompt_System_String_System_Action_System_String__System_Predicate_System_String__MLEM_Ui_Elements_TextField_Rule_System_String_MLEM_Textures_TextureRegion_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ',' - name: " " - uid: System.Predicate`1 name: Predicate isExternal: true href: https://learn.microsoft.com/dotnet/api/system.predicate-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ',' - name: " " - uid: MLEM.Ui.Elements.TextField.Rule name: Rule 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: ) - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_ name: OpenChoicePrompt(ChoicePromptInfo) nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo) fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) spec.csharp: - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) name: OpenChoicePrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_ - name: ( - uid: TinyLife.Actions.ChoicePromptInfo name: ChoicePromptInfo href: TinyLife.Actions.ChoicePromptInfo.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo) name: OpenChoicePrompt href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_ - name: ( - uid: TinyLife.Actions.ChoicePromptInfo name: ChoicePromptInfo href: TinyLife.Actions.ChoicePromptInfo.html - name: ) - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_ name: SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int, float, float, float, float) nameWithType: Action.SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int, float, float, float, float) fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, int, float, float, float, float) nameWithType.vb: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer, Single, Single, Single, Single) fullName.vb: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, Integer, Single, Single, Single, Single) name.vb: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer, Single, Single, Single, Single) spec.csharp: - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) name: SpeakAlone href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single) name: SpeakAlone href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32) commentId: M:TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_ name: ThinkAlone(GameTime, float, EmoteCategory, float, float, float, float, int) nameWithType: Action.ThinkAlone(GameTime, float, EmoteCategory, float, float, float, float, int) fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, float, float, float, float, int) nameWithType.vb: Action.ThinkAlone(GameTime, Single, EmoteCategory, Single, Single, Single, Single, Integer) fullName.vb: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, Single, Single, Single, Single, Integer) name.vb: ThinkAlone(GameTime, Single, EmoteCategory, Single, Single, Single, Single, Integer) spec.csharp: - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32) name: ThinkAlone href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) spec.vb: - uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32) name: ThinkAlone href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_ name: SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float) nameWithType: Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float) fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float) nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single) fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer, Single, Single, Single, Single) name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single) spec.csharp: - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) name: SpeakInConversation href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: '?' - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single) name: SpeakInConversation href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: TinyLife.Actions.EmoteCategory name: EmoteCategory href: TinyLife.Actions.EmoteCategory.html - name: '?' - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: '?' - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.Action.ResetSpeech commentId: M:TinyLife.Actions.Action.ResetSpeech parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech name: ResetSpeech() nameWithType: Action.ResetSpeech() fullName: TinyLife.Actions.Action.ResetSpeech() spec.csharp: - uid: TinyLife.Actions.Action.ResetSpeech name: ResetSpeech href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.Action.ResetSpeech name: ResetSpeech href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech - name: ( - name: ) - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FacePartner_TinyLife_Objects_Person_ name: FacePartner(Person) nameWithType: Action.FacePartner(Person) fullName: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) spec.csharp: - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) name: FacePartner href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FacePartner_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person) name: FacePartner href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FacePartner_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_ name: CompleteIfNeedFull(NeedType, Person) nameWithType: Action.CompleteIfNeedFull(NeedType, Person) fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person) spec.csharp: - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person) name: CompleteIfNeedFull href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) commentId: M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ name: CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) nameWithType: Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool) fullName: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool) nameWithType.vb: Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) fullName.vb: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean) name.vb: CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) name: CompleteIfTimeUp href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ - name: ( - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean) name: CompleteIfTimeUp href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_ - name: ( - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___ name: CancelIfEmotional(params EmotionType[]) nameWithType: Action.CancelIfEmotional(params EmotionType[]) fullName: TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[]) nameWithType.vb: Action.CancelIfEmotional(ParamArray EmotionType()) fullName.vb: TinyLife.Actions.Action.CancelIfEmotional(ParamArray TinyLife.Emotions.EmotionType()) name.vb: CancelIfEmotional(ParamArray EmotionType()) spec.csharp: - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) name: CancelIfEmotional href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___ - name: ( - name: params - name: " " - uid: TinyLife.Emotions.EmotionType name: EmotionType href: TinyLife.Emotions.EmotionType.html - name: '[' - name: ']' - name: ) spec.vb: - uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[]) name: CancelIfEmotional href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___ - name: ( - name: ParamArray - name: " " - uid: TinyLife.Emotions.EmotionType name: EmotionType href: TinyLife.Emotions.EmotionType.html - name: ( - name: ) - name: ) - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_ name: Sit(Furniture, float, ActionSpot) nameWithType: Action.Sit(Furniture, float, ActionSpot) fullName: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot) nameWithType.vb: Action.Sit(Furniture, Single, ActionSpot) fullName.vb: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, Single, TinyLife.Objects.ActionSpot) name.vb: Sit(Furniture, Single, ActionSpot) spec.csharp: - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) name: Sit href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Objects.ActionSpot name: ActionSpot href: TinyLife.Objects.ActionSpot.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot) name: Sit href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Objects.ActionSpot name: ActionSpot href: TinyLife.Objects.ActionSpot.html - name: ) - uid: TinyLife.Actions.Action.GetChildren(System.Boolean) commentId: M:TinyLife.Actions.Action.GetChildren(System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_ name: GetChildren(bool) nameWithType: Action.GetChildren(bool) fullName: TinyLife.Actions.Action.GetChildren(bool) nameWithType.vb: Action.GetChildren(Boolean) fullName.vb: TinyLife.Actions.Action.GetChildren(Boolean) name.vb: GetChildren(Boolean) spec.csharp: - uid: TinyLife.Actions.Action.GetChildren(System.Boolean) name: GetChildren href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetChildren(System.Boolean) name: GetChildren href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) commentId: M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_ name: GetChild(Guid, bool) nameWithType: Action.GetChild(Guid, bool) fullName: TinyLife.Actions.Action.GetChild(System.Guid, bool) nameWithType.vb: Action.GetChild(Of T)(Guid, Boolean) fullName.vb: TinyLife.Actions.Action.GetChild(Of T)(System.Guid, Boolean) name.vb: GetChild(Of T)(Guid, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) name: GetChild href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_ - name: < - name: T - name: '>' - name: ( - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean) name: GetChild href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_ name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool) nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, Boolean) name.vb: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) name: PickUpAndGoTo href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean) name: PickUpAndGoTo href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) commentId: M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_ name: PickUpAndGoTo(ActionInfo, Func, Func, bool) nameWithType: Action.PickUpAndGoTo(ActionInfo, Func, Func, bool) fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func, System.Func, bool) nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, Boolean), System.Func(Of TinyLife.Objects.Furniture, Boolean), Boolean) name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean) spec.csharp: - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) name: PickUpAndGoTo href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean) name: PickUpAndGoTo href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_ name: GetFreeChair(Person, Furniture) nameWithType: Action.GetFreeChair(Person, Furniture) fullName: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture) spec.csharp: - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) name: GetFreeChair href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture) name: GetFreeChair href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ) - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) commentId: M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__ name: GetFreeChairs(Person, Furniture, Func) nameWithType: Action.GetFreeChairs(Person, Furniture, Func) fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func) nameWithType.vb: Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean)) name.vb: GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean)) spec.csharp: - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) name: GetFreeChairs href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean}) name: GetFreeChairs href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: ( - name: Of - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_ name: GetSeatCategory(Person) nameWithType: Action.GetSeatCategory(Person) fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) spec.csharp: - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) name: GetSeatCategory href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person) name: GetSeatCategory href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_ name: FindAllFreePeople(Person, ActionType, Map, Vector2?, float?, float?, bool, bool, bool) nameWithType: Action.FindAllFreePeople(Person, ActionType, Map, Vector2?, float?, float?, bool, bool, bool) fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool) nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean, Boolean) name.vb: FindAllFreePeople(Person, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) name: FindAllFreePeople href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean) name: FindAllFreePeople href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_ name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool) nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool) fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool) nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean) name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) name: FindAllFreeFurniture href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.FurnitureType name: FurnitureType href: TinyLife.Objects.FurnitureType.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean) name: FindAllFreeFurniture href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.FurnitureType name: FurnitureType href: TinyLife.Objects.FurnitureType.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ name: FindAllFreeWalls(Person, Map, Vector2?, float?, float?, bool) nameWithType: Action.FindAllFreeWalls(Person, Map, Vector2?, float?, float?, bool) fullName: TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) nameWithType.vb: Action.FindAllFreeWalls(Of T)(Person, Map, Vector2?, Single?, Single?, Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(Of T)(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean) name.vb: FindAllFreeWalls(Of T)(Person, Map, Vector2?, Single?, Single?, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) name: FindAllFreeWalls href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) name: FindAllFreeWalls href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ name: FindAllFreeGround(Person, Map, Vector2?, float?, float?, bool) nameWithType: Action.FindAllFreeGround(Person, Map, Vector2?, float?, float?, bool) fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool) nameWithType.vb: Action.FindAllFreeGround(Person, Map, Vector2?, Single?, Single?, Boolean) fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean) name.vb: FindAllFreeGround(Person, Map, Vector2?, Single?, Single?, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) name: FindAllFreeGround href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean) name: FindAllFreeGround href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool) nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool) fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean) fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean) name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindFreeFurniture href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.FurnitureType name: FurnitureType href: TinyLife.Objects.FurnitureType.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindFreeFurniture href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ',' - name: " " - uid: TinyLife.Objects.FurnitureType name: FurnitureType href: TinyLife.Objects.FurnitureType.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ name: FindAllActionObjects(Person, ActionType, Map, Vector2?) nameWithType: Action.FindAllActionObjects(Person, ActionType, Map, Vector2?) fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) spec.csharp: - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: FindAllActionObjects href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ) spec.vb: - uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: FindAllActionObjects href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ) - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ name: FindValidActionObjects(Person, ActionType, bool, Map, Vector2?, bool, bool) nameWithType: Action.FindValidActionObjects(Person, ActionType, bool, Map, Vector2?, bool, bool) fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool) nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Map, Vector2?, Boolean, Boolean) fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean) name.vb: FindValidActionObjects(Person, ActionType, Boolean, Map, Vector2?, Boolean, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean) name: FindValidActionObjects href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ name: GetRandomValidArguments(ActionType, ActionInfo, bool) nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool) fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) nameWithType.vb: Action.GetRandomValidArguments(ActionType, ActionInfo, Boolean) fullName.vb: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean) name.vb: GetRandomValidArguments(ActionType, ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) name: GetRandomValidArguments href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) name: GetRandomValidArguments href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_ name: GetTableSpot(Furniture, ActionSpot) nameWithType: Action.GetTableSpot(Furniture, ActionSpot) fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot) spec.csharp: - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) name: GetTableSpot href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: TinyLife.Objects.ActionSpot name: ActionSpot href: TinyLife.Objects.ActionSpot.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot) name: GetTableSpot href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ',' - name: " " - uid: TinyLife.Objects.ActionSpot name: ActionSpot href: TinyLife.Objects.ActionSpot.html - name: ) - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) commentId: M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__ name: InvokeForBoth(Person, Person, Action) nameWithType: Action.InvokeForBoth(Person, Person, Action) fullName: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action) nameWithType.vb: Action.InvokeForBoth(Person, Person, Action(Of Person, Person)) fullName.vb: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person)) name.vb: InvokeForBoth(Person, Person, Action(Of Person, Person)) spec.csharp: - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) name: InvokeForBoth href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: < - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: '>' - name: ) spec.vb: - uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person}) name: InvokeForBoth href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__ - name: ( - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) - name: ) - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_ name: CanMultitask(Action, Action) nameWithType: Action.CanMultitask(Action, Action) fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action) spec.csharp: - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) name: CanMultitask href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action) name: CanMultitask href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - 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 href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_ 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 href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ) spec.vb: - uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo) name: IsInappropriate href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ) - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) commentId: M:TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ name: IsLotContentVisible(Lot, Person, Map, Vector2?) nameWithType: Action.IsLotContentVisible(Lot, Person, Map, Vector2?) fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?) spec.csharp: - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: IsLotContentVisible href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ - name: ( - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ) spec.vb: - uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2}) name: IsLotContentVisible href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__ - name: ( - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: '?' - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, object) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, object) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(String, Object) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object) name.vb: SetData(String, Object) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object) name: SetData isExternal: true - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T}) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: GetData(string) nameWithType: JsonTypeSafeGenericDataHolder.GetData(string) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(string) nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String) name.vb: GetData(Of T)(String) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String) name: GetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder isExternal: true name: GetDataKeys() nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys() fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys() spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys name: GetDataKeys isExternal: true - name: ( - name: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) name: Equals(object) nameWithType: object.Equals(object) fullName: object.Equals(object) nameWithType.vb: Object.Equals(Object) fullName.vb: Object.Equals(Object) name.vb: Equals(Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) name: Equals(object, object) nameWithType: object.Equals(object, object) fullName: object.Equals(object, object) nameWithType.vb: Object.Equals(Object, Object) fullName.vb: Object.Equals(Object, Object) name.vb: Equals(Object, Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode name: GetHashCode() nameWithType: object.GetHashCode() fullName: object.GetHashCode() nameWithType.vb: Object.GetHashCode() fullName.vb: Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode - name: ( - name: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype name: GetType() nameWithType: object.GetType() fullName: object.GetType() nameWithType.vb: Object.GetType() fullName.vb: Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) spec.vb: - uid: System.Object.GetType name: GetType isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.gettype - name: ( - name: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone name: MemberwiseClone() nameWithType: object.MemberwiseClone() fullName: object.MemberwiseClone() nameWithType.vb: Object.MemberwiseClone() fullName.vb: Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone - name: ( - name: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals name: ReferenceEquals(object, object) nameWithType: object.ReferenceEquals(object, object) fullName: object.ReferenceEquals(object, object) nameWithType.vb: Object.ReferenceEquals(Object, Object) fullName.vb: Object.ReferenceEquals(Object, Object) name.vb: ReferenceEquals(Object, Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals - name: ( - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring name: ToString() nameWithType: object.ToString() fullName: object.ToString() nameWithType.vb: Object.ToString() fullName.vb: Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) spec.vb: - uid: System.Object.ToString name: ToString isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object.tostring - name: ( - name: ) - uid: TinyLife.Actions.TalkAction.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(TalkAction) nameWithType: Extensions.JsonCopy(TalkAction) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Actions.TalkAction) nameWithType.vb: Extensions.JsonCopy(Of TalkAction)(TalkAction) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TalkAction)(TinyLife.Actions.TalkAction) name.vb: JsonCopy(Of TalkAction)(TalkAction) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TalkAction) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: '>' - name: ( - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TalkAction) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: ) - name: ( - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: ) - uid: TinyLife commentId: N:TinyLife href: TinyLife.html name: TinyLife nameWithType: TinyLife fullName: TinyLife - uid: System commentId: N:System isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System nameWithType: System fullName: System - uid: MLEM.Data.Json commentId: N:MLEM.Data.Json isExternal: true name: MLEM.Data.Json nameWithType: MLEM.Data.Json fullName: MLEM.Data.Json spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Data name: Data isExternal: true - name: . - uid: MLEM.Data.Json name: Json isExternal: true - uid: MLEM.Misc commentId: N:MLEM.Misc isExternal: true name: MLEM.Misc nameWithType: MLEM.Misc fullName: MLEM.Misc spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Misc name: Misc isExternal: true - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: SetData(string, T) nameWithType: JsonTypeSafeGenericDataHolder.SetData(string, T) fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, T) nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T) name.vb: SetData(Of T)(String, T) spec.csharp: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: < - name: T - name: '>' - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) spec.vb: - uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0) name: SetData isExternal: true - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - name: T - name: ) - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities href: TinyLife.Utilities.Extensions.html name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities href: TinyLife.html name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) isExternal: true href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateSimple_TinyLife_Actions_Action_TinyLife_Objects_Person_System_Single_System_Single_ name: EvaluateSimple(Action, Person, float, float) nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, Person, float, float) fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, float, float) nameWithType.vb: TalkAction.TalkSettings.EvaluateSimple(Action, Person, Single, Single) fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, Single, Single) name.vb: EvaluateSimple(Action, Person, Single, Single) spec.csharp: - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) name: EvaluateSimple href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateSimple_TinyLife_Actions_Action_TinyLife_Objects_Person_System_Single_System_Single_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single) name: EvaluateSimple href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateSimple_TinyLife_Actions_Action_TinyLife_Objects_Person_System_Single_System_Single_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult commentId: T:TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult parent: TinyLife.Actions href: TinyLife.Actions.TalkAction.html name: TalkAction.TalkSettings.EvaluationResult nameWithType: TalkAction.TalkSettings.EvaluationResult fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult spec.csharp: - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: . - uid: TinyLife.Actions.TalkAction.TalkSettings name: TalkSettings href: TinyLife.Actions.TalkAction.TalkSettings.html - name: . - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult name: EvaluationResult href: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.html spec.vb: - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: . - uid: TinyLife.Actions.TalkAction.TalkSettings name: TalkSettings href: TinyLife.Actions.TalkAction.TalkSettings.html - name: . - uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult name: EvaluationResult href: TinyLife.Actions.TalkAction.TalkSettings.EvaluationResult.html - uid: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess commentId: F:TinyLife.Actions.TalkAction.TalkSettings.OnSuccess href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_OnSuccess name: OnSuccess nameWithType: TalkAction.TalkSettings.OnSuccess fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess - uid: System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person} commentId: T:System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person} parent: System definition: System.Action`2 href: https://learn.microsoft.com/dotnet/api/system.action-2 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of Action, Person) fullName.vb: System.Action(Of TinyLife.Actions.Action, TinyLife.Objects.Person) name.vb: Action(Of Action, Person) spec.csharp: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: < - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: '>' spec.vb: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: ( - name: Of - name: " " - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ) - uid: System.Action`2 commentId: T:System.Action`2 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T1, T2) fullName.vb: System.Action(Of T1, T2) name.vb: Action(Of T1, T2) spec.csharp: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: < - name: T1 - name: ',' - name: " " - name: T2 - name: '>' spec.vb: - uid: System.Action`2 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-2 - name: ( - name: Of - name: " " - name: T1 - name: ',' - name: " " - name: T2 - name: ) - uid: TinyLife.Actions.TalkAction.TalkSettings.OnFailure commentId: F:TinyLife.Actions.TalkAction.TalkSettings.OnFailure href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_OnFailure name: OnFailure nameWithType: TalkAction.TalkSettings.OnFailure fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure - uid: TinyLife.Actions.TalkAction.TalkSettings commentId: T:TinyLife.Actions.TalkAction.TalkSettings parent: TinyLife.Actions href: TinyLife.Actions.TalkAction.html name: TalkAction.TalkSettings nameWithType: TalkAction.TalkSettings fullName: TinyLife.Actions.TalkAction.TalkSettings spec.csharp: - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: . - uid: TinyLife.Actions.TalkAction.TalkSettings name: TalkSettings href: TinyLife.Actions.TalkAction.TalkSettings.html spec.vb: - uid: TinyLife.Actions.TalkAction name: TalkAction href: TinyLife.Actions.TalkAction.html - name: . - uid: TinyLife.Actions.TalkAction.TalkSettings name: TalkSettings href: TinyLife.Actions.TalkAction.TalkSettings.html - uid: TinyLife.Actions.TalkAction.Settings* commentId: Overload:TinyLife.Actions.TalkAction.Settings href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Settings name: Settings nameWithType: TalkAction.Settings fullName: TinyLife.Actions.TalkAction.Settings - uid: TinyLife.Actions.TalkAction.#ctor* commentId: Overload:TinyLife.Actions.TalkAction.#ctor href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction__ctor_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_ name: TalkAction nameWithType: TalkAction.TalkAction fullName: TinyLife.Actions.TalkAction.TalkAction nameWithType.vb: TalkAction.New fullName.vb: TinyLife.Actions.TalkAction.New name.vb: New - uid: TinyLife.Actions.ActionType commentId: T:TinyLife.Actions.ActionType parent: TinyLife.Actions href: TinyLife.Actions.ActionType.html name: ActionType nameWithType: ActionType fullName: TinyLife.Actions.ActionType - uid: TinyLife.Actions.ActionInfo commentId: T:TinyLife.Actions.ActionInfo parent: TinyLife.Actions href: TinyLife.Actions.ActionInfo.html name: ActionInfo nameWithType: ActionInfo fullName: TinyLife.Actions.ActionInfo - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.Action isExternal: true href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: Update(GameTime, TimeSpan, float) nameWithType: Action.Update(GameTime, TimeSpan, float) fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) nameWithType.vb: Action.Update(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: Update(GameTime, TimeSpan, Single) spec.csharp: - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.GameImpl.Speed commentId: P:TinyLife.GameImpl.Speed href: TinyLife.GameImpl.html#TinyLife_GameImpl_Speed name: Speed nameWithType: GameImpl.Speed fullName: TinyLife.GameImpl.Speed - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Actions.SocialAction isExternal: true href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: UpdateConversation(GameTime, TimeSpan, float) nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float) fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) nameWithType.vb: SocialAction.UpdateConversation(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: UpdateConversation(GameTime, TimeSpan, Single) spec.csharp: - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: UpdateConversation href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: UpdateConversation href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.TalkAction.UpdateConversation* commentId: Overload:TinyLife.Actions.TalkAction.UpdateConversation href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: UpdateConversation nameWithType: TalkAction.UpdateConversation fullName: TinyLife.Actions.TalkAction.UpdateConversation - uid: Microsoft.Xna.Framework.GameTime commentId: T:Microsoft.Xna.Framework.GameTime parent: Microsoft.Xna.Framework isExternal: true name: GameTime nameWithType: GameTime fullName: Microsoft.Xna.Framework.GameTime - uid: System.TimeSpan commentId: T:System.TimeSpan parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan name: TimeSpan nameWithType: TimeSpan fullName: System.TimeSpan - uid: System.Single commentId: T:System.Single parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single name: float nameWithType: float fullName: float nameWithType.vb: Single fullName.vb: Single name.vb: Single - uid: Microsoft.Xna.Framework commentId: N:Microsoft.Xna.Framework isExternal: true name: Microsoft.Xna.Framework nameWithType: Microsoft.Xna.Framework fullName: Microsoft.Xna.Framework spec.csharp: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true spec.vb: - uid: Microsoft name: Microsoft isExternal: true - name: . - uid: Microsoft.Xna name: Xna isExternal: true - name: . - uid: Microsoft.Xna.Framework name: Framework isExternal: true - uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) commentId: M:TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_ name: AndThenOnCompleted(CompletionType) nameWithType: SocialAction.AndThenOnCompleted(CompletionType) fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) name: AndThenOnCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType) name: AndThenOnCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_ - name: ( - uid: TinyLife.Actions.CompletionType name: CompletionType href: TinyLife.Actions.CompletionType.html - name: ) - uid: TinyLife.Actions.TalkAction.AndThenOnCompleted* commentId: Overload:TinyLife.Actions.TalkAction.AndThenOnCompleted href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_ name: AndThenOnCompleted nameWithType: TalkAction.AndThenOnCompleted fullName: TinyLife.Actions.TalkAction.AndThenOnCompleted - uid: TinyLife.Actions.CompletionType commentId: T:TinyLife.Actions.CompletionType parent: TinyLife.Actions href: TinyLife.Actions.CompletionType.html name: CompletionType nameWithType: CompletionType fullName: TinyLife.Actions.CompletionType - uid: TinyLife.Actions.Action.IsCompleted commentId: M:TinyLife.Actions.Action.IsCompleted parent: TinyLife.Actions.Action href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted name: IsCompleted() nameWithType: Action.IsCompleted() fullName: TinyLife.Actions.Action.IsCompleted() spec.csharp: - uid: TinyLife.Actions.Action.IsCompleted name: IsCompleted href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.Action.IsCompleted name: IsCompleted href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted - name: ( - name: ) - uid: TinyLife.Actions.SocialAction.IsConversationCompleted commentId: M:TinyLife.Actions.SocialAction.IsConversationCompleted parent: TinyLife.Actions.SocialAction href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsConversationCompleted name: IsConversationCompleted() nameWithType: SocialAction.IsConversationCompleted() fullName: TinyLife.Actions.SocialAction.IsConversationCompleted() spec.csharp: - uid: TinyLife.Actions.SocialAction.IsConversationCompleted name: IsConversationCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsConversationCompleted - name: ( - name: ) spec.vb: - uid: TinyLife.Actions.SocialAction.IsConversationCompleted name: IsConversationCompleted href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsConversationCompleted - name: ( - name: ) - uid: TinyLife.Actions.TalkAction.IsConversationCompleted* commentId: Overload:TinyLife.Actions.TalkAction.IsConversationCompleted href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_IsConversationCompleted name: IsConversationCompleted nameWithType: TalkAction.IsConversationCompleted fullName: TinyLife.Actions.TalkAction.IsConversationCompleted - uid: TinyLife.Actions.TalkAction commentId: T:TinyLife.Actions.TalkAction href: TinyLife.Actions.TalkAction.html name: TalkAction nameWithType: TalkAction fullName: TinyLife.Actions.TalkAction - uid: TinyLife.Actions.TalkAction.TalkSettings.Settings commentId: F:TinyLife.Actions.TalkAction.TalkSettings.Settings href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_Settings name: Settings nameWithType: TalkAction.TalkSettings.Settings fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings - uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_CanExecute name: CanExecute nameWithType: ActionType.TypeSettings.CanExecute fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute - uid: TinyLife.Actions.ActionType.TypeSettings.Name commentId: F:TinyLife.Actions.ActionType.TypeSettings.Name href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_Name name: Name nameWithType: ActionType.TypeSettings.Name fullName: TinyLife.Actions.ActionType.TypeSettings.Name - uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority href: TinyLife.Actions.ActionType.AiSettings.html#TinyLife_Actions_ActionType_AiSettings_PassivePriority name: PassivePriority nameWithType: ActionType.AiSettings.PassivePriority fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority - uid: TinyLife.Actions.TalkAction.Create* commentId: Overload:TinyLife.Actions.TalkAction.Create href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_ name: Create nameWithType: TalkAction.Create fullName: TinyLife.Actions.TalkAction.Create - 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: System.Func{TinyLife.Objects.Person,System.Single} commentId: T:System.Func{TinyLife.Objects.Person,System.Single} 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 Person, Single) fullName.vb: System.Func(Of TinyLife.Objects.Person, Single) name.vb: Func(Of Person, Single) spec.csharp: - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - 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.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Actions.ActionType.TypeSettings commentId: T:TinyLife.Actions.ActionType.TypeSettings parent: TinyLife.Actions href: TinyLife.Actions.ActionType.html name: ActionType.TypeSettings nameWithType: ActionType.TypeSettings fullName: TinyLife.Actions.ActionType.TypeSettings spec.csharp: - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: . - uid: TinyLife.Actions.ActionType.TypeSettings name: TypeSettings href: TinyLife.Actions.ActionType.TypeSettings.html spec.vb: - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: . - uid: TinyLife.Actions.ActionType.TypeSettings name: TypeSettings href: TinyLife.Actions.ActionType.TypeSettings.html - 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: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainedSkill href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_GainedSkill name: GainedSkill nameWithType: TalkAction.TalkSettings.GainedSkill fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill - uid: TinyLife.Skills.SkillType.Humor commentId: F:TinyLife.Skills.SkillType.Humor href: TinyLife.Skills.SkillType.html#TinyLife_Skills_SkillType_Humor name: Humor nameWithType: SkillType.Humor fullName: TinyLife.Skills.SkillType.Humor - uid: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_RestoredNeed name: RestoredNeed nameWithType: TalkAction.TalkSettings.RestoredNeed fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed - uid: TinyLife.NeedType.Entertainment commentId: F:TinyLife.NeedType.Entertainment href: TinyLife.NeedType.html#TinyLife_NeedType_Entertainment name: Entertainment nameWithType: NeedType.Entertainment fullName: TinyLife.NeedType.Entertainment - uid: TinyLife.Emotions.EmotionType.Goofy commentId: F:TinyLife.Emotions.EmotionType.Goofy href: TinyLife.Emotions.EmotionType.html#TinyLife_Emotions_EmotionType_Goofy name: Goofy nameWithType: EmotionType.Goofy fullName: TinyLife.Emotions.EmotionType.Goofy - uid: TinyLife.Actions.TalkAction.CreateFunny* commentId: Overload:TinyLife.Actions.TalkAction.CreateFunny href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_CreateFunny_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_System_Int32_System_Int32_ name: CreateFunny nameWithType: TalkAction.CreateFunny fullName: TinyLife.Actions.TalkAction.CreateFunny - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 name: int nameWithType: int fullName: int nameWithType.vb: Integer fullName.vb: Integer name.vb: Integer - uid: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsDislikedOrMean_TinyLife_Actions_ActionInfo_System_Boolean_ name: IsDislikedOrMean(ActionInfo, bool) nameWithType: ActionType.IsDislikedOrMean(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo, bool) nameWithType.vb: ActionType.IsDislikedOrMean(ActionInfo, Boolean) fullName.vb: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo, Boolean) name.vb: IsDislikedOrMean(ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean) name: IsDislikedOrMean href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsDislikedOrMean_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.IsDislikedOrMean(TinyLife.Actions.ActionInfo,System.Boolean) name: IsDislikedOrMean href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsDislikedOrMean_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Actions.TalkAction.CreateMean* commentId: Overload:TinyLife.Actions.TalkAction.CreateMean href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_CreateMean_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_ name: CreateMean nameWithType: TalkAction.CreateMean fullName: TinyLife.Actions.TalkAction.CreateMean - uid: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) isExternal: true href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsReadyForRomance_TinyLife_Actions_ActionInfo_System_Boolean_ name: IsReadyForRomance(ActionInfo, bool) nameWithType: ActionType.IsReadyForRomance(ActionInfo, bool) fullName: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo, bool) nameWithType.vb: ActionType.IsReadyForRomance(ActionInfo, Boolean) fullName.vb: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo, Boolean) name.vb: IsReadyForRomance(ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) name: IsReadyForRomance href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsReadyForRomance_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo,System.Boolean) name: IsReadyForRomance href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_IsReadyForRomance_TinyLife_Actions_ActionInfo_System_Boolean_ - name: ( - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Relationship.Dating commentId: F:TinyLife.Relationship.Dating href: TinyLife.Relationship.html#TinyLife_Relationship_Dating name: Dating nameWithType: Relationship.Dating fullName: TinyLife.Relationship.Dating - uid: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FailEmotion href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_FailEmotion name: FailEmotion nameWithType: TalkAction.TalkSettings.FailEmotion fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion - uid: TinyLife.Emotions.EmotionModifier.FailedRomance commentId: F:TinyLife.Emotions.EmotionModifier.FailedRomance href: TinyLife.Emotions.EmotionModifier.html#TinyLife_Emotions_EmotionModifier_FailedRomance name: FailedRomance nameWithType: EmotionModifier.FailedRomance fullName: TinyLife.Emotions.EmotionModifier.FailedRomance - uid: TinyLife.Actions.TalkAction.CreateRomantic* commentId: Overload:TinyLife.Actions.TalkAction.CreateRomantic href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_CreateRomantic_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_ name: CreateRomantic nameWithType: TalkAction.CreateRomantic fullName: TinyLife.Actions.TalkAction.CreateRomantic