### YamlMime:ManagedReference items: - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person id: Person parent: TinyLife.Objects children: - TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) - TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) - TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) - TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) - TinyLife.Objects.Person.CurrentRoomDecorativeRating - TinyLife.Objects.Person.DiaperDirty - TinyLife.Objects.Person.DrawSize - TinyLife.Objects.Person.FullNamePronouns - TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.Person.GetCurrentGoals - TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip) - TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType) - TinyLife.Objects.Person.GetProject(System.String,System.String) - TinyLife.Objects.Person.GetProjects(System.String) - TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.Person.IsRegularVisitor - TinyLife.Objects.Person.Job - TinyLife.Objects.Person.Jobs - TinyLife.Objects.Person.LastBedSleptIn - TinyLife.Objects.Person.LifeGoal - TinyLife.Objects.Person.LotEmployment - TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup) - TinyLife.Objects.Person.OnJobChanged - TinyLife.Objects.Person.OnLifeGoalChanged - TinyLife.Objects.Person.OnRoomCheck - TinyLife.Objects.Person.PhoneColors - TinyLife.Objects.Person.Projects - TinyLife.Objects.Person.Pronouns - TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) - TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean) - TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32) - TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) - TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Objects.Person.Validate langs: - csharp - vb name: Person nameWithType: Person fullName: TinyLife.Objects.Person type: Class source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Person path: ../TinyLife/Objects/Person.cs startLine: 24 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Represents a human person, known in the game as a Tiny. This class extends , but stores additional human-specific information, like , , , and more. example: [] syntax: content: 'public class Person : PersonLike, IGenericDataHolder, IUpdatingObject' content.vb: Public Class Person Inherits PersonLike Implements IGenericDataHolder, IUpdatingObject inheritance: - System.Object - MLEM.Data.Json.JsonTypeSafeGenericDataHolder - TinyLife.Objects.MapObject - TinyLife.Objects.PersonLike implements: - MLEM.Misc.IGenericDataHolder - TinyLife.Objects.IUpdatingObject inheritedMembers: - TinyLife.Objects.PersonLike.DefaultWalkSpeed - TinyLife.Objects.PersonLike.AgeGroups - TinyLife.Objects.PersonLike.SpeakSounds - TinyLife.Objects.PersonLike.SpeakStyles - TinyLife.Objects.PersonLike.VoiceStyles - TinyLife.Objects.PersonLike.ParentInfo - TinyLife.Objects.PersonLike.CurrentActions - TinyLife.Objects.PersonLike.ActionQueue - TinyLife.Objects.PersonLike.AllActions - TinyLife.Objects.PersonLike.Needs - TinyLife.Objects.PersonLike.Skills - TinyLife.Objects.PersonLike.Relationships - TinyLife.Objects.PersonLike.Outfits - TinyLife.Objects.PersonLike.PersonalityTypes - TinyLife.Objects.PersonLike.EmotionModifiers - TinyLife.Objects.PersonLike.Memories - TinyLife.Objects.PersonLike.FirstName - TinyLife.Objects.PersonLike.LastName - TinyLife.Objects.PersonLike.FullName - TinyLife.Objects.PersonLike.Rotation - TinyLife.Objects.PersonLike.Household - TinyLife.Objects.PersonLike.CurrentEmote - TinyLife.Objects.PersonLike.VisitingLot - TinyLife.Objects.PersonLike.LotVisitCooldown - TinyLife.Objects.PersonLike.WasInvitedIn - TinyLife.Objects.PersonLike.Emotion - TinyLife.Objects.PersonLike.EmotionAmount - TinyLife.Objects.PersonLike.IsMoving - TinyLife.Objects.PersonLike.CurrentOutfitIndex - TinyLife.Objects.PersonLike.CurrentOutfit - TinyLife.Objects.PersonLike.IsCurrentHousehold - TinyLife.Objects.PersonLike.LifeSpan - TinyLife.Objects.PersonLike.HomeLot - TinyLife.Objects.PersonLike.Money - TinyLife.Objects.PersonLike.Description - TinyLife.Objects.PersonLike.IsDead - TinyLife.Objects.PersonLike.CurrentAgeDays - TinyLife.Objects.PersonLike.DaysLived - TinyLife.Objects.PersonLike.RandomlyGenerated - TinyLife.Objects.PersonLike.VisuallyOccupiedSpot - TinyLife.Objects.PersonLike.OccupiedFurniture - TinyLife.Objects.PersonLike.CurrentPose - TinyLife.Objects.PersonLike.WornLayers - TinyLife.Objects.PersonLike.AnimateHeldObject - TinyLife.Objects.PersonLike.HeldObjectRotation - TinyLife.Objects.PersonLike.AnimationSpeed - TinyLife.Objects.PersonLike.Tint - TinyLife.Objects.PersonLike.VisualPosition - TinyLife.Objects.PersonLike.Portrait - TinyLife.Objects.PersonLike.RecentActions - TinyLife.Objects.PersonLike.RelationshipInterestingness - TinyLife.Objects.PersonLike.VoiceStyle - TinyLife.Objects.PersonLike.VoicePitch - TinyLife.Objects.PersonLike.CurrentSpeakStyle - TinyLife.Objects.PersonLike.Age - TinyLife.Objects.PersonLike.PregnancyHoursRemaining - TinyLife.Objects.PersonLike.PregnancyPartner - TinyLife.Objects.PersonLike.IsInLabor - TinyLife.Objects.PersonLike.IsPregnant - TinyLife.Objects.PersonLike.IsAllowedToDie - TinyLife.Objects.PersonLike.PregnancyAbility - TinyLife.Objects.PersonLike.Difficulty - TinyLife.Objects.PersonLike.CurrentMode - TinyLife.Objects.PersonLike.OnActionsChanged - TinyLife.Objects.PersonLike.OnNewSkillLearned - TinyLife.Objects.PersonLike.OnEmotionModifiersChanged - TinyLife.Objects.PersonLike.OnEmotionChanged - TinyLife.Objects.PersonLike.OnGetEfficiencyModifier - TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost - TinyLife.Objects.PersonLike.OnGetEmotionSkillBoost - TinyLife.Objects.PersonLike.OnGetWalkSpeed - TinyLife.Objects.PersonLike.OnGetPassiveActionPriority - TinyLife.Objects.PersonLike.OnGetAiPriorityForObject - TinyLife.Objects.PersonLike.OnActionInitialized - TinyLife.Objects.PersonLike.OnActionsCompleted - TinyLife.Objects.PersonLike.OnActionUpdated - TinyLife.Objects.PersonLike.OnOutfitChanged - TinyLife.Objects.PersonLike.OnRestoreNeed - TinyLife.Objects.PersonLike.OnChangeFriendship - TinyLife.Objects.PersonLike.OnChangeRomance - TinyLife.Objects.PersonLike.OnMemoriesChanged - TinyLife.Objects.PersonLike.OnGetCurrentGoals - TinyLife.Objects.PersonLike.OnAddEmotion - TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) - TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF) - TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String}) - TinyLife.Objects.PersonLike.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) - TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean) - TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) - TinyLife.Objects.PersonLike.PrepareForPermanentRemoval - TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot) - TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2) - TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean) - TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean) - TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean) - TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single) - TinyLife.Objects.PersonLike.StopEmoting - TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) - TinyLife.Objects.PersonLike.StopSpeaking - TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single) - TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike) - TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) - TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) - TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) - TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single) - TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType) - TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType) - TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) - TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean) - TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType) - TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType) - TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType) - TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32) - TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single) - TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single) - TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType) - TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[]) - TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean) - TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean) - TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean) - TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean) - TinyLife.Objects.PersonLike.RemoveHeldObject``1 - TinyLife.Objects.PersonLike.GetHeldActionInfo - TinyLife.Objects.PersonLike.ToCreatedByString - TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason) - TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) - TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier) - TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single) - TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single) - TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier) - TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier) - TinyLife.Objects.PersonLike.GetWalkSpeed - TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid) - TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike) - TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention) - TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) - TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32) - TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) - TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike) - TinyLife.Objects.PersonLike.IsIdMatch(System.Guid) - TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot) - TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType) - TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType) - TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object) - TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan}) - TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType) - TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{{TKey},TinyLife.Goals.MemoryType}) - TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{{T},System.Boolean}) - TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{{T},System.Boolean}) - TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[]) - TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean) - TinyLife.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean) - TinyLife.Objects.PersonLike.SetAnimationsFromLooks - TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map) - TinyLife.Objects.PersonLike.GoToRandomHomeLocation - TinyLife.Objects.PersonLike.ShouldDrawHeldItem - TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean) - TinyLife.Objects.PersonLike.GetHeldItemDepthOffset - TinyLife.Objects.PersonLike.GetPivot - TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer) - TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType) - TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single) - TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer) - TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) - TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point) - TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single) - TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single) - TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType) - TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}) - TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action) - TinyLife.Objects.PersonLike.ValidateClothes - TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan}) - TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup) - TinyLife.Objects.MapObject.PersonRotationOrder - TinyLife.Objects.MapObject.OnCreated - TinyLife.Objects.MapObject.OnValidated - TinyLife.Objects.MapObject.OnValidatedEarly - TinyLife.Objects.MapObject.OnEventsAttachable - TinyLife.Objects.MapObject.OnDraw - TinyLife.Objects.MapObject.OnUpdate - TinyLife.Objects.MapObject.OnGetHoverInfo - TinyLife.Objects.MapObject.OnGetDebugLines - TinyLife.Objects.MapObject.Position - TinyLife.Objects.MapObject.Floor - TinyLife.Objects.MapObject.Visibility - TinyLife.Objects.MapObject.Id - TinyLife.Objects.MapObject.Map - TinyLife.Objects.MapObject.CurrentLot - TinyLife.Objects.MapObject.CurrentRoom - TinyLife.Objects.MapObject.IsInWorld - TinyLife.Objects.MapObject.HoldingPerson - TinyLife.Objects.MapObject.ValidateEarly - TinyLife.Objects.MapObject.OnAdded - TinyLife.Objects.MapObject.OnRemoved - TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) - TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) - TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) - TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map) - TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String}) - TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) - TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) - TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) - TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single}) - TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) - TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point) - TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) - TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single) - TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) - TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) - TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean) - TinyLife.Objects.MapObject.GetModCategory(System.String) - 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.Objects.Person.TinyLife.Utilities.Extensions.JsonCopy``1 - uid: TinyLife.Objects.Person.Projects commentId: F:TinyLife.Objects.Person.Projects id: Projects parent: TinyLife.Objects.Person langs: - csharp - vb name: Projects nameWithType: Person.Projects fullName: TinyLife.Objects.Person.Projects type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Projects path: ../TinyLife/Objects/Person.cs startLine: 31 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- The instances that this person currently has. Use , , and to modify this collection effectively. example: [] syntax: content: >- [DataMember] public readonly List Projects return: type: System.Collections.Generic.List{TinyLife.Goals.Project} content.vb: >- Public ReadOnly Projects As List(Of Project) attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Objects.Person.Jobs commentId: F:TinyLife.Objects.Person.Jobs id: Jobs parent: TinyLife.Objects.Person langs: - csharp - vb name: Jobs nameWithType: Person.Jobs fullName: TinyLife.Objects.Person.Jobs type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Jobs path: ../TinyLife/Objects/Person.cs startLine: 37 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- The jobs that this person currently has. Currently, multiple jobs are supported in-game, but not properly enforced, meaning if a person has multiple jobs whose work hours overlap, unexpected behaviors might occur. To modify this collection, please use and to raise the proper events. example: [] syntax: content: >- [DataMember] public readonly List Jobs return: type: System.Collections.Generic.List{TinyLife.Goals.Job} content.vb: >- Public ReadOnly Jobs As List(Of Job) attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Objects.Person.Pronouns commentId: F:TinyLife.Objects.Person.Pronouns id: Pronouns parent: TinyLife.Objects.Person langs: - csharp - vb name: Pronouns nameWithType: Person.Pronouns fullName: TinyLife.Objects.Person.Pronouns type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Pronouns path: ../TinyLife/Objects/Person.cs startLine: 43 assemblies: - Tiny Life namespace: TinyLife.Objects summary: This person's pronouns. example: [] syntax: content: >- [DataMember] public string Pronouns return: type: System.String content.vb: >- Public Pronouns As String attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Objects.Person.FullNamePronouns commentId: P:TinyLife.Objects.Person.FullNamePronouns id: FullNamePronouns parent: TinyLife.Objects.Person langs: - csharp - vb name: FullNamePronouns nameWithType: Person.FullNamePronouns fullName: TinyLife.Objects.Person.FullNamePronouns type: Property source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: FullNamePronouns path: ../TinyLife/Objects/Person.cs startLine: 45 assemblies: - Tiny Life namespace: TinyLife.Objects summary: This person's full name and pronouns, which is a concatenation of their , and their pronouns in parentheses for types. example: [] syntax: content: public override string FullNamePronouns { get; } parameters: [] return: type: System.String content.vb: Public Overrides ReadOnly Property FullNamePronouns As String overridden: TinyLife.Objects.PersonLike.FullNamePronouns overload: TinyLife.Objects.Person.FullNamePronouns* - uid: TinyLife.Objects.Person.Job commentId: P:TinyLife.Objects.Person.Job id: Job parent: TinyLife.Objects.Person langs: - csharp - vb name: Job nameWithType: Person.Job fullName: TinyLife.Objects.Person.Job type: Property source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Job path: ../TinyLife/Objects/Person.cs startLine: 49 assemblies: - Tiny Life namespace: TinyLife.Objects summary: The that this person currently has. example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] [Obsolete("Use the new Jobs collection instead")] public Job Job { get; protected set; } parameters: [] return: type: TinyLife.Goals.Job content.vb: >- Public Property Job As Job overload: TinyLife.Objects.Person.Job* attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false - type: System.ObsoleteAttribute ctor: System.ObsoleteAttribute.#ctor(System.String) arguments: - type: System.String value: Use the new Jobs collection instead - uid: TinyLife.Objects.Person.CurrentRoomDecorativeRating commentId: P:TinyLife.Objects.Person.CurrentRoomDecorativeRating id: CurrentRoomDecorativeRating parent: TinyLife.Objects.Person langs: - csharp - vb name: CurrentRoomDecorativeRating nameWithType: Person.CurrentRoomDecorativeRating fullName: TinyLife.Objects.Person.CurrentRoomDecorativeRating type: Property source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CurrentRoomDecorativeRating path: ../TinyLife/Objects/Person.cs startLine: 54 assemblies: - Tiny Life namespace: TinyLife.Objects summary: The decorative rating of the , resulting from the of the contained furniture example: [] syntax: content: public int CurrentRoomDecorativeRating { get; } parameters: [] return: type: System.Int32 content.vb: Public Property CurrentRoomDecorativeRating As Integer overload: TinyLife.Objects.Person.CurrentRoomDecorativeRating* - uid: TinyLife.Objects.Person.LastBedSleptIn commentId: F:TinyLife.Objects.Person.LastBedSleptIn id: LastBedSleptIn parent: TinyLife.Objects.Person langs: - csharp - vb name: LastBedSleptIn nameWithType: Person.LastBedSleptIn fullName: TinyLife.Objects.Person.LastBedSleptIn type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LastBedSleptIn path: ../TinyLife/Objects/Person.cs startLine: 59 assemblies: - Tiny Life namespace: TinyLife.Objects summary: The id of the last bed that this person has slept in, or if no such bed exists example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public Guid LastBedSleptIn return: type: System.Guid content.vb: >- Public LastBedSleptIn As Guid attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false - uid: TinyLife.Objects.Person.LotEmployment commentId: F:TinyLife.Objects.Person.LotEmployment id: LotEmployment parent: TinyLife.Objects.Person langs: - csharp - vb name: LotEmployment nameWithType: Person.LotEmployment fullName: TinyLife.Objects.Person.LotEmployment type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LotEmployment path: ../TinyLife/Objects/Person.cs startLine: 65 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- The that this person works in. If this value is non-null, it implicitly means that this person does not have a or that they are a part of. example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public LotEmployment.Instance LotEmployment return: type: TinyLife.World.LotEmployment.Instance content.vb: >- Public LotEmployment As LotEmployment.Instance attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false - uid: TinyLife.Objects.Person.LifeGoal commentId: P:TinyLife.Objects.Person.LifeGoal id: LifeGoal parent: TinyLife.Objects.Person langs: - csharp - vb name: LifeGoal nameWithType: Person.LifeGoal fullName: TinyLife.Objects.Person.LifeGoal type: Property source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LifeGoal path: ../TinyLife/Objects/Person.cs startLine: 69 assemblies: - Tiny Life namespace: TinyLife.Objects summary: This person's current example: [] syntax: content: public LifeGoal.Instance LifeGoal { get; set; } parameters: [] return: type: TinyLife.Goals.LifeGoal.Instance content.vb: Public Property LifeGoal As LifeGoal.Instance overload: TinyLife.Objects.Person.LifeGoal* - uid: TinyLife.Objects.Person.PhoneColors commentId: F:TinyLife.Objects.Person.PhoneColors id: PhoneColors parent: TinyLife.Objects.Person langs: - csharp - vb name: PhoneColors nameWithType: Person.PhoneColors fullName: TinyLife.Objects.Person.PhoneColors type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: PhoneColors path: ../TinyLife/Objects/Person.cs startLine: 82 assemblies: - Tiny Life namespace: TinyLife.Objects summary: This person's mobile phone colors. example: [] syntax: content: >- [DataMember] public int[] PhoneColors return: type: System.Int32[] content.vb: >- Public PhoneColors As Integer() attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] - uid: TinyLife.Objects.Person.DiaperDirty commentId: F:TinyLife.Objects.Person.DiaperDirty id: DiaperDirty parent: TinyLife.Objects.Person langs: - csharp - vb name: DiaperDirty nameWithType: Person.DiaperDirty fullName: TinyLife.Objects.Person.DiaperDirty type: Field source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DiaperDirty path: ../TinyLife/Objects/Person.cs startLine: 87 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Whether this person's diaper is dirty. example: [] syntax: content: >- [DataMember(EmitDefaultValue = false)] public bool DiaperDirty return: type: System.Boolean content.vb: >- Public DiaperDirty As Boolean attributes: - type: System.Runtime.Serialization.DataMemberAttribute ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor arguments: [] namedArguments: - name: EmitDefaultValue type: System.Boolean value: false - uid: TinyLife.Objects.Person.IsRegularVisitor commentId: P:TinyLife.Objects.Person.IsRegularVisitor id: IsRegularVisitor parent: TinyLife.Objects.Person langs: - csharp - vb name: IsRegularVisitor nameWithType: Person.IsRegularVisitor fullName: TinyLife.Objects.Person.IsRegularVisitor type: Property source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: IsRegularVisitor path: ../TinyLife/Objects/Person.cs startLine: 90 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- A property that computes whether this person is a regular visitor. A person is considered a regular visitor if they have no , but also have no , and are not dead (). example: [] syntax: content: public override bool IsRegularVisitor { get; } parameters: [] return: type: System.Boolean content.vb: Public Overrides ReadOnly Property IsRegularVisitor As Boolean overridden: TinyLife.Objects.PersonLike.IsRegularVisitor overload: TinyLife.Objects.Person.IsRegularVisitor* - uid: TinyLife.Objects.Person.DrawSize commentId: P:TinyLife.Objects.Person.DrawSize id: DrawSize parent: TinyLife.Objects.Person langs: - csharp - vb name: DrawSize nameWithType: Person.DrawSize fullName: TinyLife.Objects.Person.DrawSize type: Property source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: DrawSize path: ../TinyLife/Objects/Person.cs startLine: 93 assemblies: - Tiny Life namespace: TinyLife.Objects summary: The size, in draw space pixels, that a person's texture takes up. example: [] syntax: content: public override Point DrawSize { get; } parameters: [] return: type: Microsoft.Xna.Framework.Point content.vb: Public Overrides ReadOnly Property DrawSize As Point overridden: TinyLife.Objects.PersonLike.DrawSize overload: TinyLife.Objects.Person.DrawSize* - uid: TinyLife.Objects.Person.OnLifeGoalChanged commentId: E:TinyLife.Objects.Person.OnLifeGoalChanged id: OnLifeGoalChanged parent: TinyLife.Objects.Person langs: - csharp - vb name: OnLifeGoalChanged nameWithType: Person.OnLifeGoalChanged fullName: TinyLife.Objects.Person.OnLifeGoalChanged type: Event source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnLifeGoalChanged path: ../TinyLife/Objects/Person.cs startLine: 99 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- An event that is invoked when a person's current is changed. This event can be subscribed to using . example: [] syntax: content: public event Action OnLifeGoalChanged return: type: System.Action{TinyLife.Goals.LifeGoal.Instance} content.vb: Public Event OnLifeGoalChanged As Action(Of LifeGoal.Instance) - uid: TinyLife.Objects.Person.OnJobChanged commentId: E:TinyLife.Objects.Person.OnJobChanged id: OnJobChanged parent: TinyLife.Objects.Person langs: - csharp - vb name: OnJobChanged nameWithType: Person.OnJobChanged fullName: TinyLife.Objects.Person.OnJobChanged type: Event source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnJobChanged path: ../TinyLife/Objects/Person.cs startLine: 104 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- An event that is invoked when the collection changes. This event can be subscribed to using . example: [] syntax: content: public event Action OnJobChanged return: type: System.Action{TinyLife.Objects.PersonLike} content.vb: Public Event OnJobChanged As Action(Of PersonLike) - uid: TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) commentId: M:TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) id: '#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)' parent: TinyLife.Objects.Person langs: - csharp - vb name: Person(Map, Vector2, float) nameWithType: Person.Person(Map, Vector2, float) fullName: TinyLife.Objects.Person.Person(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) type: Constructor source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: .ctor path: ../TinyLife/Objects/Person.cs startLine: 110 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Creates a new person with the given settings. To create a new person externally, use . example: [] syntax: content: >- [JsonConstructor] protected Person(Map map, Vector2 position, float floor) parameters: - id: map type: TinyLife.World.Map description: The map. - id: position type: Microsoft.Xna.Framework.Vector2 description: The position. - id: floor type: System.Single description: The floor. content.vb: >- Protected Sub New(map As Map, position As Vector2, floor As Single) overload: TinyLife.Objects.Person.#ctor* attributes: - type: Newtonsoft.Json.JsonConstructorAttribute ctor: Newtonsoft.Json.JsonConstructorAttribute.#ctor arguments: [] nameWithType.vb: Person.New(Map, Vector2, Single) fullName.vb: TinyLife.Objects.Person.New(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single) name.vb: New(Map, Vector2, Single) - uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Objects.Person langs: - csharp - vb name: Update(GameTime, TimeSpan, float) nameWithType: Person.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Update path: ../TinyLife/Objects/Person.cs startLine: 114 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- The update method, which is called every update frame by the underlying , as well as additional places like the . Because of this, some actions might only want to be invoked if an object . To call this method while invoking all required events, use . example: [] syntax: content: public override void Update(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 that has passed since the last call - id: speedMultiplier type: System.Single description: The game speed multiplier, which represents how fast things should happen, which is usually determined by content.vb: Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single) overridden: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) overload: TinyLife.Objects.Person.Update* nameWithType.vb: Person.Update(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: Update(GameTime, TimeSpan, Single) - uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) id: CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) parent: TinyLife.Objects.Person langs: - csharp - vb name: CanExecuteAction(ActionType, ActionInfo, bool) nameWithType: Person.CanExecuteAction(ActionType, ActionInfo, bool) fullName: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: CanExecuteAction path: ../TinyLife/Objects/Person.cs startLine: 166 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- Returns the given action type's delegate's result and also checks additional conditions like , , and . This method additionally catches and handles any exceptions by printing them out as a notification to the player. example: [] syntax: content: public override CanExecuteResult CanExecuteAction(ActionType type, ActionInfo info, bool automatic) parameters: - id: type type: TinyLife.Actions.ActionType description: The action to execute. - id: info type: TinyLife.Actions.ActionInfo description: The action info - id: automatic type: System.Boolean description: Whether the action is automatically executed return: type: TinyLife.Actions.CanExecuteResult description: A that represents whether the action can be executed right now content.vb: Public Overrides Function CanExecuteAction(type As ActionType, info As ActionInfo, automatic As Boolean) As CanExecuteResult overridden: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) overload: TinyLife.Objects.Person.CanExecuteAction* nameWithType.vb: Person.CanExecuteAction(ActionType, ActionInfo, Boolean) fullName.vb: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean) name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean) - uid: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType) commentId: M:TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType) id: GetPassiveActionPriority(TinyLife.Actions.ActionType) parent: TinyLife.Objects.Person langs: - csharp - vb name: GetPassiveActionPriority(ActionType) nameWithType: Person.GetPassiveActionPriority(ActionType) fullName: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetPassiveActionPriority path: ../TinyLife/Objects/Person.cs startLine: 173 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- Returns the passive priority for the given . This method evaluates the action's own and adds additional factors like and modifiers for social actions. You can use to change the return value of this method. example: [] syntax: content: public override float GetPassiveActionPriority(ActionType type) parameters: - id: type type: TinyLife.Actions.ActionType description: The type of action to get the passive priority for return: type: System.Single description: The action's passive priority content.vb: Public Overrides Function GetPassiveActionPriority(type As ActionType) As Single overridden: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType) overload: TinyLife.Objects.Person.GetPassiveActionPriority* - uid: TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) id: GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.Person langs: - csharp - vb name: GetAiPriorityForObject(MapObject, ObjectCategory) nameWithType: Person.GetAiPriorityForObject(MapObject, ObjectCategory) fullName: TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject, TinyLife.Objects.ObjectCategory) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetAiPriorityForObject path: ../TinyLife/Objects/Person.cs startLine: 184 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- Returns the AI priority for the given obj and the given categories. This method checks the method, as well as any -speciifc AI priorities, and invokes the event. example: [] syntax: content: public override float GetAiPriorityForObject(MapObject obj, ObjectCategory categories) parameters: - id: obj type: TinyLife.Objects.MapObject description: The object. - id: categories type: TinyLife.Objects.ObjectCategory description: The categories. return: type: System.Single description: The AI priority for the object. content.vb: Public Overrides Function GetAiPriorityForObject(obj As MapObject, categories As ObjectCategory) As Single overridden: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) overload: TinyLife.Objects.Person.GetAiPriorityForObject* - uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean) commentId: M:TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean) id: ResetToStatic(System.Boolean,System.Boolean) parent: TinyLife.Objects.Person langs: - csharp - vb name: ResetToStatic(bool, bool) nameWithType: Person.ResetToStatic(bool, bool) fullName: TinyLife.Objects.Person.ResetToStatic(bool, bool) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: ResetToStatic path: ../TinyLife/Objects/Person.cs startLine: 195 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Resets this map object to a static state when the that is on is exported. example: [] syntax: content: public override bool ResetToStatic(bool thorough, bool custom) parameters: - id: thorough type: System.Boolean description: Whether a more thorough reset is expected, which usually involves normalizing additional data and cleaning up player data entirely. - id: custom type: System.Boolean description: Whether the static reset is happening in a custom context, that is, a being exported normally rather than through cheats, or a custom being exported. return: type: System.Boolean description: Whether this object should stay on the map after the static reset. If false is returned, this object is removed. content.vb: Public Overrides Function ResetToStatic(thorough As Boolean, custom As Boolean) As Boolean overridden: TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean) overload: TinyLife.Objects.Person.ResetToStatic* nameWithType.vb: Person.ResetToStatic(Boolean, Boolean) fullName.vb: TinyLife.Objects.Person.ResetToStatic(Boolean, Boolean) name.vb: ResetToStatic(Boolean, Boolean) - uid: TinyLife.Objects.Person.OnRoomCheck commentId: M:TinyLife.Objects.Person.OnRoomCheck id: OnRoomCheck parent: TinyLife.Objects.Person langs: - csharp - vb name: OnRoomCheck() nameWithType: Person.OnRoomCheck() fullName: TinyLife.Objects.Person.OnRoomCheck() type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnRoomCheck path: ../TinyLife/Objects/Person.cs startLine: 216 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- A method that is invoked in when the timer to check information about the has elapsed in . By default, various emotion modifiers are applied based on various conditions. example: [] syntax: content: protected override void OnRoomCheck() content.vb: Protected Overrides Sub OnRoomCheck() overridden: TinyLife.Objects.PersonLike.OnRoomCheck overload: TinyLife.Objects.Person.OnRoomCheck* - uid: TinyLife.Objects.Person.Validate commentId: M:TinyLife.Objects.Person.Validate id: Validate parent: TinyLife.Objects.Person langs: - csharp - vb name: Validate() nameWithType: Person.Validate() fullName: TinyLife.Objects.Person.Validate() type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Validate path: ../TinyLife/Objects/Person.cs startLine: 222 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- This method is called when this object is loaded from disk. Returning false on this method causes the object to be removed from the map. By default, this method invokes and . example: [] syntax: content: public override bool Validate() return: type: System.Boolean description: false if the object is not valid, true otherwise content.vb: Public Overrides Function Validate() As Boolean overridden: TinyLife.Objects.PersonLike.Validate overload: TinyLife.Objects.Person.Validate* - uid: TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip) commentId: M:TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip) id: GetHoverInfo(MLEM.Ui.Elements.Tooltip) parent: TinyLife.Objects.Person langs: - csharp - vb name: GetHoverInfo(Tooltip) nameWithType: Person.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetHoverInfo path: ../TinyLife/Objects/Person.cs startLine: 256 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- Allows adding a set of paragraphs and other ui elements to the given tooltip, which is then displayed when this object is hovered over using the cursor in the world. By default, this method raises for , and adds additional information for and . example: [] syntax: content: public override void GetHoverInfo(Tooltip tooltip) parameters: - id: tooltip type: MLEM.Ui.Elements.Tooltip description: The tooltip that will be displayed. content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip) overridden: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip) overload: TinyLife.Objects.Person.GetHoverInfo* - uid: TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup) id: OnAgeChanged(TinyLife.Objects.AgeGroup) parent: TinyLife.Objects.Person langs: - csharp - vb name: OnAgeChanged(AgeGroup) nameWithType: Person.OnAgeChanged(AgeGroup) fullName: TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: OnAgeChanged path: ../TinyLife/Objects/Person.cs startLine: 268 assemblies: - Tiny Life namespace: TinyLife.Objects summary: A method that is called by when this person's has just changed. Their previous age is stored in lastAge. example: [] syntax: content: protected override void OnAgeChanged(AgeGroup lastAge) parameters: - id: lastAge type: TinyLife.Objects.AgeGroup description: This person's previous age. content.vb: Protected Overrides Sub OnAgeChanged(lastAge As AgeGroup) overridden: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup) overload: TinyLife.Objects.Person.OnAgeChanged* - uid: TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2) id: GoToExitRoad(Microsoft.Xna.Framework.Vector2) parent: TinyLife.Objects.Person langs: - csharp - vb name: GoToExitRoad(Vector2) nameWithType: Person.GoToExitRoad(Vector2) fullName: TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GoToExitRoad path: ../TinyLife/Objects/Person.cs startLine: 293 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Teleports this person to the nearest exit road using . example: [] syntax: content: public override void GoToExitRoad(Vector2 closestPosition) parameters: - id: closestPosition type: Microsoft.Xna.Framework.Vector2 content.vb: Public Overrides Sub GoToExitRoad(closestPosition As Vector2) overridden: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2) overload: TinyLife.Objects.Person.GoToExitRoad* - uid: TinyLife.Objects.Person.GetCurrentGoals commentId: M:TinyLife.Objects.Person.GetCurrentGoals id: GetCurrentGoals parent: TinyLife.Objects.Person langs: - csharp - vb name: GetCurrentGoals() nameWithType: Person.GetCurrentGoals() fullName: TinyLife.Objects.Person.GetCurrentGoals() type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetCurrentGoals path: ../TinyLife/Objects/Person.cs startLine: 299 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- Returns a set of objects that this person is currently working on. To add more current goals, use . example: [] syntax: content: public override List GetCurrentGoals() return: type: System.Collections.Generic.List{TinyLife.Goals.IGoalTriggerable} description: This person's current goals content.vb: Public Overrides Function GetCurrentGoals() As List(Of IGoalTriggerable) overridden: TinyLife.Objects.PersonLike.GetCurrentGoals overload: TinyLife.Objects.Person.GetCurrentGoals* - uid: TinyLife.Objects.Person.GetProjects(System.String) commentId: M:TinyLife.Objects.Person.GetProjects(System.String) id: GetProjects(System.String) parent: TinyLife.Objects.Person langs: - csharp - vb name: GetProjects(string) nameWithType: Person.GetProjects(string) fullName: TinyLife.Objects.Person.GetProjects(string) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProjects path: ../TinyLife/Objects/Person.cs startLine: 321 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- Returns all of the projects of the given that this person has. To access all projects regardless of type, iterate the list instead. example: [] syntax: content: public IEnumerable GetProjects(string type) parameters: - id: type type: System.String description: The of project to return return: type: System.Collections.Generic.IEnumerable{TinyLife.Goals.Project} description: A set of projects that match the given type content.vb: Public Function GetProjects(type As String) As IEnumerable(Of Project) overload: TinyLife.Objects.Person.GetProjects* nameWithType.vb: Person.GetProjects(String) fullName.vb: TinyLife.Objects.Person.GetProjects(String) name.vb: GetProjects(String) - uid: TinyLife.Objects.Person.GetProject(System.String,System.String) commentId: M:TinyLife.Objects.Person.GetProject(System.String,System.String) id: GetProject(System.String,System.String) parent: TinyLife.Objects.Person langs: - csharp - vb name: GetProject(string, string) nameWithType: Person.GetProject(string, string) fullName: TinyLife.Objects.Person.GetProject(string, string) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: GetProject path: ../TinyLife/Objects/Person.cs startLine: 331 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Returns a project of the given with the given . example: [] syntax: content: public Project GetProject(string type, string name) parameters: - id: type type: System.String description: The of the project to return - id: name type: System.String description: The of the project to return return: type: TinyLife.Goals.Project description: The matching project, or null if there is none content.vb: Public Function GetProject(type As String, name As String) As Project overload: TinyLife.Objects.Person.GetProject* nameWithType.vb: Person.GetProject(String, String) fullName.vb: TinyLife.Objects.Person.GetProject(String, String) name.vb: GetProject(String, String) - uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) commentId: M:TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) id: StartProject(TinyLife.Goals.Project) parent: TinyLife.Objects.Person langs: - csharp - vb name: StartProject(Project) nameWithType: Person.StartProject(Project) fullName: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: StartProject path: ../TinyLife/Objects/Person.cs startLine: 340 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Starts a new project, adding it to the list of this person example: [] syntax: content: public virtual Project StartProject(Project project) parameters: - id: project type: TinyLife.Goals.Project description: The project to start return: type: TinyLife.Goals.Project description: The project that was passed, for chaining content.vb: Public Overridable Function StartProject(project As Project) As Project overload: TinyLife.Objects.Person.StartProject* - uid: TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32) commentId: M:TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32) id: SetJob(TinyLife.Goals.JobType,System.Int32) parent: TinyLife.Objects.Person langs: - csharp - vb name: SetJob(JobType, int) nameWithType: Person.SetJob(JobType, int) fullName: TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType, int) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: SetJob path: ../TinyLife/Objects/Person.cs startLine: 351 assemblies: - Tiny Life namespace: TinyLife.Objects summary: >- Sets this person's current to the passed single value. If null is passed, the person's job gets removed. example: [] syntax: content: >- [Obsolete("Use the new AddJob and RemoveJob instead")] public virtual void SetJob(JobType type, int level = 0) parameters: - id: type type: TinyLife.Goals.JobType description: The job to start - id: level type: System.Int32 description: The level to start this job with content.vb: >- Public Overridable Sub SetJob(type As JobType, level As Integer = 0) overload: TinyLife.Objects.Person.SetJob* attributes: - type: System.ObsoleteAttribute ctor: System.ObsoleteAttribute.#ctor(System.String) arguments: - type: System.String value: Use the new AddJob and RemoveJob instead nameWithType.vb: Person.SetJob(JobType, Integer) fullName.vb: TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType, Integer) name.vb: SetJob(JobType, Integer) - uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) commentId: M:TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) id: AddJob(TinyLife.Goals.JobType,System.Int32) parent: TinyLife.Objects.Person langs: - csharp - vb name: AddJob(JobType, int) nameWithType: Person.AddJob(JobType, int) fullName: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, int) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: AddJob path: ../TinyLife/Objects/Person.cs startLine: 365 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Adds an instance of the given to this person's list of and raises the event. example: [] syntax: content: public virtual bool AddJob(JobType type, int level = 0) parameters: - id: type type: TinyLife.Goals.JobType description: The type of job to add. - id: level type: System.Int32 description: The level to start the job at, defaults to 0. return: type: System.Boolean description: Whether the job could be added. If this is false, then this person already has a job of the given type. content.vb: Public Overridable Function AddJob(type As JobType, level As Integer = 0) As Boolean overload: TinyLife.Objects.Person.AddJob* nameWithType.vb: Person.AddJob(JobType, Integer) fullName.vb: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, Integer) name.vb: AddJob(JobType, Integer) - uid: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) commentId: M:TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) id: RemoveJob(TinyLife.Goals.JobType) parent: TinyLife.Objects.Person langs: - csharp - vb name: RemoveJob(JobType) nameWithType: Person.RemoveJob(JobType) fullName: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: RemoveJob path: ../TinyLife/Objects/Person.cs startLine: 382 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Removes instances of the given from this person's list of and raises the event. example: [] syntax: content: public virtual bool RemoveJob(JobType type) parameters: - id: type type: TinyLife.Goals.JobType description: The type to remove. return: type: System.Boolean description: Whether this person has a job of the given type. content.vb: Public Overridable Function RemoveJob(type As JobType) As Boolean overload: TinyLife.Objects.Person.RemoveJob* - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) id: Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) parent: TinyLife.Objects.Person langs: - csharp - vb name: Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]) nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]) fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.PersonLike[]) type: Method source: remote: path: TinyLife/Objects/Person.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Create path: ../TinyLife/Objects/Person.cs startLine: 400 assemblies: - Tiny Life namespace: TinyLife.Objects summary: Creates a new person with the given settings, optionally randomly generating the returned person's , , , and more. example: [] syntax: content: public static Person Create(Map map, Random random, AgeGroup allowedAges = (AgeGroup)-1, bool markRandomlyGenerated = true, bool initializeName = true, bool initializePersonality = true, bool generateMultipleOutfits = true, PersonLike[] geneticInfluences = null) parameters: - id: map type: TinyLife.World.Map description: The map to create the person for. - id: random type: System.Random description: The instance to use for generating the person. - id: allowedAges type: TinyLife.Objects.AgeGroup description: A set of flags that the person is allowed to have. - id: markRandomlyGenerated type: System.Boolean description: Whether to mark the person as . - id: initializeName type: System.Boolean description: Whether to initialize the person's , and . - id: initializePersonality type: System.Boolean description: Whether to initialize the person's . - id: generateMultipleOutfits type: System.Boolean description: Whether to generate multiple outfits, rather than just one default one. - id: geneticInfluences type: TinyLife.Objects.PersonLike[] description: A set of people that count as genetic influences, from which hair, eye and skin colors will randomly be chosen. return: type: TinyLife.Objects.Person description: The generated person. content.vb: Public Shared Function Create(map As Map, random As Random, allowedAges As AgeGroup = -1, markRandomlyGenerated As Boolean = True, initializeName As Boolean = True, initializePersonality As Boolean = True, generateMultipleOutfits As Boolean = True, geneticInfluences As PersonLike() = Nothing) As Person overload: TinyLife.Objects.Person.Create* nameWithType.vb: Person.Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike()) fullName.vb: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, Boolean, Boolean, Boolean, Boolean, TinyLife.Objects.PersonLike()) name.vb: Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike()) references: - uid: TinyLife.Objects.PersonLike commentId: T:TinyLife.Objects.PersonLike parent: TinyLife.Objects href: TinyLife.Objects.PersonLike.html name: PersonLike nameWithType: PersonLike fullName: TinyLife.Objects.PersonLike - uid: TinyLife.Objects.Person.Projects commentId: F:TinyLife.Objects.Person.Projects href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Projects name: Projects nameWithType: Person.Projects fullName: TinyLife.Objects.Person.Projects - uid: TinyLife.Objects.Person.Jobs commentId: F:TinyLife.Objects.Person.Jobs href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Jobs name: Jobs nameWithType: Person.Jobs fullName: TinyLife.Objects.Person.Jobs - uid: TinyLife.Objects.Person.Pronouns commentId: F:TinyLife.Objects.Person.Pronouns href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Pronouns name: Pronouns nameWithType: Person.Pronouns fullName: TinyLife.Objects.Person.Pronouns - uid: TinyLife.Objects commentId: N:TinyLife.Objects href: TinyLife.html name: TinyLife.Objects nameWithType: TinyLife.Objects fullName: TinyLife.Objects spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Objects name: Objects href: TinyLife.Objects.html - uid: 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.Objects.MapObject commentId: T:TinyLife.Objects.MapObject parent: TinyLife.Objects href: TinyLife.Objects.MapObject.html name: MapObject nameWithType: MapObject fullName: TinyLife.Objects.MapObject - uid: MLEM.Misc.IGenericDataHolder commentId: T:MLEM.Misc.IGenericDataHolder parent: MLEM.Misc isExternal: true name: IGenericDataHolder nameWithType: IGenericDataHolder fullName: MLEM.Misc.IGenericDataHolder - uid: TinyLife.Objects.IUpdatingObject commentId: T:TinyLife.Objects.IUpdatingObject parent: TinyLife.Objects href: TinyLife.Objects.IUpdatingObject.html name: IUpdatingObject nameWithType: IUpdatingObject fullName: TinyLife.Objects.IUpdatingObject - uid: TinyLife.Objects.PersonLike.DefaultWalkSpeed commentId: F:TinyLife.Objects.PersonLike.DefaultWalkSpeed parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DefaultWalkSpeed name: DefaultWalkSpeed nameWithType: PersonLike.DefaultWalkSpeed fullName: TinyLife.Objects.PersonLike.DefaultWalkSpeed - uid: TinyLife.Objects.PersonLike.AgeGroups commentId: F:TinyLife.Objects.PersonLike.AgeGroups parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AgeGroups name: AgeGroups nameWithType: PersonLike.AgeGroups fullName: TinyLife.Objects.PersonLike.AgeGroups - uid: TinyLife.Objects.PersonLike.SpeakSounds commentId: F:TinyLife.Objects.PersonLike.SpeakSounds parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SpeakSounds name: SpeakSounds nameWithType: PersonLike.SpeakSounds fullName: TinyLife.Objects.PersonLike.SpeakSounds - uid: TinyLife.Objects.PersonLike.SpeakStyles commentId: F:TinyLife.Objects.PersonLike.SpeakStyles parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SpeakStyles name: SpeakStyles nameWithType: PersonLike.SpeakStyles fullName: TinyLife.Objects.PersonLike.SpeakStyles - uid: TinyLife.Objects.PersonLike.VoiceStyles commentId: F:TinyLife.Objects.PersonLike.VoiceStyles parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VoiceStyles name: VoiceStyles nameWithType: PersonLike.VoiceStyles fullName: TinyLife.Objects.PersonLike.VoiceStyles - uid: TinyLife.Objects.PersonLike.ParentInfo commentId: P:TinyLife.Objects.PersonLike.ParentInfo parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ParentInfo name: ParentInfo nameWithType: PersonLike.ParentInfo fullName: TinyLife.Objects.PersonLike.ParentInfo - uid: TinyLife.Objects.PersonLike.CurrentActions commentId: F:TinyLife.Objects.PersonLike.CurrentActions parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentActions name: CurrentActions nameWithType: PersonLike.CurrentActions fullName: TinyLife.Objects.PersonLike.CurrentActions - uid: TinyLife.Objects.PersonLike.ActionQueue commentId: F:TinyLife.Objects.PersonLike.ActionQueue parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ActionQueue name: ActionQueue nameWithType: PersonLike.ActionQueue fullName: TinyLife.Objects.PersonLike.ActionQueue - uid: TinyLife.Objects.PersonLike.AllActions commentId: P:TinyLife.Objects.PersonLike.AllActions parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AllActions name: AllActions nameWithType: PersonLike.AllActions fullName: TinyLife.Objects.PersonLike.AllActions - uid: TinyLife.Objects.PersonLike.Needs commentId: F:TinyLife.Objects.PersonLike.Needs parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Needs name: Needs nameWithType: PersonLike.Needs fullName: TinyLife.Objects.PersonLike.Needs - uid: TinyLife.Objects.PersonLike.Skills commentId: F:TinyLife.Objects.PersonLike.Skills parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Skills name: Skills nameWithType: PersonLike.Skills fullName: TinyLife.Objects.PersonLike.Skills - uid: TinyLife.Objects.PersonLike.Relationships commentId: F:TinyLife.Objects.PersonLike.Relationships parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Relationships name: Relationships nameWithType: PersonLike.Relationships fullName: TinyLife.Objects.PersonLike.Relationships - uid: TinyLife.Objects.PersonLike.Outfits commentId: F:TinyLife.Objects.PersonLike.Outfits parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Outfits name: Outfits nameWithType: PersonLike.Outfits fullName: TinyLife.Objects.PersonLike.Outfits - uid: TinyLife.Objects.PersonLike.PersonalityTypes commentId: F:TinyLife.Objects.PersonLike.PersonalityTypes parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PersonalityTypes name: PersonalityTypes nameWithType: PersonLike.PersonalityTypes fullName: TinyLife.Objects.PersonLike.PersonalityTypes - uid: TinyLife.Objects.PersonLike.EmotionModifiers commentId: F:TinyLife.Objects.PersonLike.EmotionModifiers parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EmotionModifiers name: EmotionModifiers nameWithType: PersonLike.EmotionModifiers fullName: TinyLife.Objects.PersonLike.EmotionModifiers - uid: TinyLife.Objects.PersonLike.Memories commentId: F:TinyLife.Objects.PersonLike.Memories parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Memories name: Memories nameWithType: PersonLike.Memories fullName: TinyLife.Objects.PersonLike.Memories - uid: TinyLife.Objects.PersonLike.FirstName commentId: F:TinyLife.Objects.PersonLike.FirstName parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FirstName name: FirstName nameWithType: PersonLike.FirstName fullName: TinyLife.Objects.PersonLike.FirstName - uid: TinyLife.Objects.PersonLike.LastName commentId: F:TinyLife.Objects.PersonLike.LastName parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LastName name: LastName nameWithType: PersonLike.LastName fullName: TinyLife.Objects.PersonLike.LastName - uid: TinyLife.Objects.PersonLike.FullName commentId: P:TinyLife.Objects.PersonLike.FullName parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FullName name: FullName nameWithType: PersonLike.FullName fullName: TinyLife.Objects.PersonLike.FullName - uid: TinyLife.Objects.PersonLike.Rotation commentId: P:TinyLife.Objects.PersonLike.Rotation parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Rotation name: Rotation nameWithType: PersonLike.Rotation fullName: TinyLife.Objects.PersonLike.Rotation - uid: TinyLife.Objects.PersonLike.Household commentId: P:TinyLife.Objects.PersonLike.Household parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Household name: Household nameWithType: PersonLike.Household fullName: TinyLife.Objects.PersonLike.Household - uid: TinyLife.Objects.PersonLike.CurrentEmote commentId: P:TinyLife.Objects.PersonLike.CurrentEmote parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentEmote name: CurrentEmote nameWithType: PersonLike.CurrentEmote fullName: TinyLife.Objects.PersonLike.CurrentEmote - uid: TinyLife.Objects.PersonLike.VisitingLot commentId: P:TinyLife.Objects.PersonLike.VisitingLot parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VisitingLot name: VisitingLot nameWithType: PersonLike.VisitingLot fullName: TinyLife.Objects.PersonLike.VisitingLot - uid: TinyLife.Objects.PersonLike.LotVisitCooldown commentId: P:TinyLife.Objects.PersonLike.LotVisitCooldown parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LotVisitCooldown name: LotVisitCooldown nameWithType: PersonLike.LotVisitCooldown fullName: TinyLife.Objects.PersonLike.LotVisitCooldown - uid: TinyLife.Objects.PersonLike.WasInvitedIn commentId: F:TinyLife.Objects.PersonLike.WasInvitedIn parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_WasInvitedIn name: WasInvitedIn nameWithType: PersonLike.WasInvitedIn fullName: TinyLife.Objects.PersonLike.WasInvitedIn - uid: TinyLife.Objects.PersonLike.Emotion commentId: P:TinyLife.Objects.PersonLike.Emotion parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Emotion name: Emotion nameWithType: PersonLike.Emotion fullName: TinyLife.Objects.PersonLike.Emotion - uid: TinyLife.Objects.PersonLike.EmotionAmount commentId: P:TinyLife.Objects.PersonLike.EmotionAmount parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EmotionAmount name: EmotionAmount nameWithType: PersonLike.EmotionAmount fullName: TinyLife.Objects.PersonLike.EmotionAmount - uid: TinyLife.Objects.PersonLike.IsMoving commentId: P:TinyLife.Objects.PersonLike.IsMoving parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsMoving name: IsMoving nameWithType: PersonLike.IsMoving fullName: TinyLife.Objects.PersonLike.IsMoving - uid: TinyLife.Objects.PersonLike.CurrentOutfitIndex commentId: P:TinyLife.Objects.PersonLike.CurrentOutfitIndex parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentOutfitIndex name: CurrentOutfitIndex nameWithType: PersonLike.CurrentOutfitIndex fullName: TinyLife.Objects.PersonLike.CurrentOutfitIndex - uid: TinyLife.Objects.PersonLike.CurrentOutfit commentId: P:TinyLife.Objects.PersonLike.CurrentOutfit parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentOutfit name: CurrentOutfit nameWithType: PersonLike.CurrentOutfit fullName: TinyLife.Objects.PersonLike.CurrentOutfit - uid: TinyLife.Objects.PersonLike.IsCurrentHousehold commentId: P:TinyLife.Objects.PersonLike.IsCurrentHousehold parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsCurrentHousehold name: IsCurrentHousehold nameWithType: PersonLike.IsCurrentHousehold fullName: TinyLife.Objects.PersonLike.IsCurrentHousehold - uid: TinyLife.Objects.PersonLike.LifeSpan commentId: P:TinyLife.Objects.PersonLike.LifeSpan parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LifeSpan name: LifeSpan nameWithType: PersonLike.LifeSpan fullName: TinyLife.Objects.PersonLike.LifeSpan - uid: TinyLife.Objects.PersonLike.HomeLot commentId: P:TinyLife.Objects.PersonLike.HomeLot parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HomeLot name: HomeLot nameWithType: PersonLike.HomeLot fullName: TinyLife.Objects.PersonLike.HomeLot - uid: TinyLife.Objects.PersonLike.Money commentId: P:TinyLife.Objects.PersonLike.Money parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Money name: Money nameWithType: PersonLike.Money fullName: TinyLife.Objects.PersonLike.Money - uid: TinyLife.Objects.PersonLike.Description commentId: F:TinyLife.Objects.PersonLike.Description parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Description name: Description nameWithType: PersonLike.Description fullName: TinyLife.Objects.PersonLike.Description - uid: TinyLife.Objects.PersonLike.IsDead commentId: F:TinyLife.Objects.PersonLike.IsDead parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsDead name: IsDead nameWithType: PersonLike.IsDead fullName: TinyLife.Objects.PersonLike.IsDead - uid: TinyLife.Objects.PersonLike.CurrentAgeDays commentId: F:TinyLife.Objects.PersonLike.CurrentAgeDays parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentAgeDays name: CurrentAgeDays nameWithType: PersonLike.CurrentAgeDays fullName: TinyLife.Objects.PersonLike.CurrentAgeDays - uid: TinyLife.Objects.PersonLike.DaysLived commentId: F:TinyLife.Objects.PersonLike.DaysLived parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DaysLived name: DaysLived nameWithType: PersonLike.DaysLived fullName: TinyLife.Objects.PersonLike.DaysLived - uid: TinyLife.Objects.PersonLike.RandomlyGenerated commentId: P:TinyLife.Objects.PersonLike.RandomlyGenerated parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RandomlyGenerated name: RandomlyGenerated nameWithType: PersonLike.RandomlyGenerated fullName: TinyLife.Objects.PersonLike.RandomlyGenerated - uid: TinyLife.Objects.PersonLike.VisuallyOccupiedSpot commentId: P:TinyLife.Objects.PersonLike.VisuallyOccupiedSpot parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VisuallyOccupiedSpot name: VisuallyOccupiedSpot nameWithType: PersonLike.VisuallyOccupiedSpot fullName: TinyLife.Objects.PersonLike.VisuallyOccupiedSpot - uid: TinyLife.Objects.PersonLike.OccupiedFurniture commentId: P:TinyLife.Objects.PersonLike.OccupiedFurniture parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupiedFurniture name: OccupiedFurniture nameWithType: PersonLike.OccupiedFurniture fullName: TinyLife.Objects.PersonLike.OccupiedFurniture - uid: TinyLife.Objects.PersonLike.CurrentPose commentId: F:TinyLife.Objects.PersonLike.CurrentPose parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentPose name: CurrentPose nameWithType: PersonLike.CurrentPose fullName: TinyLife.Objects.PersonLike.CurrentPose - uid: TinyLife.Objects.PersonLike.WornLayers commentId: F:TinyLife.Objects.PersonLike.WornLayers parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_WornLayers name: WornLayers nameWithType: PersonLike.WornLayers fullName: TinyLife.Objects.PersonLike.WornLayers - uid: TinyLife.Objects.PersonLike.AnimateHeldObject commentId: F:TinyLife.Objects.PersonLike.AnimateHeldObject parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AnimateHeldObject name: AnimateHeldObject nameWithType: PersonLike.AnimateHeldObject fullName: TinyLife.Objects.PersonLike.AnimateHeldObject - uid: TinyLife.Objects.PersonLike.HeldObjectRotation commentId: F:TinyLife.Objects.PersonLike.HeldObjectRotation parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HeldObjectRotation name: HeldObjectRotation nameWithType: PersonLike.HeldObjectRotation fullName: TinyLife.Objects.PersonLike.HeldObjectRotation - uid: TinyLife.Objects.PersonLike.AnimationSpeed commentId: F:TinyLife.Objects.PersonLike.AnimationSpeed parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AnimationSpeed name: AnimationSpeed nameWithType: PersonLike.AnimationSpeed fullName: TinyLife.Objects.PersonLike.AnimationSpeed - uid: TinyLife.Objects.PersonLike.Tint commentId: F:TinyLife.Objects.PersonLike.Tint parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Tint name: Tint nameWithType: PersonLike.Tint fullName: TinyLife.Objects.PersonLike.Tint - uid: TinyLife.Objects.PersonLike.VisualPosition commentId: P:TinyLife.Objects.PersonLike.VisualPosition parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VisualPosition name: VisualPosition nameWithType: PersonLike.VisualPosition fullName: TinyLife.Objects.PersonLike.VisualPosition - uid: TinyLife.Objects.PersonLike.Portrait commentId: P:TinyLife.Objects.PersonLike.Portrait parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Portrait name: Portrait nameWithType: PersonLike.Portrait fullName: TinyLife.Objects.PersonLike.Portrait - uid: TinyLife.Objects.PersonLike.RecentActions commentId: P:TinyLife.Objects.PersonLike.RecentActions parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RecentActions name: RecentActions nameWithType: PersonLike.RecentActions fullName: TinyLife.Objects.PersonLike.RecentActions - uid: TinyLife.Objects.PersonLike.RelationshipInterestingness commentId: P:TinyLife.Objects.PersonLike.RelationshipInterestingness parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RelationshipInterestingness name: RelationshipInterestingness nameWithType: PersonLike.RelationshipInterestingness fullName: TinyLife.Objects.PersonLike.RelationshipInterestingness - uid: TinyLife.Objects.PersonLike.VoiceStyle commentId: F:TinyLife.Objects.PersonLike.VoiceStyle parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VoiceStyle name: VoiceStyle nameWithType: PersonLike.VoiceStyle fullName: TinyLife.Objects.PersonLike.VoiceStyle - uid: TinyLife.Objects.PersonLike.VoicePitch commentId: F:TinyLife.Objects.PersonLike.VoicePitch parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VoicePitch name: VoicePitch nameWithType: PersonLike.VoicePitch fullName: TinyLife.Objects.PersonLike.VoicePitch - uid: TinyLife.Objects.PersonLike.CurrentSpeakStyle commentId: P:TinyLife.Objects.PersonLike.CurrentSpeakStyle parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentSpeakStyle name: CurrentSpeakStyle nameWithType: PersonLike.CurrentSpeakStyle fullName: TinyLife.Objects.PersonLike.CurrentSpeakStyle - uid: TinyLife.Objects.PersonLike.Age commentId: P:TinyLife.Objects.PersonLike.Age parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Age name: Age nameWithType: PersonLike.Age fullName: TinyLife.Objects.PersonLike.Age - uid: TinyLife.Objects.PersonLike.PregnancyHoursRemaining commentId: P:TinyLife.Objects.PersonLike.PregnancyHoursRemaining parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PregnancyHoursRemaining name: PregnancyHoursRemaining nameWithType: PersonLike.PregnancyHoursRemaining fullName: TinyLife.Objects.PersonLike.PregnancyHoursRemaining - uid: TinyLife.Objects.PersonLike.PregnancyPartner commentId: P:TinyLife.Objects.PersonLike.PregnancyPartner parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PregnancyPartner name: PregnancyPartner nameWithType: PersonLike.PregnancyPartner fullName: TinyLife.Objects.PersonLike.PregnancyPartner - uid: TinyLife.Objects.PersonLike.IsInLabor commentId: F:TinyLife.Objects.PersonLike.IsInLabor parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsInLabor name: IsInLabor nameWithType: PersonLike.IsInLabor fullName: TinyLife.Objects.PersonLike.IsInLabor - uid: TinyLife.Objects.PersonLike.IsPregnant commentId: P:TinyLife.Objects.PersonLike.IsPregnant parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsPregnant name: IsPregnant nameWithType: PersonLike.IsPregnant fullName: TinyLife.Objects.PersonLike.IsPregnant - uid: TinyLife.Objects.PersonLike.IsAllowedToDie commentId: P:TinyLife.Objects.PersonLike.IsAllowedToDie parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsAllowedToDie name: IsAllowedToDie nameWithType: PersonLike.IsAllowedToDie fullName: TinyLife.Objects.PersonLike.IsAllowedToDie - uid: TinyLife.Objects.PersonLike.PregnancyAbility commentId: F:TinyLife.Objects.PersonLike.PregnancyAbility parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PregnancyAbility name: PregnancyAbility nameWithType: PersonLike.PregnancyAbility fullName: TinyLife.Objects.PersonLike.PregnancyAbility - uid: TinyLife.Objects.PersonLike.Difficulty commentId: P:TinyLife.Objects.PersonLike.Difficulty parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Difficulty name: Difficulty nameWithType: PersonLike.Difficulty fullName: TinyLife.Objects.PersonLike.Difficulty - uid: TinyLife.Objects.PersonLike.CurrentMode commentId: P:TinyLife.Objects.PersonLike.CurrentMode parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentMode name: CurrentMode nameWithType: PersonLike.CurrentMode fullName: TinyLife.Objects.PersonLike.CurrentMode - uid: TinyLife.Objects.PersonLike.OnActionsChanged commentId: E:TinyLife.Objects.PersonLike.OnActionsChanged parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionsChanged name: OnActionsChanged nameWithType: PersonLike.OnActionsChanged fullName: TinyLife.Objects.PersonLike.OnActionsChanged - uid: TinyLife.Objects.PersonLike.OnNewSkillLearned commentId: E:TinyLife.Objects.PersonLike.OnNewSkillLearned parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewSkillLearned name: OnNewSkillLearned nameWithType: PersonLike.OnNewSkillLearned fullName: TinyLife.Objects.PersonLike.OnNewSkillLearned - uid: TinyLife.Objects.PersonLike.OnEmotionModifiersChanged commentId: E:TinyLife.Objects.PersonLike.OnEmotionModifiersChanged parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnEmotionModifiersChanged name: OnEmotionModifiersChanged nameWithType: PersonLike.OnEmotionModifiersChanged fullName: TinyLife.Objects.PersonLike.OnEmotionModifiersChanged - uid: TinyLife.Objects.PersonLike.OnEmotionChanged commentId: E:TinyLife.Objects.PersonLike.OnEmotionChanged parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnEmotionChanged name: OnEmotionChanged nameWithType: PersonLike.OnEmotionChanged fullName: TinyLife.Objects.PersonLike.OnEmotionChanged - uid: TinyLife.Objects.PersonLike.OnGetEfficiencyModifier commentId: E:TinyLife.Objects.PersonLike.OnGetEfficiencyModifier parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetEfficiencyModifier name: OnGetEfficiencyModifier nameWithType: PersonLike.OnGetEfficiencyModifier fullName: TinyLife.Objects.PersonLike.OnGetEfficiencyModifier - uid: TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost commentId: E:TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetPersonalitySkillBoost name: OnGetPersonalitySkillBoost nameWithType: PersonLike.OnGetPersonalitySkillBoost fullName: TinyLife.Objects.PersonLike.OnGetPersonalitySkillBoost - uid: TinyLife.Objects.PersonLike.OnGetEmotionSkillBoost commentId: E:TinyLife.Objects.PersonLike.OnGetEmotionSkillBoost parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetEmotionSkillBoost name: OnGetEmotionSkillBoost nameWithType: PersonLike.OnGetEmotionSkillBoost fullName: TinyLife.Objects.PersonLike.OnGetEmotionSkillBoost - uid: TinyLife.Objects.PersonLike.OnGetWalkSpeed commentId: E:TinyLife.Objects.PersonLike.OnGetWalkSpeed parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetWalkSpeed name: OnGetWalkSpeed nameWithType: PersonLike.OnGetWalkSpeed fullName: TinyLife.Objects.PersonLike.OnGetWalkSpeed - uid: TinyLife.Objects.PersonLike.OnGetPassiveActionPriority commentId: E:TinyLife.Objects.PersonLike.OnGetPassiveActionPriority parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetPassiveActionPriority name: OnGetPassiveActionPriority nameWithType: PersonLike.OnGetPassiveActionPriority fullName: TinyLife.Objects.PersonLike.OnGetPassiveActionPriority - uid: TinyLife.Objects.PersonLike.OnGetAiPriorityForObject commentId: E:TinyLife.Objects.PersonLike.OnGetAiPriorityForObject parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetAiPriorityForObject name: OnGetAiPriorityForObject nameWithType: PersonLike.OnGetAiPriorityForObject fullName: TinyLife.Objects.PersonLike.OnGetAiPriorityForObject - uid: TinyLife.Objects.PersonLike.OnActionInitialized commentId: E:TinyLife.Objects.PersonLike.OnActionInitialized parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionInitialized name: OnActionInitialized nameWithType: PersonLike.OnActionInitialized fullName: TinyLife.Objects.PersonLike.OnActionInitialized - uid: TinyLife.Objects.PersonLike.OnActionsCompleted commentId: E:TinyLife.Objects.PersonLike.OnActionsCompleted parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionsCompleted name: OnActionsCompleted nameWithType: PersonLike.OnActionsCompleted fullName: TinyLife.Objects.PersonLike.OnActionsCompleted - uid: TinyLife.Objects.PersonLike.OnActionUpdated commentId: E:TinyLife.Objects.PersonLike.OnActionUpdated parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionUpdated name: OnActionUpdated nameWithType: PersonLike.OnActionUpdated fullName: TinyLife.Objects.PersonLike.OnActionUpdated - uid: TinyLife.Objects.PersonLike.OnOutfitChanged commentId: E:TinyLife.Objects.PersonLike.OnOutfitChanged parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnOutfitChanged name: OnOutfitChanged nameWithType: PersonLike.OnOutfitChanged fullName: TinyLife.Objects.PersonLike.OnOutfitChanged - uid: TinyLife.Objects.PersonLike.OnRestoreNeed commentId: E:TinyLife.Objects.PersonLike.OnRestoreNeed parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnRestoreNeed name: OnRestoreNeed nameWithType: PersonLike.OnRestoreNeed fullName: TinyLife.Objects.PersonLike.OnRestoreNeed - uid: TinyLife.Objects.PersonLike.OnChangeFriendship commentId: E:TinyLife.Objects.PersonLike.OnChangeFriendship parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnChangeFriendship name: OnChangeFriendship nameWithType: PersonLike.OnChangeFriendship fullName: TinyLife.Objects.PersonLike.OnChangeFriendship - uid: TinyLife.Objects.PersonLike.OnChangeRomance commentId: E:TinyLife.Objects.PersonLike.OnChangeRomance parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnChangeRomance name: OnChangeRomance nameWithType: PersonLike.OnChangeRomance fullName: TinyLife.Objects.PersonLike.OnChangeRomance - uid: TinyLife.Objects.PersonLike.OnMemoriesChanged commentId: E:TinyLife.Objects.PersonLike.OnMemoriesChanged parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnMemoriesChanged name: OnMemoriesChanged nameWithType: PersonLike.OnMemoriesChanged fullName: TinyLife.Objects.PersonLike.OnMemoriesChanged - uid: TinyLife.Objects.PersonLike.OnGetCurrentGoals commentId: E:TinyLife.Objects.PersonLike.OnGetCurrentGoals parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetCurrentGoals name: OnGetCurrentGoals nameWithType: PersonLike.OnGetCurrentGoals fullName: TinyLife.Objects.PersonLike.OnGetCurrentGoals - uid: TinyLife.Objects.PersonLike.OnAddEmotion commentId: E:TinyLife.Objects.PersonLike.OnAddEmotion parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnAddEmotion name: OnAddEmotion nameWithType: PersonLike.OnAddEmotion fullName: TinyLife.Objects.PersonLike.OnAddEmotion - uid: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) commentId: M:TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ name: Draw(GameTime, object, Vector2, Color?, List) nameWithType: PersonLike.Draw(GameTime, object, Vector2, Color?, List) fullName: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List) nameWithType.vb: PersonLike.Draw(GameTime, Object, Vector2, Color?, List(Of StaticSpriteBatch.Item)) fullName.vb: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) name.vb: Draw(GameTime, Object, Vector2, Color?, List(Of Item)) spec.csharp: - uid: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) name: Draw href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: MLEM.Graphics.StaticSpriteBatch.Item name: Item isExternal: true - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) name: Draw href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: MLEM.Graphics.StaticSpriteBatch.Item name: Item isExternal: true - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) commentId: M:TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCategories_TinyLife_Objects_PersonLike_ name: GetCategories(PersonLike) nameWithType: PersonLike.GetCategories(PersonLike) fullName: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) name: GetCategories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCategories_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike) name: GetCategories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCategories_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) - uid: TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF) commentId: M:TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Misc_RectangleF_ name: Intersects(RectangleF) nameWithType: PersonLike.Intersects(RectangleF) fullName: TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF) spec.csharp: - uid: TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF) name: Intersects href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Misc_RectangleF_ - name: ( - uid: MLEM.Misc.RectangleF name: RectangleF isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF) name: Intersects href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Misc_RectangleF_ - name: ( - uid: MLEM.Misc.RectangleF name: RectangleF isExternal: true - name: ) - uid: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String}) commentId: M:TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String}) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__ name: GetDebugLines(GameImpl, List) nameWithType: PersonLike.GetDebugLines(GameImpl, List) fullName: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List) nameWithType.vb: PersonLike.GetDebugLines(GameImpl, List(Of String)) fullName.vb: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List(Of String)) name.vb: GetDebugLines(GameImpl, List(Of String)) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String}) name: GetDebugLines href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__ - name: ( - uid: TinyLife.GameImpl name: GameImpl href: TinyLife.GameImpl.html - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String}) name: GetDebugLines href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__ - name: ( - uid: TinyLife.GameImpl name: GameImpl href: TinyLife.GameImpl.html - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.PersonLike.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ name: GetFreeActionSpotInfo(PersonLike, ObjectCategory) nameWithType: PersonLike.GetFreeActionSpotInfo(PersonLike, ObjectCategory) fullName: TinyLife.Objects.PersonLike.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) name: GetFreeActionSpotInfo href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) name: GetFreeActionSpotInfo href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) - uid: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_ name: OnCameraRotationChanged(Direction2, Direction2) nameWithType: PersonLike.OnCameraRotationChanged(Direction2, Direction2) fullName: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2) spec.csharp: - uid: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) name: OnCameraRotationChanged href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_ - name: ( - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2) name: OnCameraRotationChanged href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnCameraRotationChanged_MLEM_Misc_Direction2_MLEM_Misc_Direction2_ - name: ( - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ) - uid: TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FocusCameraOnEvent_System_Boolean_System_Boolean_ name: FocusCameraOnEvent(bool, bool) nameWithType: PersonLike.FocusCameraOnEvent(bool, bool) fullName: TinyLife.Objects.PersonLike.FocusCameraOnEvent(bool, bool) nameWithType.vb: PersonLike.FocusCameraOnEvent(Boolean, Boolean) fullName.vb: TinyLife.Objects.PersonLike.FocusCameraOnEvent(Boolean, Boolean) name.vb: FocusCameraOnEvent(Boolean, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean) name: FocusCameraOnEvent href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FocusCameraOnEvent_System_Boolean_System_Boolean_ - 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.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean) name: FocusCameraOnEvent href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FocusCameraOnEvent_System_Boolean_System_Boolean_ - 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.Objects.PersonLike.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) commentId: M:TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_ name: MoveToMap(Map, Vector2, float) nameWithType: PersonLike.MoveToMap(Map, Vector2, float) fullName: TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float) nameWithType.vb: PersonLike.MoveToMap(Map, Vector2, Single) fullName.vb: TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single) name.vb: MoveToMap(Map, Vector2, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) name: MoveToMap href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_ - 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: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single) name: MoveToMap href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMap_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_ - 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: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Objects.PersonLike.PrepareForPermanentRemoval commentId: M:TinyLife.Objects.PersonLike.PrepareForPermanentRemoval parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PrepareForPermanentRemoval name: PrepareForPermanentRemoval() nameWithType: PersonLike.PrepareForPermanentRemoval() fullName: TinyLife.Objects.PersonLike.PrepareForPermanentRemoval() spec.csharp: - uid: TinyLife.Objects.PersonLike.PrepareForPermanentRemoval name: PrepareForPermanentRemoval href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PrepareForPermanentRemoval - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.PrepareForPermanentRemoval name: PrepareForPermanentRemoval href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_PrepareForPermanentRemoval - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot) commentId: M:TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VisitLot_TinyLife_World_Lot_ name: VisitLot(Lot) nameWithType: PersonLike.VisitLot(Lot) fullName: TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot) spec.csharp: - uid: TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot) name: VisitLot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VisitLot_TinyLife_World_Lot_ - name: ( - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot) name: VisitLot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VisitLot_TinyLife_World_Lot_ - name: ( - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ) - uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2) commentId: M:TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_ name: DrawUi(SpriteBatch, Vector2, float, Direction2) nameWithType: PersonLike.DrawUi(SpriteBatch, Vector2, float, Direction2) fullName: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, float, MLEM.Misc.Direction2) nameWithType.vb: PersonLike.DrawUi(SpriteBatch, Vector2, Single, Direction2) fullName.vb: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Single, MLEM.Misc.Direction2) name.vb: DrawUi(SpriteBatch, Vector2, Single, Direction2) spec.csharp: - uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2) name: DrawUi href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Misc.Direction2) name: DrawUi href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Misc_Direction2_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ) - uid: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRelationship_TinyLife_Objects_PersonLike_System_Boolean_ name: GetRelationship(PersonLike, bool) nameWithType: PersonLike.GetRelationship(PersonLike, bool) fullName: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike, bool) nameWithType.vb: PersonLike.GetRelationship(PersonLike, Boolean) fullName.vb: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike, Boolean) name.vb: GetRelationship(PersonLike, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean) name: GetRelationship href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRelationship_TinyLife_Objects_PersonLike_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean) name: GetRelationship href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRelationship_TinyLife_Objects_PersonLike_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_ name: ChangeFriendship(PersonLike, float, bool) nameWithType: PersonLike.ChangeFriendship(PersonLike, float, bool) fullName: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike, float, bool) nameWithType.vb: PersonLike.ChangeFriendship(PersonLike, Single, Boolean) fullName.vb: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike, Single, Boolean) name.vb: ChangeFriendship(PersonLike, Single, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean) name: ChangeFriendship href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean) name: ChangeFriendship href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_ name: ChangeRomance(PersonLike, float, bool) nameWithType: PersonLike.ChangeRomance(PersonLike, float, bool) fullName: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike, float, bool) nameWithType.vb: PersonLike.ChangeRomance(PersonLike, Single, Boolean) fullName.vb: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike, Single, Boolean) name.vb: ChangeRomance(PersonLike, Single, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean) name: ChangeRomance href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean) name: ChangeRomance href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single) commentId: M:TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmote_TinyLife_Actions_EmoteChoices_System_Boolean_System_Single_System_Single_ name: DisplayEmote(EmoteChoices, bool, float, float) nameWithType: PersonLike.DisplayEmote(EmoteChoices, bool, float, float) fullName: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices, bool, float, float) nameWithType.vb: PersonLike.DisplayEmote(EmoteChoices, Boolean, Single, Single) fullName.vb: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices, Boolean, Single, Single) name.vb: DisplayEmote(EmoteChoices, Boolean, Single, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single) name: DisplayEmote href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmote_TinyLife_Actions_EmoteChoices_System_Boolean_System_Single_System_Single_ - name: ( - uid: TinyLife.Actions.EmoteChoices name: EmoteChoices href: TinyLife.Actions.EmoteChoices.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - 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.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single) name: DisplayEmote href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmote_TinyLife_Actions_EmoteChoices_System_Boolean_System_Single_System_Single_ - name: ( - uid: TinyLife.Actions.EmoteChoices name: EmoteChoices href: TinyLife.Actions.EmoteChoices.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - 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.Objects.PersonLike.StopEmoting commentId: M:TinyLife.Objects.PersonLike.StopEmoting parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting name: StopEmoting() nameWithType: PersonLike.StopEmoting() fullName: TinyLife.Objects.PersonLike.StopEmoting() spec.csharp: - uid: TinyLife.Objects.PersonLike.StopEmoting name: StopEmoting href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.StopEmoting name: StopEmoting href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) commentId: M:TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_ name: Speak(SpeakStyle, float, float) nameWithType: PersonLike.Speak(SpeakStyle, float, float) fullName: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle, float, float) nameWithType.vb: PersonLike.Speak(SpeakStyle, Single, Single) fullName.vb: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle, Single, Single) name.vb: Speak(SpeakStyle, Single, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) name: Speak href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_ - name: ( - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.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.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single) name: Speak href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_ - name: ( - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.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.Objects.PersonLike.StopSpeaking commentId: M:TinyLife.Objects.PersonLike.StopSpeaking parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking name: StopSpeaking() nameWithType: PersonLike.StopSpeaking() fullName: TinyLife.Objects.PersonLike.StopSpeaking() spec.csharp: - uid: TinyLife.Objects.PersonLike.StopSpeaking name: StopSpeaking href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.StopSpeaking name: StopSpeaking href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single) commentId: M:TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmoteAndSpeak_TinyLife_Actions_EmoteChoices_System_Nullable_TinyLife_Objects_SpeakStyle__System_Single_System_Single_ name: DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, float, float) nameWithType: PersonLike.DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, float, float) fullName: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle?, float, float) nameWithType.vb: PersonLike.DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, Single, Single) fullName.vb: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle?, Single, Single) name.vb: DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, Single, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single) name: DisplayEmoteAndSpeak href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmoteAndSpeak_TinyLife_Actions_EmoteChoices_System_Nullable_TinyLife_Objects_SpeakStyle__System_Single_System_Single_ - name: ( - uid: TinyLife.Actions.EmoteChoices name: EmoteChoices href: TinyLife.Actions.EmoteChoices.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: '?' - 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.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single) name: DisplayEmoteAndSpeak href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmoteAndSpeak_TinyLife_Actions_EmoteChoices_System_Nullable_TinyLife_Objects_SpeakStyle__System_Single_System_Single_ - name: ( - uid: TinyLife.Actions.EmoteChoices name: EmoteChoices href: TinyLife.Actions.EmoteChoices.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: '?' - 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.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike) commentId: M:TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_ name: GetFreeTalkingSpots(PersonLike) nameWithType: PersonLike.GetFreeTalkingSpots(PersonLike) fullName: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike) name: GetFreeTalkingSpots href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike) name: GetFreeTalkingSpots href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) - uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) commentId: M:TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_ name: OccupyActionSpot(Furniture, ActionSpot, bool, Direction2?, bool) nameWithType: PersonLike.OccupyActionSpot(Furniture, ActionSpot, bool, Direction2?, bool) fullName: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, bool, MLEM.Misc.Direction2?, bool) nameWithType.vb: PersonLike.OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean) fullName.vb: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot, Boolean, MLEM.Misc.Direction2?, Boolean) name.vb: OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) name: OccupyActionSpot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_ - 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: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) name: OccupyActionSpot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_ - 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: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) commentId: M:TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_ name: OccupyFreeActionSpot(Furniture, ObjectCategory, bool, Direction2?, bool) nameWithType: PersonLike.OccupyFreeActionSpot(Furniture, ObjectCategory, bool, Direction2?, bool) fullName: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectCategory, bool, MLEM.Misc.Direction2?, bool) nameWithType.vb: PersonLike.OccupyFreeActionSpot(Furniture, ObjectCategory, Boolean, Direction2?, Boolean) fullName.vb: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectCategory, Boolean, MLEM.Misc.Direction2?, Boolean) name.vb: OccupyFreeActionSpot(Furniture, ObjectCategory, Boolean, Direction2?, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) name: OccupyFreeActionSpot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.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: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) name: OccupyFreeActionSpot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_ - name: ( - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.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: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) commentId: M:TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Misc_Direction2__System_Boolean_ name: OccupyFreeActionSpot(ActionInfo, ObjectCategory, bool, Direction2?, bool) nameWithType: PersonLike.OccupyFreeActionSpot(ActionInfo, ObjectCategory, bool, Direction2?, bool) fullName: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, bool, MLEM.Misc.Direction2?, bool) nameWithType.vb: PersonLike.OccupyFreeActionSpot(ActionInfo, ObjectCategory, Boolean, Direction2?, Boolean) fullName.vb: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, Boolean, MLEM.Misc.Direction2?, Boolean) name.vb: OccupyFreeActionSpot(ActionInfo, ObjectCategory, Boolean, Direction2?, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) name: OccupyFreeActionSpot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Misc_Direction2__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: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Misc.Direction2},System.Boolean) name: OccupyFreeActionSpot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Misc_Direction2__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: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single) commentId: M:TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsCloseForTalking_Microsoft_Xna_Framework_Vector2_System_Single_ name: IsCloseForTalking(Vector2, float) nameWithType: PersonLike.IsCloseForTalking(Vector2, float) fullName: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2, float) nameWithType.vb: PersonLike.IsCloseForTalking(Vector2, Single) fullName.vb: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2, Single) name.vb: IsCloseForTalking(Vector2, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single) name: IsCloseForTalking href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsCloseForTalking_Microsoft_Xna_Framework_Vector2_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 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.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single) name: IsCloseForTalking href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsCloseForTalking_Microsoft_Xna_Framework_Vector2_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType) commentId: M:TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_ name: GetNeed(NeedType) nameWithType: PersonLike.GetNeed(NeedType) fullName: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType) name: GetNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType) name: GetNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ) - uid: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType) commentId: M:TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_ name: GetNeedPercentage(NeedType) nameWithType: PersonLike.GetNeedPercentage(NeedType) fullName: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType) name: GetNeedPercentage href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType) name: GetNeedPercentage href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ) - uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) commentId: M:TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_System_Single_ name: RestoreNeed(NeedType, float, ActionInfo, float) nameWithType: PersonLike.RestoreNeed(NeedType, float, ActionInfo, float) fullName: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, float, TinyLife.Actions.ActionInfo, float) nameWithType.vb: PersonLike.RestoreNeed(NeedType, Single, ActionInfo, Single) fullName.vb: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, Single, TinyLife.Actions.ActionInfo, Single) name.vb: RestoreNeed(NeedType, Single, ActionInfo, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) name: RestoreNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_System_Single_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single) name: RestoreNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_System_Single_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_ name: RestoreNeed(NeedType, float, ActionInfo, SkillType, float) nameWithType: PersonLike.RestoreNeed(NeedType, float, ActionInfo, SkillType, float) fullName: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) nameWithType.vb: PersonLike.RestoreNeed(NeedType, Single, ActionInfo, SkillType, Single) fullName.vb: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, Single) name.vb: RestoreNeed(NeedType, Single, ActionInfo, SkillType, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) name: RestoreNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - 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: ) spec.vb: - uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) name: RestoreNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - 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: ) - uid: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkill_TinyLife_Skills_SkillType_System_Boolean_ name: GetSkill(SkillType, bool) nameWithType: PersonLike.GetSkill(SkillType, bool) fullName: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType, bool) nameWithType.vb: PersonLike.GetSkill(SkillType, Boolean) fullName.vb: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType, Boolean) name.vb: GetSkill(SkillType, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean) name: GetSkill href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkill_TinyLife_Skills_SkillType_System_Boolean_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean) name: GetSkill href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkill_TinyLife_Skills_SkillType_System_Boolean_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType) commentId: M:TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillTotalPercentage_TinyLife_Skills_SkillType_ name: GetSkillTotalPercentage(SkillType) nameWithType: PersonLike.GetSkillTotalPercentage(SkillType) fullName: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType) name: GetSkillTotalPercentage href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillTotalPercentage_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType) name: GetSkillTotalPercentage href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillTotalPercentage_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) - uid: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType) commentId: M:TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillPointPercentage_TinyLife_Skills_SkillType_ name: GetSkillPointPercentage(SkillType) nameWithType: PersonLike.GetSkillPointPercentage(SkillType) fullName: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType) name: GetSkillPointPercentage href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillPointPercentage_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType) name: GetSkillPointPercentage href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillPointPercentage_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) - uid: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType) commentId: M:TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillLevel_TinyLife_Skills_SkillType_ name: GetSkillLevel(SkillType) nameWithType: PersonLike.GetSkillLevel(SkillType) fullName: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType) name: GetSkillLevel href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillLevel_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType) name: GetSkillLevel href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillLevel_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) - uid: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32) commentId: M:TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasSkillLevel_TinyLife_Skills_SkillType_System_Int32_ name: HasSkillLevel(SkillType, int) nameWithType: PersonLike.HasSkillLevel(SkillType, int) fullName: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType, int) nameWithType.vb: PersonLike.HasSkillLevel(SkillType, Integer) fullName.vb: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType, Integer) name.vb: HasSkillLevel(SkillType, Integer) spec.csharp: - uid: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32) name: HasSkillLevel href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasSkillLevel_TinyLife_Skills_SkillType_System_Int32_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32) name: HasSkillLevel href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasSkillLevel_TinyLife_Skills_SkillType_System_Int32_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single) commentId: M:TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GainSkill_TinyLife_Skills_SkillType_System_Single_TinyLife_Actions_ActionInfo_System_Single_ name: GainSkill(SkillType, float, ActionInfo, float) nameWithType: PersonLike.GainSkill(SkillType, float, ActionInfo, float) fullName: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType, float, TinyLife.Actions.ActionInfo, float) nameWithType.vb: PersonLike.GainSkill(SkillType, Single, ActionInfo, Single) fullName.vb: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType, Single, TinyLife.Actions.ActionInfo, Single) name.vb: GainSkill(SkillType, Single, ActionInfo, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single) name: GainSkill href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GainSkill_TinyLife_Skills_SkillType_System_Single_TinyLife_Actions_ActionInfo_System_Single_ - 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: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single) name: GainSkill href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GainSkill_TinyLife_Skills_SkillType_System_Single_TinyLife_Actions_ActionInfo_System_Single_ - 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: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single) commentId: M:TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DepleteNeed_TinyLife_NeedType_System_Single_System_Single_ name: DepleteNeed(NeedType, float, float) nameWithType: PersonLike.DepleteNeed(NeedType, float, float) fullName: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType, float, float) nameWithType.vb: PersonLike.DepleteNeed(NeedType, Single, Single) fullName.vb: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType, Single, Single) name.vb: DepleteNeed(NeedType, Single, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single) name: DepleteNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DepleteNeed_TinyLife_NeedType_System_Single_System_Single_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.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.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single) name: DepleteNeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DepleteNeed_TinyLife_NeedType_System_Single_System_Single_ - name: ( - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.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.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType) commentId: M:TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_ name: HasPersonality(PersonalityType) nameWithType: PersonLike.HasPersonality(PersonalityType) fullName: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType) spec.csharp: - uid: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType) name: HasPersonality href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_ - name: ( - uid: TinyLife.PersonalityType name: PersonalityType href: TinyLife.PersonalityType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType) name: HasPersonality href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_ - name: ( - uid: TinyLife.PersonalityType name: PersonalityType href: TinyLife.PersonalityType.html - name: ) - uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[]) commentId: M:TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[]) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___ name: EnqueueAction(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[]) nameWithType: PersonLike.EnqueueAction(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[]) fullName: TinyLife.Objects.PersonLike.EnqueueAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, bool, params TinyLife.Actions.ActionArgument[]) nameWithType.vb: PersonLike.EnqueueAction(Of T)(ActionType, ActionInfo, Boolean, Boolean, Boolean, ParamArray ActionArgument()) fullName.vb: TinyLife.Objects.PersonLike.EnqueueAction(Of T)(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean, Boolean, ParamArray TinyLife.Actions.ActionArgument()) name.vb: EnqueueAction(Of T)(ActionType, ActionInfo, Boolean, Boolean, Boolean, ParamArray ActionArgument()) spec.csharp: - uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[]) name: EnqueueAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___ - name: < - name: T - name: '>' - 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: ',' - 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: " " - name: params - name: " " - uid: TinyLife.Actions.ActionArgument name: ActionArgument href: TinyLife.Actions.ActionArgument.html - name: '[' - name: ']' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[]) name: EnqueueAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___ - name: ( - name: Of - name: " " - name: T - name: ) - 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: ',' - 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: " " - name: ParamArray - name: " " - uid: TinyLife.Actions.ActionArgument name: ActionArgument href: TinyLife.Actions.ActionArgument.html - name: ( - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CancelAction_TinyLife_Actions_Action_TinyLife_Actions_Action_System_Boolean_ name: CancelAction(Action, Action, bool) nameWithType: PersonLike.CancelAction(Action, Action, bool) fullName: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action, TinyLife.Actions.Action, bool) nameWithType.vb: PersonLike.CancelAction(Action, Action, Boolean) fullName.vb: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action, TinyLife.Actions.Action, Boolean) name.vb: CancelAction(Action, Action, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean) name: CancelAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CancelAction_TinyLife_Actions_Action_TinyLife_Actions_Action_System_Boolean_ - 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: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean) name: CancelAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CancelAction_TinyLife_Actions_Action_TinyLife_Actions_Action_System_Boolean_ - 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: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean) commentId: M:TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_ name: GetHeldObject(bool) nameWithType: PersonLike.GetHeldObject(bool) fullName: TinyLife.Objects.PersonLike.GetHeldObject(bool) nameWithType.vb: PersonLike.GetHeldObject(Of T)(Boolean) fullName.vb: TinyLife.Objects.PersonLike.GetHeldObject(Of T)(Boolean) name.vb: GetHeldObject(Of T)(Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean) name: GetHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_ - name: < - name: T - name: '>' - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean) name: GetHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean) commentId: M:TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject__1_TinyLife_Objects_FurnitureType_System_Int32___System_Nullable_System_Guid__System_Boolean_ name: SetHeldObject(FurnitureType, int[], Guid?, bool) nameWithType: PersonLike.SetHeldObject(FurnitureType, int[], Guid?, bool) fullName: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.FurnitureType, int[], System.Guid?, bool) nameWithType.vb: PersonLike.SetHeldObject(Of T)(FurnitureType, Integer(), Guid?, Boolean) fullName.vb: TinyLife.Objects.PersonLike.SetHeldObject(Of T)(TinyLife.Objects.FurnitureType, Integer(), System.Guid?, Boolean) name.vb: SetHeldObject(Of T)(FurnitureType, Integer(), Guid?, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean) name: SetHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject__1_TinyLife_Objects_FurnitureType_System_Int32___System_Nullable_System_Guid__System_Boolean_ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Objects.FurnitureType name: FurnitureType href: TinyLife.Objects.FurnitureType.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '[' - name: ']' - name: ',' - name: " " - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: '?' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean) name: SetHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject__1_TinyLife_Objects_FurnitureType_System_Int32___System_Nullable_System_Guid__System_Boolean_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Objects.FurnitureType name: FurnitureType href: TinyLife.Objects.FurnitureType.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ( - name: ) - name: ',' - name: " " - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: '?' - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject_TinyLife_Objects_MapObject_System_Boolean_ name: SetHeldObject(MapObject, bool) nameWithType: PersonLike.SetHeldObject(MapObject, bool) fullName: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject, bool) nameWithType.vb: PersonLike.SetHeldObject(MapObject, Boolean) fullName.vb: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject, Boolean) name.vb: SetHeldObject(MapObject, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean) name: SetHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject_TinyLife_Objects_MapObject_System_Boolean_ - name: ( - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean) name: SetHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject_TinyLife_Objects_MapObject_System_Boolean_ - name: ( - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.RemoveHeldObject``1 commentId: M:TinyLife.Objects.PersonLike.RemoveHeldObject``1 parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1 name: RemoveHeldObject() nameWithType: PersonLike.RemoveHeldObject() fullName: TinyLife.Objects.PersonLike.RemoveHeldObject() nameWithType.vb: PersonLike.RemoveHeldObject(Of T)() fullName.vb: TinyLife.Objects.PersonLike.RemoveHeldObject(Of T)() name.vb: RemoveHeldObject(Of T)() spec.csharp: - uid: TinyLife.Objects.PersonLike.RemoveHeldObject``1 name: RemoveHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1 - name: < - name: T - name: '>' - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.RemoveHeldObject``1 name: RemoveHeldObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1 - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.GetHeldActionInfo commentId: M:TinyLife.Objects.PersonLike.GetHeldActionInfo parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo name: GetHeldActionInfo() nameWithType: PersonLike.GetHeldActionInfo() fullName: TinyLife.Objects.PersonLike.GetHeldActionInfo() spec.csharp: - uid: TinyLife.Objects.PersonLike.GetHeldActionInfo name: GetHeldActionInfo href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetHeldActionInfo name: GetHeldActionInfo href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.ToCreatedByString commentId: M:TinyLife.Objects.PersonLike.ToCreatedByString parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString name: ToCreatedByString() nameWithType: PersonLike.ToCreatedByString() fullName: TinyLife.Objects.PersonLike.ToCreatedByString() spec.csharp: - uid: TinyLife.Objects.PersonLike.ToCreatedByString name: ToCreatedByString href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.ToCreatedByString name: ToCreatedByString href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason) commentId: M:TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Die_TinyLife_Objects_DeathReason_ name: Die(DeathReason) nameWithType: PersonLike.Die(DeathReason) fullName: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason) spec.csharp: - uid: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason) name: Die href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Die_TinyLife_Objects_DeathReason_ - name: ( - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason) name: Die href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Die_TinyLife_Objects_DeathReason_ - name: ( - uid: TinyLife.Objects.DeathReason name: DeathReason href: TinyLife.Objects.DeathReason.html - name: ) - uid: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_ name: AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool) nameWithType: PersonLike.AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool) fullName: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier, int, System.TimeSpan, TinyLife.Emotions.IEmotionSource, bool) nameWithType.vb: PersonLike.AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean) fullName.vb: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier, Integer, System.TimeSpan, TinyLife.Emotions.IEmotionSource, Boolean) name.vb: AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) name: AddEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: TinyLife.Emotions.IEmotionSource name: IEmotionSource href: TinyLife.Emotions.IEmotionSource.html - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean) name: AddEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: ',' - name: " " - uid: TinyLife.Emotions.IEmotionSource name: IEmotionSource href: TinyLife.Emotions.IEmotionSource.html - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier) commentId: M:TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveEmotion_TinyLife_Emotions_EmotionModifier_ name: RemoveEmotion(EmotionModifier) nameWithType: PersonLike.RemoveEmotion(EmotionModifier) fullName: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier) spec.csharp: - uid: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier) name: RemoveEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveEmotion_TinyLife_Emotions_EmotionModifier_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier) name: RemoveEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveEmotion_TinyLife_Emotions_EmotionModifier_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ) - uid: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single) commentId: M:TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_ name: LowerEmotion(EmotionType, float, float) nameWithType: PersonLike.LowerEmotion(EmotionType, float, float) fullName: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType, float, float) nameWithType.vb: PersonLike.LowerEmotion(EmotionType, Single, Single) fullName.vb: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType, Single, Single) name.vb: LowerEmotion(EmotionType, Single, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single) name: LowerEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_ - name: ( - uid: TinyLife.Emotions.EmotionType name: EmotionType href: TinyLife.Emotions.EmotionType.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.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single) name: LowerEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_ - name: ( - uid: TinyLife.Emotions.EmotionType name: EmotionType href: TinyLife.Emotions.EmotionType.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.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single) commentId: M:TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotionModifier_TinyLife_Emotions_EmotionModifier_System_Single_System_Single_ name: LowerEmotionModifier(EmotionModifier, float, float) nameWithType: PersonLike.LowerEmotionModifier(EmotionModifier, float, float) fullName: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier, float, float) nameWithType.vb: PersonLike.LowerEmotionModifier(EmotionModifier, Single, Single) fullName.vb: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier, Single, Single) name.vb: LowerEmotionModifier(EmotionModifier, Single, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single) name: LowerEmotionModifier href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotionModifier_TinyLife_Emotions_EmotionModifier_System_Single_System_Single_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.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.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single) name: LowerEmotionModifier href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotionModifier_TinyLife_Emotions_EmotionModifier_System_Single_System_Single_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.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.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier) commentId: M:TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasEmotionModifier_TinyLife_Emotions_EmotionModifier_ name: HasEmotionModifier(EmotionModifier) nameWithType: PersonLike.HasEmotionModifier(EmotionModifier) fullName: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier) spec.csharp: - uid: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier) name: HasEmotionModifier href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasEmotionModifier_TinyLife_Emotions_EmotionModifier_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier) name: HasEmotionModifier href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasEmotionModifier_TinyLife_Emotions_EmotionModifier_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ) - uid: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier) commentId: M:TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_ name: GetCausedEmotion(EmotionModifier) nameWithType: PersonLike.GetCausedEmotion(EmotionModifier) fullName: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier) name: GetCausedEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier) name: GetCausedEmotion href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_ - name: ( - uid: TinyLife.Emotions.EmotionModifier name: EmotionModifier href: TinyLife.Emotions.EmotionModifier.html - name: ) - uid: TinyLife.Objects.PersonLike.GetWalkSpeed commentId: M:TinyLife.Objects.PersonLike.GetWalkSpeed parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetWalkSpeed name: GetWalkSpeed() nameWithType: PersonLike.GetWalkSpeed() fullName: TinyLife.Objects.PersonLike.GetWalkSpeed() spec.csharp: - uid: TinyLife.Objects.PersonLike.GetWalkSpeed name: GetWalkSpeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetWalkSpeed - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetWalkSpeed name: GetWalkSpeed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetWalkSpeed - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEfficiencyModifier_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_ name: GetEfficiencyModifier(float, ActionInfo, SkillType, float) nameWithType: PersonLike.GetEfficiencyModifier(float, ActionInfo, SkillType, float) fullName: TinyLife.Objects.PersonLike.GetEfficiencyModifier(float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float) nameWithType.vb: PersonLike.GetEfficiencyModifier(Single, ActionInfo, SkillType, Single) fullName.vb: TinyLife.Objects.PersonLike.GetEfficiencyModifier(Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, Single) name.vb: GetEfficiencyModifier(Single, ActionInfo, SkillType, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) name: GetEfficiencyModifier href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEfficiencyModifier_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_ - name: ( - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - 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: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single) name: GetEfficiencyModifier href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEfficiencyModifier_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_ - name: ( - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - 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: ) - uid: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid) commentId: M:TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_System_Guid_ name: HasHouseholdMember(Guid) nameWithType: PersonLike.HasHouseholdMember(Guid) fullName: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid) spec.csharp: - uid: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid) name: HasHouseholdMember href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_System_Guid_ - name: ( - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid) name: HasHouseholdMember href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_System_Guid_ - name: ( - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: ) - uid: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike) commentId: M:TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_TinyLife_Objects_PersonLike_ name: HasHouseholdMember(PersonLike) nameWithType: PersonLike.HasHouseholdMember(PersonLike) fullName: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike) spec.csharp: - uid: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike) name: HasHouseholdMember href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike) name: HasHouseholdMember href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) - uid: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention) commentId: M:TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomOutfit_TinyLife_Objects_ClothesIntention_ name: GetRandomOutfit(ClothesIntention) nameWithType: PersonLike.GetRandomOutfit(ClothesIntention) fullName: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention) name: GetRandomOutfit href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomOutfit_TinyLife_Objects_ClothesIntention_ - name: ( - uid: TinyLife.Objects.ClothesIntention name: ClothesIntention href: TinyLife.Objects.ClothesIntention.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention) name: GetRandomOutfit href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomOutfit_TinyLife_Objects_ClothesIntention_ - name: ( - uid: TinyLife.Objects.ClothesIntention name: ClothesIntention href: TinyLife.Objects.ClothesIntention.html - name: ) - uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) commentId: M:TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_TinyLife_Objects_ClothesIntention_ name: SetCurrentOutfit(ClothesIntention) nameWithType: PersonLike.SetCurrentOutfit(ClothesIntention) fullName: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) spec.csharp: - uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) name: SetCurrentOutfit href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_TinyLife_Objects_ClothesIntention_ - name: ( - uid: TinyLife.Objects.ClothesIntention name: ClothesIntention href: TinyLife.Objects.ClothesIntention.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention) name: SetCurrentOutfit href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_TinyLife_Objects_ClothesIntention_ - name: ( - uid: TinyLife.Objects.ClothesIntention name: ClothesIntention href: TinyLife.Objects.ClothesIntention.html - name: ) - uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32) commentId: M:TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_System_Int32_ name: SetCurrentOutfit(int) nameWithType: PersonLike.SetCurrentOutfit(int) fullName: TinyLife.Objects.PersonLike.SetCurrentOutfit(int) nameWithType.vb: PersonLike.SetCurrentOutfit(Integer) fullName.vb: TinyLife.Objects.PersonLike.SetCurrentOutfit(Integer) name.vb: SetCurrentOutfit(Integer) spec.csharp: - uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32) name: SetCurrentOutfit href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_System_Int32_ - name: ( - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32) name: SetCurrentOutfit href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_System_Int32_ - name: ( - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) commentId: M:TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetNewId_TinyLife_World_Map_System_Collections_Generic_IEnumerable_TinyLife_Objects_PersonLike__System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__ name: SetNewId(Map, IEnumerable, IEnumerable) nameWithType: PersonLike.SetNewId(Map, IEnumerable, IEnumerable) fullName: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map, System.Collections.Generic.IEnumerable, System.Collections.Generic.IEnumerable) nameWithType.vb: PersonLike.SetNewId(Map, IEnumerable(Of PersonLike), IEnumerable(Of Furniture)) fullName.vb: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map, System.Collections.Generic.IEnumerable(Of TinyLife.Objects.PersonLike), System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture)) name.vb: SetNewId(Map, IEnumerable(Of PersonLike), IEnumerable(Of Furniture)) spec.csharp: - uid: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) name: SetNewId href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetNewId_TinyLife_World_Map_System_Collections_Generic_IEnumerable_TinyLife_Objects_PersonLike__System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: '>' - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture}) name: SetNewId href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetNewId_TinyLife_World_Map_System_Collections_Generic_IEnumerable_TinyLife_Objects_PersonLike__System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) - name: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.Furniture name: Furniture href: TinyLife.Objects.Furniture.html - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike) commentId: M:TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_ name: IsIdMatch(PersonLike) nameWithType: PersonLike.IsIdMatch(PersonLike) fullName: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike) spec.csharp: - uid: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike) name: IsIdMatch href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike) name: IsIdMatch href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) - uid: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid) commentId: M:TinyLife.Objects.PersonLike.IsIdMatch(System.Guid) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_System_Guid_ name: IsIdMatch(Guid) nameWithType: PersonLike.IsIdMatch(Guid) fullName: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid) spec.csharp: - uid: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid) name: IsIdMatch href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_System_Guid_ - name: ( - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid) name: IsIdMatch href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_System_Guid_ - name: ( - uid: System.Guid name: Guid isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid - name: ) - uid: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot) commentId: M:TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FaceObject_TinyLife_Objects_MapObject_TinyLife_Objects_ActionSpot_ name: FaceObject(MapObject, ActionSpot) nameWithType: PersonLike.FaceObject(MapObject, ActionSpot) fullName: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot) spec.csharp: - uid: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot) name: FaceObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FaceObject_TinyLife_Objects_MapObject_TinyLife_Objects_ActionSpot_ - name: ( - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ',' - name: " " - uid: TinyLife.Objects.ActionSpot name: ActionSpot href: TinyLife.Objects.ActionSpot.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot) name: FaceObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FaceObject_TinyLife_Objects_MapObject_TinyLife_Objects_ActionSpot_ - name: ( - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ',' - name: " " - uid: TinyLife.Objects.ActionSpot name: ActionSpot href: TinyLife.Objects.ActionSpot.html - name: ) - uid: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType) commentId: M:TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_ name: GetPersonalitySkillBoost(SkillType) nameWithType: PersonLike.GetPersonalitySkillBoost(SkillType) fullName: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType) name: GetPersonalitySkillBoost href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType) name: GetPersonalitySkillBoost href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) - uid: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType) commentId: M:TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_ name: GetEmotionSkillBoost(SkillType) nameWithType: PersonLike.GetEmotionSkillBoost(SkillType) fullName: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType) name: GetEmotionSkillBoost href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType) name: GetEmotionSkillBoost href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_ - name: ( - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ) - uid: TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object) commentId: M:TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EarnMoney_System_Single_System_Object_ name: EarnMoney(float, object) nameWithType: PersonLike.EarnMoney(float, object) fullName: TinyLife.Objects.PersonLike.EarnMoney(float, object) nameWithType.vb: PersonLike.EarnMoney(Single, Object) fullName.vb: TinyLife.Objects.PersonLike.EarnMoney(Single, Object) name.vb: EarnMoney(Single, Object) spec.csharp: - uid: TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object) name: EarnMoney href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EarnMoney_System_Single_System_Object_ - name: ( - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object) name: EarnMoney href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EarnMoney_System_Single_System_Object_ - name: ( - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ) - uid: TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan}) commentId: M:TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan}) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__ name: AddMemory(MemoryType, ActionInfo, int, TimeSpan?) nameWithType: PersonLike.AddMemory(MemoryType, ActionInfo, int, TimeSpan?) fullName: TinyLife.Objects.PersonLike.AddMemory(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, int, System.TimeSpan?) nameWithType.vb: PersonLike.AddMemory(Of T)(MemoryType, ActionInfo, Integer, TimeSpan?) fullName.vb: TinyLife.Objects.PersonLike.AddMemory(Of T)(TinyLife.Goals.MemoryType, TinyLife.Actions.ActionInfo, Integer, System.TimeSpan?) name.vb: AddMemory(Of T)(MemoryType, ActionInfo, Integer, TimeSpan?) spec.csharp: - uid: TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan}) name: AddMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: '?' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan}) name: AddMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: TinyLife.Actions.ActionInfo name: ActionInfo href: TinyLife.Actions.ActionInfo.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: '?' - name: ) - uid: TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType) commentId: M:TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__1_TinyLife_Goals_MemoryType_ name: GetMemories(MemoryType) nameWithType: PersonLike.GetMemories(MemoryType) fullName: TinyLife.Objects.PersonLike.GetMemories(TinyLife.Goals.MemoryType) nameWithType.vb: PersonLike.GetMemories(Of T)(MemoryType) fullName.vb: TinyLife.Objects.PersonLike.GetMemories(Of T)(TinyLife.Goals.MemoryType) name.vb: GetMemories(Of T)(MemoryType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType) name: GetMemories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__1_TinyLife_Goals_MemoryType_ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType) name: GetMemories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__1_TinyLife_Goals_MemoryType_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ) - uid: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{{TKey},TinyLife.Goals.MemoryType}) commentId: M:TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) parent: TinyLife.Objects.PersonLike definition: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__ name: GetMemories(IDictionary) nameWithType: PersonLike.GetMemories(IDictionary) fullName: TinyLife.Objects.PersonLike.GetMemories(System.Collections.Generic.IDictionary) nameWithType.vb: PersonLike.GetMemories(Of TKey, TMem)(IDictionary(Of TKey, MemoryType)) fullName.vb: TinyLife.Objects.PersonLike.GetMemories(Of TKey, TMem)(System.Collections.Generic.IDictionary(Of TKey, TinyLife.Goals.MemoryType)) name.vb: GetMemories(Of TKey, TMem)(IDictionary(Of TKey, MemoryType)) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) name: GetMemories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__ - name: < - name: TKey - name: ',' - name: " " - name: TMem - name: '>' - name: ( - uid: System.Collections.Generic.IDictionary`2 name: IDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2 - name: < - name: TKey - name: ',' - name: " " - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) name: GetMemories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__ - name: ( - name: Of - name: " " - name: TKey - name: ',' - name: " " - name: TMem - name: ) - name: ( - uid: System.Collections.Generic.IDictionary`2 name: IDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2 - name: ( - name: Of - name: " " - name: TKey - name: ',' - name: " " - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{{T},System.Boolean}) commentId: M:TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) parent: TinyLife.Objects.PersonLike definition: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__ name: RemoveMemory(MemoryType, int, Func) nameWithType: PersonLike.RemoveMemory(MemoryType, int, Func) fullName: TinyLife.Objects.PersonLike.RemoveMemory(TinyLife.Goals.MemoryType, int, System.Func) nameWithType.vb: PersonLike.RemoveMemory(Of T)(MemoryType, Integer, Func(Of T, Boolean)) fullName.vb: TinyLife.Objects.PersonLike.RemoveMemory(Of T)(TinyLife.Goals.MemoryType, Integer, System.Func(Of T, Boolean)) name.vb: RemoveMemory(Of T)(MemoryType, Integer, Func(Of T, Boolean)) spec.csharp: - uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) name: RemoveMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: T - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) name: RemoveMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - 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: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{{T},System.Boolean}) commentId: M:TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) parent: TinyLife.Objects.PersonLike definition: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__ name: GetTimeSinceMemory(MemoryType, Func) nameWithType: PersonLike.GetTimeSinceMemory(MemoryType, Func) fullName: TinyLife.Objects.PersonLike.GetTimeSinceMemory(TinyLife.Goals.MemoryType, System.Func) nameWithType.vb: PersonLike.GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean)) fullName.vb: TinyLife.Objects.PersonLike.GetTimeSinceMemory(Of T)(TinyLife.Goals.MemoryType, System.Func(Of T, Boolean)) name.vb: GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean)) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) name: GetTimeSinceMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: T - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) name: GetTimeSinceMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.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: " " - name: T - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[]) commentId: M:TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[]) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType___ name: GetTimeSinceMemory(params MemoryType[]) nameWithType: PersonLike.GetTimeSinceMemory(params MemoryType[]) fullName: TinyLife.Objects.PersonLike.GetTimeSinceMemory(params TinyLife.Goals.MemoryType[]) nameWithType.vb: PersonLike.GetTimeSinceMemory(Of T)(ParamArray MemoryType()) fullName.vb: TinyLife.Objects.PersonLike.GetTimeSinceMemory(Of T)(ParamArray TinyLife.Goals.MemoryType()) name.vb: GetTimeSinceMemory(Of T)(ParamArray MemoryType()) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[]) name: GetTimeSinceMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType___ - name: < - name: T - name: '>' - name: ( - name: params - name: " " - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: '[' - name: ']' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[]) name: GetTimeSinceMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType___ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: ParamArray - name: " " - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ( - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAction__1_System_Guid_System_Boolean_ name: GetAction(Guid, bool) nameWithType: PersonLike.GetAction(Guid, bool) fullName: TinyLife.Objects.PersonLike.GetAction(System.Guid, bool) nameWithType.vb: PersonLike.GetAction(Of T)(Guid, Boolean) fullName.vb: TinyLife.Objects.PersonLike.GetAction(Of T)(System.Guid, Boolean) name.vb: GetAction(Of T)(Guid, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean) name: GetAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAction__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.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean) name: GetAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAction__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.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetPregnancyStatus_System_Int32_System_Guid_System_Boolean_ name: SetPregnancyStatus(int, Guid, bool) nameWithType: PersonLike.SetPregnancyStatus(int, Guid, bool) fullName: TinyLife.Objects.PersonLike.SetPregnancyStatus(int, System.Guid, bool) nameWithType.vb: PersonLike.SetPregnancyStatus(Integer, Guid, Boolean) fullName.vb: TinyLife.Objects.PersonLike.SetPregnancyStatus(Integer, System.Guid, Boolean) name.vb: SetPregnancyStatus(Integer, Guid, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean) name: SetPregnancyStatus href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetPregnancyStatus_System_Int32_System_Guid_System_Boolean_ - name: ( - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - 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.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean) name: SetPregnancyStatus href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetPregnancyStatus_System_Int32_System_Guid_System_Boolean_ - name: ( - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - 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.Objects.PersonLike.SetAnimationsFromLooks commentId: M:TinyLife.Objects.PersonLike.SetAnimationsFromLooks parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetAnimationsFromLooks name: SetAnimationsFromLooks() nameWithType: PersonLike.SetAnimationsFromLooks() fullName: TinyLife.Objects.PersonLike.SetAnimationsFromLooks() spec.csharp: - uid: TinyLife.Objects.PersonLike.SetAnimationsFromLooks name: SetAnimationsFromLooks href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetAnimationsFromLooks - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.SetAnimationsFromLooks name: SetAnimationsFromLooks href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetAnimationsFromLooks - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map) commentId: M:TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ImportAtExitRoad_TinyLife_World_Map_ name: ImportAtExitRoad(Map) nameWithType: PersonLike.ImportAtExitRoad(Map) fullName: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map) spec.csharp: - uid: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map) name: ImportAtExitRoad href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ImportAtExitRoad_TinyLife_World_Map_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map) name: ImportAtExitRoad href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ImportAtExitRoad_TinyLife_World_Map_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ) - uid: TinyLife.Objects.PersonLike.GoToRandomHomeLocation commentId: M:TinyLife.Objects.PersonLike.GoToRandomHomeLocation parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToRandomHomeLocation name: GoToRandomHomeLocation() nameWithType: PersonLike.GoToRandomHomeLocation() fullName: TinyLife.Objects.PersonLike.GoToRandomHomeLocation() spec.csharp: - uid: TinyLife.Objects.PersonLike.GoToRandomHomeLocation name: GoToRandomHomeLocation href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToRandomHomeLocation - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GoToRandomHomeLocation name: GoToRandomHomeLocation href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToRandomHomeLocation - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.ShouldDrawHeldItem commentId: M:TinyLife.Objects.PersonLike.ShouldDrawHeldItem parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ShouldDrawHeldItem name: ShouldDrawHeldItem() nameWithType: PersonLike.ShouldDrawHeldItem() fullName: TinyLife.Objects.PersonLike.ShouldDrawHeldItem() spec.csharp: - uid: TinyLife.Objects.PersonLike.ShouldDrawHeldItem name: ShouldDrawHeldItem href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ShouldDrawHeldItem - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.ShouldDrawHeldItem name: ShouldDrawHeldItem href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ShouldDrawHeldItem - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean) commentId: M:TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDrawOffset_System_Boolean_ name: GetHeldItemDrawOffset(bool) nameWithType: PersonLike.GetHeldItemDrawOffset(bool) fullName: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(bool) nameWithType.vb: PersonLike.GetHeldItemDrawOffset(Boolean) fullName.vb: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(Boolean) name.vb: GetHeldItemDrawOffset(Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean) name: GetHeldItemDrawOffset href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDrawOffset_System_Boolean_ - name: ( - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean) name: GetHeldItemDrawOffset href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDrawOffset_System_Boolean_ - name: ( - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset commentId: M:TinyLife.Objects.PersonLike.GetHeldItemDepthOffset parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDepthOffset name: GetHeldItemDepthOffset() nameWithType: PersonLike.GetHeldItemDepthOffset() fullName: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset() spec.csharp: - uid: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset name: GetHeldItemDepthOffset href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDepthOffset - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset name: GetHeldItemDepthOffset href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDepthOffset - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.GetPivot commentId: M:TinyLife.Objects.PersonLike.GetPivot parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot name: GetPivot() nameWithType: PersonLike.GetPivot() fullName: TinyLife.Objects.PersonLike.GetPivot() spec.csharp: - uid: TinyLife.Objects.PersonLike.GetPivot name: GetPivot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetPivot name: GetPivot href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer) commentId: M:TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetValidClothes_TinyLife_Objects_ClothesLayer_ name: GetValidClothes(ClothesLayer) nameWithType: PersonLike.GetValidClothes(ClothesLayer) fullName: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer) name: GetValidClothes href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetValidClothes_TinyLife_Objects_ClothesLayer_ - name: ( - uid: TinyLife.Objects.ClothesLayer name: ClothesLayer href: TinyLife.Objects.ClothesLayer.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer) name: GetValidClothes href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetValidClothes_TinyLife_Objects_ClothesLayer_ - name: ( - uid: TinyLife.Objects.ClothesLayer name: ClothesLayer href: TinyLife.Objects.ClothesLayer.html - name: ) - uid: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType) commentId: M:TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_ name: CanApplyPersonality(PersonalityType) nameWithType: PersonLike.CanApplyPersonality(PersonalityType) fullName: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType) spec.csharp: - uid: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType) name: CanApplyPersonality href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_ - name: ( - uid: TinyLife.PersonalityType name: PersonalityType href: TinyLife.PersonalityType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType) name: CanApplyPersonality href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_ - name: ( - uid: TinyLife.PersonalityType name: PersonalityType href: TinyLife.PersonalityType.html - name: ) - uid: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single) commentId: M:TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasRecentlyFailed_TinyLife_Actions_ActionType_System_Single_ name: HasRecentlyFailed(ActionType, float) nameWithType: PersonLike.HasRecentlyFailed(ActionType, float) fullName: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType, float) nameWithType.vb: PersonLike.HasRecentlyFailed(ActionType, Single) fullName.vb: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType, Single) name.vb: HasRecentlyFailed(ActionType, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single) name: HasRecentlyFailed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasRecentlyFailed_TinyLife_Actions_ActionType_System_Single_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single) name: HasRecentlyFailed href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasRecentlyFailed_TinyLife_Actions_ActionType_System_Single_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer) commentId: M:TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_ name: CanTakeOff(ClothesLayer) nameWithType: PersonLike.CanTakeOff(ClothesLayer) fullName: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer) spec.csharp: - uid: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer) name: CanTakeOff href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_ - name: ( - uid: TinyLife.Objects.ClothesLayer name: ClothesLayer href: TinyLife.Objects.ClothesLayer.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer) name: CanTakeOff href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_ - name: ( - uid: TinyLife.Objects.ClothesLayer name: ClothesLayer href: TinyLife.Objects.ClothesLayer.html - name: ) - uid: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMapExitRoad_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_ name: MoveToMapExitRoad(Map, Vector2) nameWithType: PersonLike.MoveToMapExitRoad(Map, Vector2) fullName: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2) spec.csharp: - uid: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) name: MoveToMapExitRoad href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMapExitRoad_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2) name: MoveToMapExitRoad href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMapExitRoad_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) - uid: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point) commentId: M:TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_ name: GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary, Point) nameWithType: PersonLike.GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary, Point) fullName: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, int, System.Collections.Generic.IReadOnlyDictionary, Microsoft.Xna.Framework.Point) nameWithType.vb: PersonLike.GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point) fullName.vb: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, Integer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point) name.vb: GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point) spec.csharp: - uid: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point) name: GenerateAnimationGroup href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_ - name: ( - uid: TinyLife.Objects.ClothesLayer name: ClothesLayer href: TinyLife.Objects.ClothesLayer.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Collections.Generic.IReadOnlyDictionary`2 name: IReadOnlyDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2 - name: < - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: '>' - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point) name: GenerateAnimationGroup href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_ - name: ( - uid: TinyLife.Objects.ClothesLayer name: ClothesLayer href: TinyLife.Objects.ClothesLayer.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Collections.Generic.IReadOnlyDictionary`2 name: IReadOnlyDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2 - name: ( - name: Of - name: " " - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ) - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) - uid: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single) commentId: M:TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooks_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_System_Nullable_Microsoft_Xna_Framework_Color__System_Single_ name: DrawLooks(SpriteBatch, Vector2, Vector2, float, ParentInfo, Color?, float) nameWithType: PersonLike.DrawLooks(SpriteBatch, Vector2, Vector2, float, ParentInfo, Color?, float) fullName: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color?, float) nameWithType.vb: PersonLike.DrawLooks(SpriteBatch, Vector2, Vector2, Single, ParentInfo, Color?, Single) fullName.vb: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color?, Single) name.vb: DrawLooks(SpriteBatch, Vector2, Vector2, Single, ParentInfo, Color?, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single) name: DrawLooks href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooks_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_System_Nullable_Microsoft_Xna_Framework_Color__System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Objects.ParentInfo name: ParentInfo href: TinyLife.Objects.ParentInfo.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single) name: DrawLooks href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooks_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_System_Nullable_Microsoft_Xna_Framework_Color__System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Objects.ParentInfo name: ParentInfo href: TinyLife.Objects.ParentInfo.html - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: '?' - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single) commentId: M:TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_ name: UpdateAnimations(TimeSpan, float) nameWithType: PersonLike.UpdateAnimations(TimeSpan, float) fullName: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan, float) nameWithType.vb: PersonLike.UpdateAnimations(TimeSpan, Single) fullName.vb: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan, Single) name.vb: UpdateAnimations(TimeSpan, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single) name: UpdateAnimations href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_ - 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.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single) name: UpdateAnimations href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_ - 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.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType) commentId: M:TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_ name: OnActionCompleted(Action, CompletionType) nameWithType: PersonLike.OnActionCompleted(Action, CompletionType) fullName: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType) spec.csharp: - uid: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType) name: OnActionCompleted href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_ - 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: ) spec.vb: - uid: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType) name: OnActionCompleted href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_ - 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: ) - uid: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}) commentId: M:TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAction_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Collections_Generic_IEnumerable_TinyLife_Goals_IGoalTriggerable__ name: UpdateAction(Action, GameTime, TimeSpan, float, IEnumerable) nameWithType: PersonLike.UpdateAction(Action, GameTime, TimeSpan, float, IEnumerable) fullName: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, System.Collections.Generic.IEnumerable) nameWithType.vb: PersonLike.UpdateAction(Action, GameTime, TimeSpan, Single, IEnumerable(Of IGoalTriggerable)) fullName.vb: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, System.Collections.Generic.IEnumerable(Of TinyLife.Goals.IGoalTriggerable)) name.vb: UpdateAction(Action, GameTime, TimeSpan, Single, IEnumerable(Of IGoalTriggerable)) spec.csharp: - uid: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}) name: UpdateAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAction_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Collections_Generic_IEnumerable_TinyLife_Goals_IGoalTriggerable__ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - 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: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: TinyLife.Goals.IGoalTriggerable name: IGoalTriggerable href: TinyLife.Goals.IGoalTriggerable.html - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable}) name: UpdateAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAction_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Collections_Generic_IEnumerable_TinyLife_Goals_IGoalTriggerable__ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - 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: ',' - name: " " - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: TinyLife.Goals.IGoalTriggerable name: IGoalTriggerable href: TinyLife.Goals.IGoalTriggerable.html - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action) commentId: M:TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_InitializeAction_TinyLife_Actions_Action_ name: InitializeAction(Action) nameWithType: PersonLike.InitializeAction(Action) fullName: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action) spec.csharp: - uid: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action) name: InitializeAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_InitializeAction_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action) name: InitializeAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_InitializeAction_TinyLife_Actions_Action_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ) - uid: TinyLife.Objects.PersonLike.ValidateClothes commentId: M:TinyLife.Objects.PersonLike.ValidateClothes parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ValidateClothes name: ValidateClothes() nameWithType: PersonLike.ValidateClothes() fullName: TinyLife.Objects.PersonLike.ValidateClothes() spec.csharp: - uid: TinyLife.Objects.PersonLike.ValidateClothes name: ValidateClothes href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ValidateClothes - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.ValidateClothes name: ValidateClothes href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ValidateClothes - name: ( - name: ) - uid: TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan}) commentId: M:TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan}) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomSpeakSound_TinyLife_Objects_VoiceStyle_TinyLife_Objects_SpeakStyle_System_Collections_Generic_List_Microsoft_Xna_Framework_Audio_SoundEffect__System_Nullable_System_TimeSpan__ name: GetRandomSpeakSound(VoiceStyle, SpeakStyle, List, TimeSpan?) nameWithType: PersonLike.GetRandomSpeakSound(VoiceStyle, SpeakStyle, List, TimeSpan?) fullName: TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle, TinyLife.Objects.SpeakStyle, System.Collections.Generic.List, System.TimeSpan?) nameWithType.vb: PersonLike.GetRandomSpeakSound(VoiceStyle, SpeakStyle, List(Of SoundEffect), TimeSpan?) fullName.vb: TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle, TinyLife.Objects.SpeakStyle, System.Collections.Generic.List(Of Microsoft.Xna.Framework.Audio.SoundEffect), System.TimeSpan?) name.vb: GetRandomSpeakSound(VoiceStyle, SpeakStyle, List(Of SoundEffect), TimeSpan?) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan}) name: GetRandomSpeakSound href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomSpeakSound_TinyLife_Objects_VoiceStyle_TinyLife_Objects_SpeakStyle_System_Collections_Generic_List_Microsoft_Xna_Framework_Audio_SoundEffect__System_Nullable_System_TimeSpan__ - name: ( - uid: TinyLife.Objects.VoiceStyle name: VoiceStyle href: TinyLife.Objects.VoiceStyle.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect isExternal: true - name: '>' - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: '?' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan}) name: GetRandomSpeakSound href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomSpeakSound_TinyLife_Objects_VoiceStyle_TinyLife_Objects_SpeakStyle_System_Collections_Generic_List_Microsoft_Xna_Framework_Audio_SoundEffect__System_Nullable_System_TimeSpan__ - name: ( - uid: TinyLife.Objects.VoiceStyle name: VoiceStyle href: TinyLife.Objects.VoiceStyle.html - name: ',' - name: " " - uid: TinyLife.Objects.SpeakStyle name: SpeakStyle href: TinyLife.Objects.SpeakStyle.html - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: Microsoft.Xna.Framework.Audio.SoundEffect name: SoundEffect isExternal: true - name: ) - name: ',' - name: " " - uid: System.TimeSpan name: TimeSpan isExternal: true href: https://learn.microsoft.com/dotnet/api/system.timespan - name: '?' - name: ) - uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_MLEM_Misc_Direction2_System_Single_TinyLife_Objects_Outfit_TinyLife_Objects_Pose_TinyLife_Objects_AgeGroup_ name: DrawUi(SpriteBatch, Vector2, Direction2, float, Outfit, Pose, AgeGroup) nameWithType: PersonLike.DrawUi(SpriteBatch, Vector2, Direction2, float, Outfit, Pose, AgeGroup) fullName: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Misc.Direction2, float, TinyLife.Objects.Outfit, TinyLife.Objects.Pose, TinyLife.Objects.AgeGroup) nameWithType.vb: PersonLike.DrawUi(SpriteBatch, Vector2, Direction2, Single, Outfit, Pose, AgeGroup) fullName.vb: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Misc.Direction2, Single, TinyLife.Objects.Outfit, TinyLife.Objects.Pose, TinyLife.Objects.AgeGroup) name.vb: DrawUi(SpriteBatch, Vector2, Direction2, Single, Outfit, Pose, AgeGroup) spec.csharp: - uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup) name: DrawUi href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_MLEM_Misc_Direction2_System_Single_TinyLife_Objects_Outfit_TinyLife_Objects_Pose_TinyLife_Objects_AgeGroup_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Objects.Outfit name: Outfit href: TinyLife.Objects.Outfit.html - name: ',' - name: " " - uid: TinyLife.Objects.Pose name: Pose href: TinyLife.Objects.Pose.html - name: ',' - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Misc.Direction2,System.Single,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup) name: DrawUi href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_MLEM_Misc_Direction2_System_Single_TinyLife_Objects_Outfit_TinyLife_Objects_Pose_TinyLife_Objects_AgeGroup_ - name: ( - uid: Microsoft.Xna.Framework.Graphics.SpriteBatch name: SpriteBatch isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: MLEM.Misc.Direction2 name: Direction2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: TinyLife.Objects.Outfit name: Outfit href: TinyLife.Objects.Outfit.html - name: ',' - name: " " - uid: TinyLife.Objects.Pose name: Pose href: TinyLife.Objects.Pose.html - name: ',' - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ) - uid: TinyLife.Objects.MapObject.PersonRotationOrder commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder name: PersonRotationOrder nameWithType: MapObject.PersonRotationOrder fullName: TinyLife.Objects.MapObject.PersonRotationOrder - uid: TinyLife.Objects.MapObject.OnCreated commentId: E:TinyLife.Objects.MapObject.OnCreated parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCreated name: OnCreated nameWithType: MapObject.OnCreated fullName: TinyLife.Objects.MapObject.OnCreated - uid: TinyLife.Objects.MapObject.OnValidated commentId: E:TinyLife.Objects.MapObject.OnValidated parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnValidated name: OnValidated nameWithType: MapObject.OnValidated fullName: TinyLife.Objects.MapObject.OnValidated - uid: TinyLife.Objects.MapObject.OnValidatedEarly commentId: E:TinyLife.Objects.MapObject.OnValidatedEarly parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnValidatedEarly name: OnValidatedEarly nameWithType: MapObject.OnValidatedEarly fullName: TinyLife.Objects.MapObject.OnValidatedEarly - uid: TinyLife.Objects.MapObject.OnEventsAttachable commentId: E:TinyLife.Objects.MapObject.OnEventsAttachable parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnEventsAttachable name: OnEventsAttachable nameWithType: MapObject.OnEventsAttachable fullName: TinyLife.Objects.MapObject.OnEventsAttachable - uid: TinyLife.Objects.MapObject.OnDraw commentId: E:TinyLife.Objects.MapObject.OnDraw parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnDraw name: OnDraw nameWithType: MapObject.OnDraw fullName: TinyLife.Objects.MapObject.OnDraw - uid: TinyLife.Objects.MapObject.OnUpdate commentId: E:TinyLife.Objects.MapObject.OnUpdate parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnUpdate name: OnUpdate nameWithType: MapObject.OnUpdate fullName: TinyLife.Objects.MapObject.OnUpdate - uid: TinyLife.Objects.MapObject.OnGetHoverInfo commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnGetHoverInfo name: OnGetHoverInfo nameWithType: MapObject.OnGetHoverInfo fullName: TinyLife.Objects.MapObject.OnGetHoverInfo - uid: TinyLife.Objects.MapObject.OnGetDebugLines commentId: E:TinyLife.Objects.MapObject.OnGetDebugLines parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnGetDebugLines name: OnGetDebugLines nameWithType: MapObject.OnGetDebugLines fullName: TinyLife.Objects.MapObject.OnGetDebugLines - uid: TinyLife.Objects.MapObject.Position commentId: P:TinyLife.Objects.MapObject.Position parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Position name: Position nameWithType: MapObject.Position fullName: TinyLife.Objects.MapObject.Position - uid: TinyLife.Objects.MapObject.Floor commentId: P:TinyLife.Objects.MapObject.Floor parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Floor name: Floor nameWithType: MapObject.Floor fullName: TinyLife.Objects.MapObject.Floor - uid: TinyLife.Objects.MapObject.Visibility commentId: P:TinyLife.Objects.MapObject.Visibility parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Visibility name: Visibility nameWithType: MapObject.Visibility fullName: TinyLife.Objects.MapObject.Visibility - uid: TinyLife.Objects.MapObject.Id commentId: P:TinyLife.Objects.MapObject.Id parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Id name: Id nameWithType: MapObject.Id fullName: TinyLife.Objects.MapObject.Id - uid: TinyLife.Objects.MapObject.Map commentId: P:TinyLife.Objects.MapObject.Map parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Map name: Map nameWithType: MapObject.Map fullName: TinyLife.Objects.MapObject.Map - uid: TinyLife.Objects.MapObject.CurrentLot commentId: P:TinyLife.Objects.MapObject.CurrentLot parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CurrentLot name: CurrentLot nameWithType: MapObject.CurrentLot fullName: TinyLife.Objects.MapObject.CurrentLot - uid: TinyLife.Objects.MapObject.CurrentRoom commentId: P:TinyLife.Objects.MapObject.CurrentRoom parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CurrentRoom name: CurrentRoom nameWithType: MapObject.CurrentRoom fullName: TinyLife.Objects.MapObject.CurrentRoom - uid: TinyLife.Objects.MapObject.IsInWorld commentId: P:TinyLife.Objects.MapObject.IsInWorld parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsInWorld name: IsInWorld nameWithType: MapObject.IsInWorld fullName: TinyLife.Objects.MapObject.IsInWorld - uid: TinyLife.Objects.MapObject.HoldingPerson commentId: P:TinyLife.Objects.MapObject.HoldingPerson parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HoldingPerson name: HoldingPerson nameWithType: MapObject.HoldingPerson fullName: TinyLife.Objects.MapObject.HoldingPerson - uid: TinyLife.Objects.MapObject.ValidateEarly commentId: M:TinyLife.Objects.MapObject.ValidateEarly parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly name: ValidateEarly() nameWithType: MapObject.ValidateEarly() fullName: TinyLife.Objects.MapObject.ValidateEarly() spec.csharp: - uid: TinyLife.Objects.MapObject.ValidateEarly name: ValidateEarly href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.ValidateEarly name: ValidateEarly href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly - name: ( - name: ) - uid: TinyLife.Objects.MapObject.OnAdded commentId: M:TinyLife.Objects.MapObject.OnAdded parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnAdded name: OnAdded() nameWithType: MapObject.OnAdded() fullName: TinyLife.Objects.MapObject.OnAdded() spec.csharp: - uid: TinyLife.Objects.MapObject.OnAdded name: OnAdded href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnAdded - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnAdded name: OnAdded href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnAdded - name: ( - name: ) - uid: TinyLife.Objects.MapObject.OnRemoved commentId: M:TinyLife.Objects.MapObject.OnRemoved parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRemoved name: OnRemoved() nameWithType: MapObject.OnRemoved() fullName: TinyLife.Objects.MapObject.OnRemoved() spec.csharp: - uid: TinyLife.Objects.MapObject.OnRemoved name: OnRemoved href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRemoved - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnRemoved name: OnRemoved href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRemoved - name: ( - name: ) - uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ name: GetAiPriority(PersonLike, ObjectCategory) nameWithType: MapObject.GetAiPriority(PersonLike, ObjectCategory) fullName: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) name: GetAiPriority href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) name: GetAiPriority href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) - uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) commentId: M:TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_ name: CanExecuteAction(ActionType, ActionInfo, bool, bool) nameWithType: MapObject.CanExecuteAction(ActionType, ActionInfo, bool, bool) fullName: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool) nameWithType.vb: MapObject.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) fullName.vb: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean) name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) name: CanExecuteAction href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_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: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean) name: CanExecuteAction href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_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: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) commentId: M:TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_ name: OnActionCompleted(Action, CompletionType, bool) nameWithType: MapObject.OnActionCompleted(Action, CompletionType, bool) fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool) nameWithType.vb: MapObject.OnActionCompleted(Action, CompletionType, Boolean) fullName.vb: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean) name.vb: OnActionCompleted(Action, CompletionType, Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) name: OnActionCompleted href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnActionCompleted_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.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean) name: OnActionCompleted href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnActionCompleted_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.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_ name: ActionUpdate(Action, GameTime, TimeSpan, float, bool) nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, float, bool) fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool) nameWithType.vb: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) fullName.vb: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean) name.vb: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) name: ActionUpdate href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - 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: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean) name: ActionUpdate href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_ - name: ( - uid: TinyLife.Actions.Action name: Action href: TinyLife.Actions.Action.html - name: ',' - 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: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map) commentId: M:TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map) parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_ name: OnCurrentGameMapChanged(Map, Map) nameWithType: MapObject.OnCurrentGameMapChanged(Map, Map) fullName: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map, TinyLife.World.Map) spec.csharp: - uid: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map) name: OnCurrentGameMapChanged href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map) name: OnCurrentGameMapChanged href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ) - uid: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String}) commentId: M:TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String}) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__ name: ModifyActionCategories(ActionType, ActionInfo, bool, List) nameWithType: MapObject.ModifyActionCategories(ActionType, ActionInfo, bool, List) fullName: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, System.Collections.Generic.List) nameWithType.vb: MapObject.ModifyActionCategories(ActionType, ActionInfo, Boolean, List(Of String)) fullName.vb: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, System.Collections.Generic.List(Of String)) name.vb: ModifyActionCategories(ActionType, ActionInfo, Boolean, List(Of String)) spec.csharp: - uid: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String}) name: ModifyActionCategories href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__ - 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: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String}) name: ModifyActionCategories href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__ - 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: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - name: ) - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_ name: SetMapAndValidate(Map) nameWithType: MapObject.SetMapAndValidate(Map) fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) spec.csharp: - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) name: SetMapAndValidate href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map) name: SetMapAndValidate href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ) - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.MapObject href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ name: HasCategory(PersonLike, ObjectCategory) nameWithType: MapObject.HasCategory(PersonLike, ObjectCategory) fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) name: HasCategory href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory) name: HasCategory href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) - uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_ name: GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float) nameWithType: MapObject.GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float) fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, float) nameWithType.vb: MapObject.GetEfficiencyModifier(PersonLike, ActionInfo, Boolean, SkillType, Single) fullName.vb: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Skills.SkillType, Single) name.vb: GetEfficiencyModifier(PersonLike, ActionInfo, Boolean, SkillType, Single) spec.csharp: - uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) name: GetEfficiencyModifier href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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: ',' - 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: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single) name: GetEfficiencyModifier href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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: ',' - 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: ) - uid: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single}) commentId: M:TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single}) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__ name: OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary) nameWithType: MapObject.OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary) fullName: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, System.Random, bool, System.Collections.Generic.Dictionary) nameWithType.vb: MapObject.OnRandomQuality(PersonLike, ActionInfo, Boolean, SkillType, Random, Boolean, Dictionary(Of Quality, Single)) fullName.vb: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Skills.SkillType, System.Random, Boolean, System.Collections.Generic.Dictionary(Of TinyLife.Skills.Quality, Single)) name.vb: OnRandomQuality(PersonLike, ActionInfo, Boolean, SkillType, Random, Boolean, Dictionary(Of Quality, Single)) spec.csharp: - uid: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single}) name: OnRandomQuality href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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: ',' - name: " " - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Random name: Random isExternal: true href: https://learn.microsoft.com/dotnet/api/system.random - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: < - uid: TinyLife.Skills.Quality name: Quality href: TinyLife.Skills.Quality.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single}) name: OnRandomQuality href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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: ',' - name: " " - uid: TinyLife.Skills.SkillType name: SkillType href: TinyLife.Skills.SkillType.html - name: ',' - name: " " - uid: System.Random name: Random isExternal: true href: https://learn.microsoft.com/dotnet/api/system.random - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: System.Collections.Generic.Dictionary`2 name: Dictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2 - name: ( - name: Of - name: " " - uid: TinyLife.Skills.Quality name: Quality href: TinyLife.Skills.Quality.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - name: ) - uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_ name: GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType) nameWithType: MapObject.GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType) fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.NeedType) nameWithType.vb: MapObject.GetRestoreNeedModifier(PersonLike, ActionInfo, Boolean, NeedType) fullName.vb: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.NeedType) name.vb: GetRestoreNeedModifier(PersonLike, ActionInfo, Boolean, NeedType) spec.csharp: - uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) name: GetRestoreNeedModifier href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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: ',' - name: " " - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType) name: GetRestoreNeedModifier href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_ - name: ( - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.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: ',' - name: " " - uid: TinyLife.NeedType name: NeedType href: TinyLife.NeedType.html - name: ) - uid: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point) commentId: M:TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsFreeSpot_Microsoft_Xna_Framework_Point_ name: IsFreeSpot(Point) nameWithType: MapObject.IsFreeSpot(Point) fullName: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point) spec.csharp: - uid: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point) name: IsFreeSpot href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsFreeSpot_Microsoft_Xna_Framework_Point_ - name: ( - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point) name: IsFreeSpot href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsFreeSpot_Microsoft_Xna_Framework_Point_ - name: ( - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) - uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_ name: GetPathCostModifier(Point) nameWithType: MapObject.GetPathCostModifier(Point) fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) spec.csharp: - uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) name: GetPathCostModifier href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_ - name: ( - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point) name: GetPathCostModifier href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_ - name: ( - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ) - uid: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single) commentId: M:TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_ name: OnPositionChanged(Vector2, float) nameWithType: MapObject.OnPositionChanged(Vector2, float) fullName: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2, float) nameWithType.vb: MapObject.OnPositionChanged(Vector2, Single) fullName.vb: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2, Single) name.vb: OnPositionChanged(Vector2, Single) spec.csharp: - uid: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single) name: OnPositionChanged href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 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.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single) name: OnPositionChanged href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ) - uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ name: DoDraw(GameTime, object, Color?, bool, List) nameWithType: MapObject.DoDraw(GameTime, object, Color?, bool, List) fullName: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Color?, bool, System.Collections.Generic.List) nameWithType.vb: MapObject.DoDraw(GameTime, Object, Color?, Boolean, List(Of StaticSpriteBatch.Item)) fullName.vb: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, Object, Microsoft.Xna.Framework.Color?, Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)) name.vb: DoDraw(GameTime, Object, Color?, Boolean, List(Of Item)) spec.csharp: - uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) name: DoDraw href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color 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.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: MLEM.Graphics.StaticSpriteBatch.Item name: Item isExternal: true - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}) name: DoDraw href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__ - name: ( - uid: Microsoft.Xna.Framework.GameTime name: GameTime isExternal: true - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color 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.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: MLEM.Graphics.StaticSpriteBatch.Item name: Item isExternal: true - name: ) - name: ) - uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: DoUpdate(GameTime, TimeSpan, float) nameWithType: MapObject.DoUpdate(GameTime, TimeSpan, float) fullName: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) nameWithType.vb: MapObject.DoUpdate(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: DoUpdate(GameTime, TimeSpan, Single) spec.csharp: - uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: DoUpdate href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_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.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: DoUpdate href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_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.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean) commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawColumns_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Object_Microsoft_Xna_Framework_Vector2_MLEM_Textures_TextureRegion_Microsoft_Xna_Framework_Color_System_Single_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_ name: DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List, bool, ParentInfo, float, SpriteEffects, bool) nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List, bool, ParentInfo, float, SpriteEffects, bool) fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float, object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, float, Microsoft.Xna.Framework.Point, System.Collections.Generic.List, bool, TinyLife.Objects.ParentInfo, float, Microsoft.Xna.Framework.Graphics.SpriteEffects, bool) nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean) fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single, Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), Boolean, TinyLife.Objects.ParentInfo, Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, Boolean) name.vb: DrawColumns(Map, Vector2, Single, Object, Vector2, TextureRegion, Color, Single, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean) spec.csharp: - uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean) name: DrawColumns href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawColumns_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Object_Microsoft_Xna_Framework_Vector2_MLEM_Textures_TextureRegion_Microsoft_Xna_Framework_Color_System_Single_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_ - 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: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Object name: object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: MLEM.Graphics.StaticSpriteBatch.Item name: Item isExternal: true - name: '>' - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Objects.ParentInfo name: ParentInfo href: TinyLife.Objects.ParentInfo.html - name: ',' - name: " " - uid: System.Single name: float isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean) name: DrawColumns href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawColumns_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Object_Microsoft_Xna_Framework_Vector2_MLEM_Textures_TextureRegion_Microsoft_Xna_Framework_Color_System_Single_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_ - 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: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: System.Object name: Object isExternal: true href: https://learn.microsoft.com/dotnet/api/system.object - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ',' - name: " " - uid: MLEM.Textures.TextureRegion name: TextureRegion isExternal: true - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Color name: Color isExternal: true - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Point name: Point isExternal: true - name: ',' - name: " " - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: MLEM.Graphics.StaticSpriteBatch.Item name: Item isExternal: true - name: ) - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Objects.ParentInfo name: ParentInfo href: TinyLife.Objects.ParentInfo.html - name: ',' - name: " " - uid: System.Single name: Single isExternal: true href: https://learn.microsoft.com/dotnet/api/system.single - name: ',' - name: " " - uid: Microsoft.Xna.Framework.Graphics.SpriteEffects name: SpriteEffects isExternal: true - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) commentId: M:TinyLife.Objects.MapObject.GetModCategory(System.String) parent: TinyLife.Objects.MapObject isExternal: true href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetModCategory_System_String_ name: GetModCategory(string) nameWithType: MapObject.GetModCategory(string) fullName: TinyLife.Objects.MapObject.GetModCategory(string) nameWithType.vb: MapObject.GetModCategory(String) fullName.vb: TinyLife.Objects.MapObject.GetModCategory(String) name.vb: GetModCategory(String) spec.csharp: - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) name: GetModCategory href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetModCategory_System_String_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: TinyLife.Objects.MapObject.GetModCategory(System.String) name: GetModCategory href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetModCategory_System_String_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - 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.Objects.Person.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(Person) nameWithType: Extensions.JsonCopy(Person) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.Objects.Person) nameWithType.vb: Extensions.JsonCopy(Of Person)(Person) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Person)(TinyLife.Objects.Person) name.vb: JsonCopy(Of Person)(Person) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - 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: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - 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: ) - 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: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) commentId: M:TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__ name: GetMemories(IDictionary) nameWithType: PersonLike.GetMemories(IDictionary) fullName: TinyLife.Objects.PersonLike.GetMemories(System.Collections.Generic.IDictionary) nameWithType.vb: PersonLike.GetMemories(Of TKey, TMem)(IDictionary(Of TKey, MemoryType)) fullName.vb: TinyLife.Objects.PersonLike.GetMemories(Of TKey, TMem)(System.Collections.Generic.IDictionary(Of TKey, TinyLife.Goals.MemoryType)) name.vb: GetMemories(Of TKey, TMem)(IDictionary(Of TKey, MemoryType)) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) name: GetMemories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__ - name: < - name: TKey - name: ',' - name: " " - name: TMem - name: '>' - name: ( - uid: System.Collections.Generic.IDictionary`2 name: IDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2 - name: < - name: TKey - name: ',' - name: " " - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType}) name: GetMemories href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__ - name: ( - name: Of - name: " " - name: TKey - name: ',' - name: " " - name: TMem - name: ) - name: ( - uid: System.Collections.Generic.IDictionary`2 name: IDictionary isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2 - name: ( - name: Of - name: " " - name: TKey - name: ',' - name: " " - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) commentId: M:TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__ name: RemoveMemory(MemoryType, int, Func) nameWithType: PersonLike.RemoveMemory(MemoryType, int, Func) fullName: TinyLife.Objects.PersonLike.RemoveMemory(TinyLife.Goals.MemoryType, int, System.Func) nameWithType.vb: PersonLike.RemoveMemory(Of T)(MemoryType, Integer, Func(Of T, Boolean)) fullName.vb: TinyLife.Objects.PersonLike.RemoveMemory(Of T)(TinyLife.Goals.MemoryType, Integer, System.Func(Of T, Boolean)) name.vb: RemoveMemory(Of T)(MemoryType, Integer, Func(Of T, Boolean)) spec.csharp: - uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) name: RemoveMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: T - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean}) name: RemoveMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ',' - name: " " - 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: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) commentId: M:TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__ name: GetTimeSinceMemory(MemoryType, Func) nameWithType: PersonLike.GetTimeSinceMemory(MemoryType, Func) fullName: TinyLife.Objects.PersonLike.GetTimeSinceMemory(TinyLife.Goals.MemoryType, System.Func) nameWithType.vb: PersonLike.GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean)) fullName.vb: TinyLife.Objects.PersonLike.GetTimeSinceMemory(Of T)(TinyLife.Goals.MemoryType, System.Func(Of T, Boolean)) name.vb: GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean)) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) name: GetTimeSinceMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__ - name: < - name: T - name: '>' - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.html - name: ',' - name: " " - uid: System.Func`2 name: Func isExternal: true href: https://learn.microsoft.com/dotnet/api/system.func-2 - name: < - name: T - name: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: '>' - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean}) name: GetTimeSinceMemory href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - uid: TinyLife.Goals.MemoryType name: MemoryType href: TinyLife.Goals.MemoryType.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: " " - name: T - name: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ) - name: ) - 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.Goals.Project commentId: T:TinyLife.Goals.Project parent: TinyLife.Goals href: TinyLife.Goals.Project.html name: Project nameWithType: Project fullName: TinyLife.Goals.Project - uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) commentId: M:TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_ name: StartProject(Project) nameWithType: Person.StartProject(Project) fullName: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) spec.csharp: - uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) name: StartProject href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_ - name: ( - uid: TinyLife.Goals.Project name: Project href: TinyLife.Goals.Project.html - name: ) spec.vb: - uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project) name: StartProject href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_ - name: ( - uid: TinyLife.Goals.Project name: Project href: TinyLife.Goals.Project.html - name: ) - uid: TinyLife.Objects.Person.GetProject(System.String,System.String) commentId: M:TinyLife.Objects.Person.GetProject(System.String,System.String) isExternal: true href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_ name: GetProject(string, string) nameWithType: Person.GetProject(string, string) fullName: TinyLife.Objects.Person.GetProject(string, string) nameWithType.vb: Person.GetProject(String, String) fullName.vb: TinyLife.Objects.Person.GetProject(String, String) name.vb: GetProject(String, String) spec.csharp: - uid: TinyLife.Objects.Person.GetProject(System.String,System.String) name: GetProject href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: TinyLife.Objects.Person.GetProject(System.String,System.String) name: GetProject href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ',' - name: " " - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: TinyLife.Objects.Person.GetProjects(System.String) commentId: M:TinyLife.Objects.Person.GetProjects(System.String) isExternal: true href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProjects_System_String_ name: GetProjects(string) nameWithType: Person.GetProjects(string) fullName: TinyLife.Objects.Person.GetProjects(string) nameWithType.vb: Person.GetProjects(String) fullName.vb: TinyLife.Objects.Person.GetProjects(String) name.vb: GetProjects(String) spec.csharp: - uid: TinyLife.Objects.Person.GetProjects(System.String) name: GetProjects href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProjects_System_String_ - name: ( - uid: System.String name: string isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) spec.vb: - uid: TinyLife.Objects.Person.GetProjects(System.String) name: GetProjects href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProjects_System_String_ - name: ( - uid: System.String name: String isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string - name: ) - uid: TinyLife.Goals.Project.Remove commentId: M:TinyLife.Goals.Project.Remove href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Remove name: Remove() nameWithType: Project.Remove() fullName: TinyLife.Goals.Project.Remove() spec.csharp: - uid: TinyLife.Goals.Project.Remove name: Remove href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Remove - name: ( - name: ) spec.vb: - uid: TinyLife.Goals.Project.Remove name: Remove href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Remove - name: ( - name: ) - uid: System.Collections.Generic.List{TinyLife.Goals.Project} commentId: T:System.Collections.Generic.List{TinyLife.Goals.Project} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of Project) fullName.vb: System.Collections.Generic.List(Of TinyLife.Goals.Project) name.vb: List(Of Project) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: TinyLife.Goals.Project name: Project href: TinyLife.Goals.Project.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: TinyLife.Goals.Project name: Project href: TinyLife.Goals.Project.html - name: ) - uid: TinyLife.Goals commentId: N:TinyLife.Goals href: TinyLife.html name: TinyLife.Goals nameWithType: TinyLife.Goals fullName: TinyLife.Goals spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Goals name: Goals href: TinyLife.Goals.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Goals name: Goals href: TinyLife.Goals.html - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullName.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic spec.csharp: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic spec.vb: - uid: System name: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system - name: . - uid: System.Collections name: Collections isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections - name: . - uid: System.Collections.Generic name: Generic isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic - uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) commentId: M:TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) isExternal: true href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_ name: AddJob(JobType, int) nameWithType: Person.AddJob(JobType, int) fullName: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, int) nameWithType.vb: Person.AddJob(JobType, Integer) fullName.vb: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, Integer) name.vb: AddJob(JobType, Integer) spec.csharp: - uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) name: AddJob href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_ - name: ( - uid: TinyLife.Goals.JobType name: JobType href: TinyLife.Goals.JobType.html - name: ',' - name: " " - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) spec.vb: - uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32) name: AddJob href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_ - name: ( - uid: TinyLife.Goals.JobType name: JobType href: TinyLife.Goals.JobType.html - name: ',' - name: " " - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ) - uid: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) commentId: M:TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_ name: RemoveJob(JobType) nameWithType: Person.RemoveJob(JobType) fullName: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) spec.csharp: - uid: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) name: RemoveJob href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_ - name: ( - uid: TinyLife.Goals.JobType name: JobType href: TinyLife.Goals.JobType.html - name: ) spec.vb: - uid: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType) name: RemoveJob href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_ - name: ( - uid: TinyLife.Goals.JobType name: JobType href: TinyLife.Goals.JobType.html - name: ) - uid: System.Collections.Generic.List{TinyLife.Goals.Job} commentId: T:System.Collections.Generic.List{TinyLife.Goals.Job} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of Job) fullName.vb: System.Collections.Generic.List(Of TinyLife.Goals.Job) name.vb: List(Of Job) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: TinyLife.Goals.Job name: Job href: TinyLife.Goals.Job.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: TinyLife.Goals.Job name: Job href: TinyLife.Goals.Job.html - name: ) - uid: System.String commentId: T:System.String parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.string name: string nameWithType: string fullName: string nameWithType.vb: String fullName.vb: String name.vb: String - uid: TinyLife.Objects.Person commentId: T:TinyLife.Objects.Person parent: TinyLife.Objects href: TinyLife.Objects.Person.html name: Person nameWithType: Person fullName: TinyLife.Objects.Person - uid: TinyLife.Objects.PersonLike.FullNamePronouns commentId: P:TinyLife.Objects.PersonLike.FullNamePronouns parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FullNamePronouns name: FullNamePronouns nameWithType: PersonLike.FullNamePronouns fullName: TinyLife.Objects.PersonLike.FullNamePronouns - uid: TinyLife.Objects.Person.FullNamePronouns* commentId: Overload:TinyLife.Objects.Person.FullNamePronouns href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_FullNamePronouns name: FullNamePronouns nameWithType: Person.FullNamePronouns fullName: TinyLife.Objects.Person.FullNamePronouns - uid: TinyLife.Goals.Job commentId: T:TinyLife.Goals.Job parent: TinyLife.Goals href: TinyLife.Goals.Job.html name: Job nameWithType: Job fullName: TinyLife.Goals.Job - uid: TinyLife.Objects.Person.Job* commentId: Overload:TinyLife.Objects.Person.Job href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Job name: Job nameWithType: Person.Job fullName: TinyLife.Objects.Person.Job - uid: TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_DecorativeRating name: DecorativeRating nameWithType: FurnitureType.TypeSettings.DecorativeRating fullName: TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating - uid: TinyLife.Objects.Person.CurrentRoomDecorativeRating* commentId: Overload:TinyLife.Objects.Person.CurrentRoomDecorativeRating href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_CurrentRoomDecorativeRating name: CurrentRoomDecorativeRating nameWithType: Person.CurrentRoomDecorativeRating fullName: TinyLife.Objects.Person.CurrentRoomDecorativeRating - 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.Objects.Furniture commentId: T:TinyLife.Objects.Furniture parent: TinyLife.Objects href: TinyLife.Objects.Furniture.html name: Furniture nameWithType: Furniture fullName: TinyLife.Objects.Furniture - uid: System.Guid.Empty commentId: F:System.Guid.Empty isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid.empty name: Empty nameWithType: Guid.Empty fullName: System.Guid.Empty - uid: System.Guid commentId: T:System.Guid parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.guid name: Guid nameWithType: Guid fullName: System.Guid - uid: TinyLife.World.LotEmployment.Instance commentId: T:TinyLife.World.LotEmployment.Instance parent: TinyLife.World href: TinyLife.World.LotEmployment.html name: LotEmployment.Instance nameWithType: LotEmployment.Instance fullName: TinyLife.World.LotEmployment.Instance spec.csharp: - uid: TinyLife.World.LotEmployment name: LotEmployment href: TinyLife.World.LotEmployment.html - name: . - uid: TinyLife.World.LotEmployment.Instance name: Instance href: TinyLife.World.LotEmployment.Instance.html spec.vb: - uid: TinyLife.World.LotEmployment name: LotEmployment href: TinyLife.World.LotEmployment.html - name: . - uid: TinyLife.World.LotEmployment.Instance name: Instance href: TinyLife.World.LotEmployment.Instance.html - uid: TinyLife.World.Household commentId: T:TinyLife.World.Household parent: TinyLife.World href: TinyLife.World.Household.html name: Household nameWithType: Household fullName: TinyLife.World.Household - uid: TinyLife.World commentId: N:TinyLife.World href: TinyLife.html name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.World name: World href: TinyLife.World.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.World name: World href: TinyLife.World.html - uid: TinyLife.Goals.LifeGoal.Instance commentId: T:TinyLife.Goals.LifeGoal.Instance parent: TinyLife.Goals href: TinyLife.Goals.LifeGoal.html name: LifeGoal.Instance nameWithType: LifeGoal.Instance fullName: TinyLife.Goals.LifeGoal.Instance spec.csharp: - uid: TinyLife.Goals.LifeGoal name: LifeGoal href: TinyLife.Goals.LifeGoal.html - name: . - uid: TinyLife.Goals.LifeGoal.Instance name: Instance href: TinyLife.Goals.LifeGoal.Instance.html spec.vb: - uid: TinyLife.Goals.LifeGoal name: LifeGoal href: TinyLife.Goals.LifeGoal.html - name: . - uid: TinyLife.Goals.LifeGoal.Instance name: Instance href: TinyLife.Goals.LifeGoal.Instance.html - uid: TinyLife.Objects.Person.LifeGoal* commentId: Overload:TinyLife.Objects.Person.LifeGoal href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LifeGoal name: LifeGoal nameWithType: Person.LifeGoal fullName: TinyLife.Objects.Person.LifeGoal - uid: System.Int32[] 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() spec.csharp: - uid: System.Int32 name: int isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: '[' - name: ']' spec.vb: - uid: System.Int32 name: Integer isExternal: true href: https://learn.microsoft.com/dotnet/api/system.int32 - name: ( - name: ) - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean name: bool nameWithType: bool fullName: bool nameWithType.vb: Boolean fullName.vb: Boolean name.vb: Boolean - uid: TinyLife.World.LotEmployment commentId: T:TinyLife.World.LotEmployment parent: TinyLife.World href: TinyLife.World.LotEmployment.html name: LotEmployment nameWithType: LotEmployment fullName: TinyLife.World.LotEmployment - uid: TinyLife.Objects.PersonLike.IsRegularVisitor commentId: P:TinyLife.Objects.PersonLike.IsRegularVisitor parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsRegularVisitor name: IsRegularVisitor nameWithType: PersonLike.IsRegularVisitor fullName: TinyLife.Objects.PersonLike.IsRegularVisitor - uid: TinyLife.Objects.Person.IsRegularVisitor* commentId: Overload:TinyLife.Objects.Person.IsRegularVisitor href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_IsRegularVisitor name: IsRegularVisitor nameWithType: Person.IsRegularVisitor fullName: TinyLife.Objects.Person.IsRegularVisitor - uid: TinyLife.Objects.PersonLike.DrawSize commentId: P:TinyLife.Objects.PersonLike.DrawSize parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawSize name: DrawSize nameWithType: PersonLike.DrawSize fullName: TinyLife.Objects.PersonLike.DrawSize - uid: TinyLife.Objects.Person.DrawSize* commentId: Overload:TinyLife.Objects.Person.DrawSize href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawSize name: DrawSize nameWithType: Person.DrawSize fullName: TinyLife.Objects.Person.DrawSize - uid: Microsoft.Xna.Framework.Point commentId: T:Microsoft.Xna.Framework.Point parent: Microsoft.Xna.Framework isExternal: true name: Point nameWithType: Point fullName: Microsoft.Xna.Framework.Point - 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.Objects.Person.LifeGoal commentId: P:TinyLife.Objects.Person.LifeGoal href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LifeGoal name: LifeGoal nameWithType: Person.LifeGoal fullName: TinyLife.Objects.Person.LifeGoal - uid: System.Action{TinyLife.Goals.LifeGoal.Instance} commentId: T:System.Action{TinyLife.Goals.LifeGoal.Instance} parent: System definition: System.Action`1 href: https://learn.microsoft.com/dotnet/api/system.action-1 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of LifeGoal.Instance) fullName.vb: System.Action(Of TinyLife.Goals.LifeGoal.Instance) name.vb: Action(Of LifeGoal.Instance) spec.csharp: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: TinyLife.Goals.LifeGoal name: LifeGoal href: TinyLife.Goals.LifeGoal.html - name: . - uid: TinyLife.Goals.LifeGoal.Instance name: Instance href: TinyLife.Goals.LifeGoal.Instance.html - name: '>' spec.vb: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: TinyLife.Goals.LifeGoal name: LifeGoal href: TinyLife.Goals.LifeGoal.html - name: . - uid: TinyLife.Goals.LifeGoal.Instance name: Instance href: TinyLife.Goals.LifeGoal.Instance.html - name: ) - uid: System.Action`1 commentId: T:System.Action`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of T) fullName.vb: System.Action(Of T) name.vb: Action(Of T) spec.csharp: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: System.Action{TinyLife.Objects.PersonLike} commentId: T:System.Action{TinyLife.Objects.PersonLike} parent: System definition: System.Action`1 href: https://learn.microsoft.com/dotnet/api/system.action-1 name: Action nameWithType: Action fullName: System.Action nameWithType.vb: Action(Of PersonLike) fullName.vb: System.Action(Of TinyLife.Objects.PersonLike) name.vb: Action(Of PersonLike) spec.csharp: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: < - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: '>' spec.vb: - uid: System.Action`1 name: Action isExternal: true href: https://learn.microsoft.com/dotnet/api/system.action-1 - name: ( - name: Of - name: " " - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ) - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) isExternal: true href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___ name: Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]) nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[]) fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.PersonLike[]) nameWithType.vb: Person.Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike()) fullName.vb: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, Boolean, Boolean, Boolean, Boolean, TinyLife.Objects.PersonLike()) name.vb: Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike()) spec.csharp: - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) name: Create href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: System.Random name: Random isExternal: true href: https://learn.microsoft.com/dotnet/api/system.random - name: ',' - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - 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: ',' - name: " " - uid: System.Boolean name: bool isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: '[' - name: ']' - name: ) spec.vb: - uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[]) name: Create href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___ - name: ( - uid: TinyLife.World.Map name: Map href: TinyLife.World.Map.html - name: ',' - name: " " - uid: System.Random name: Random isExternal: true href: https://learn.microsoft.com/dotnet/api/system.random - name: ',' - name: " " - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - 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: ',' - name: " " - uid: System.Boolean name: Boolean isExternal: true href: https://learn.microsoft.com/dotnet/api/system.boolean - name: ',' - name: " " - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ( - name: ) - name: ) - uid: TinyLife.Objects.Person.#ctor* commentId: Overload:TinyLife.Objects.Person.#ctor href: TinyLife.Objects.Person.html#TinyLife_Objects_Person__ctor_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_ name: Person nameWithType: Person.Person fullName: TinyLife.Objects.Person.Person nameWithType.vb: Person.New fullName.vb: TinyLife.Objects.Person.New name.vb: New - uid: TinyLife.World.Map commentId: T:TinyLife.World.Map parent: TinyLife.World href: TinyLife.World.Map.html name: Map nameWithType: Map fullName: TinyLife.World.Map - uid: Microsoft.Xna.Framework.Vector2 commentId: T:Microsoft.Xna.Framework.Vector2 parent: Microsoft.Xna.Framework isExternal: true name: Vector2 nameWithType: Vector2 fullName: Microsoft.Xna.Framework.Vector2 - 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: TinyLife.World.Household.FurnitureStorage commentId: F:TinyLife.World.Household.FurnitureStorage href: TinyLife.World.Household.html#TinyLife_World_Household_FurnitureStorage name: FurnitureStorage nameWithType: Household.FurnitureStorage fullName: TinyLife.World.Household.FurnitureStorage - 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.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) commentId: M:TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: Update(GameTime, TimeSpan, float) nameWithType: PersonLike.Update(GameTime, TimeSpan, float) fullName: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float) nameWithType.vb: PersonLike.Update(GameTime, TimeSpan, Single) fullName.vb: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single) name.vb: Update(GameTime, TimeSpan, Single) spec.csharp: - uid: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_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.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single) name: Update href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_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.Objects.Person.Update* commentId: Overload:TinyLife.Objects.Person.Update href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_ name: Update nameWithType: Person.Update fullName: TinyLife.Objects.Person.Update - 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: 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.RequiredSkill commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredSkill href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_RequiredSkill name: RequiredSkill nameWithType: ActionType.TypeSettings.RequiredSkill fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill - uid: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_RequiredEmotion name: RequiredEmotion nameWithType: ActionType.TypeSettings.RequiredEmotion fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion - uid: TinyLife.World.LotType.CanExecuteAction commentId: P:TinyLife.World.LotType.CanExecuteAction href: TinyLife.World.LotType.html#TinyLife_World_LotType_CanExecuteAction name: CanExecuteAction nameWithType: LotType.CanExecuteAction fullName: TinyLife.World.LotType.CanExecuteAction - uid: TinyLife.Uis.Notifications commentId: T:TinyLife.Uis.Notifications href: TinyLife.Uis.Notifications.html name: Notifications nameWithType: Notifications fullName: TinyLife.Uis.Notifications - uid: TinyLife.Actions.CanExecuteResult commentId: T:TinyLife.Actions.CanExecuteResult parent: TinyLife.Actions href: TinyLife.Actions.CanExecuteResult.html name: CanExecuteResult nameWithType: CanExecuteResult fullName: TinyLife.Actions.CanExecuteResult - uid: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ name: CanExecuteAction(ActionType, ActionInfo, bool) nameWithType: PersonLike.CanExecuteAction(ActionType, ActionInfo, bool) fullName: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool) nameWithType.vb: PersonLike.CanExecuteAction(ActionType, ActionInfo, Boolean) fullName.vb: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean) name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) name: CanExecuteAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanExecuteAction_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.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean) name: CanExecuteAction href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanExecuteAction_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.Objects.Person.CanExecuteAction* commentId: Overload:TinyLife.Objects.Person.CanExecuteAction href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_ name: CanExecuteAction nameWithType: Person.CanExecuteAction fullName: TinyLife.Objects.Person.CanExecuteAction - 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 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: 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.PersonalityType.Extroverted commentId: F:TinyLife.PersonalityType.Extroverted href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_Extroverted name: Extroverted nameWithType: PersonalityType.Extroverted fullName: TinyLife.PersonalityType.Extroverted - uid: TinyLife.PersonalityType.Introverted commentId: F:TinyLife.PersonalityType.Introverted href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_Introverted name: Introverted nameWithType: PersonalityType.Introverted fullName: TinyLife.PersonalityType.Introverted - uid: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType) commentId: M:TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_ name: GetPassiveActionPriority(ActionType) nameWithType: PersonLike.GetPassiveActionPriority(ActionType) fullName: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType) name: GetPassiveActionPriority href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType) name: GetPassiveActionPriority href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_ - name: ( - uid: TinyLife.Actions.ActionType name: ActionType href: TinyLife.Actions.ActionType.html - name: ) - uid: TinyLife.Objects.Person.GetPassiveActionPriority* commentId: Overload:TinyLife.Objects.Person.GetPassiveActionPriority href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetPassiveActionPriority_TinyLife_Actions_ActionType_ name: GetPassiveActionPriority nameWithType: Person.GetPassiveActionPriority fullName: TinyLife.Objects.Person.GetPassiveActionPriority - uid: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) commentId: M:TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_ name: GetAiPriorityForObject(MapObject, ObjectCategory) nameWithType: PersonLike.GetAiPriorityForObject(MapObject, ObjectCategory) fullName: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject, TinyLife.Objects.ObjectCategory) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) name: GetAiPriorityForObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory) name: GetAiPriorityForObject href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_ - name: ( - uid: TinyLife.Objects.MapObject name: MapObject href: TinyLife.Objects.MapObject.html - name: ',' - name: " " - uid: TinyLife.Objects.ObjectCategory name: ObjectCategory href: TinyLife.Objects.ObjectCategory.html - name: ) - uid: TinyLife.Objects.Person.GetAiPriorityForObject* commentId: Overload:TinyLife.Objects.Person.GetAiPriorityForObject href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_ name: GetAiPriorityForObject nameWithType: Person.GetAiPriorityForObject fullName: TinyLife.Objects.Person.GetAiPriorityForObject - uid: TinyLife.Objects.ObjectCategory commentId: T:TinyLife.Objects.ObjectCategory parent: TinyLife.Objects href: TinyLife.Objects.ObjectCategory.html name: ObjectCategory nameWithType: ObjectCategory fullName: TinyLife.Objects.ObjectCategory - uid: TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean) commentId: M:TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetToStatic_System_Boolean_System_Boolean_ name: ResetToStatic(bool, bool) nameWithType: PersonLike.ResetToStatic(bool, bool) fullName: TinyLife.Objects.PersonLike.ResetToStatic(bool, bool) nameWithType.vb: PersonLike.ResetToStatic(Boolean, Boolean) fullName.vb: TinyLife.Objects.PersonLike.ResetToStatic(Boolean, Boolean) name.vb: ResetToStatic(Boolean, Boolean) spec.csharp: - uid: TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean) name: ResetToStatic href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetToStatic_System_Boolean_System_Boolean_ - 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.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean) name: ResetToStatic href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetToStatic_System_Boolean_System_Boolean_ - 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.Objects.Person.ResetToStatic* commentId: Overload:TinyLife.Objects.Person.ResetToStatic href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_ResetToStatic_System_Boolean_System_Boolean_ name: ResetToStatic nameWithType: Person.ResetToStatic fullName: TinyLife.Objects.Person.ResetToStatic - uid: TinyLife.Objects.PersonLike.OnRoomCheck commentId: M:TinyLife.Objects.PersonLike.OnRoomCheck parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnRoomCheck name: OnRoomCheck() nameWithType: PersonLike.OnRoomCheck() fullName: TinyLife.Objects.PersonLike.OnRoomCheck() spec.csharp: - uid: TinyLife.Objects.PersonLike.OnRoomCheck name: OnRoomCheck href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnRoomCheck - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.OnRoomCheck name: OnRoomCheck href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnRoomCheck - name: ( - name: ) - uid: TinyLife.Objects.Person.OnRoomCheck* commentId: Overload:TinyLife.Objects.Person.OnRoomCheck href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_OnRoomCheck name: OnRoomCheck nameWithType: Person.OnRoomCheck fullName: TinyLife.Objects.Person.OnRoomCheck - uid: TinyLife.Objects.PersonLike.Validate commentId: M:TinyLife.Objects.PersonLike.Validate parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate name: Validate() nameWithType: PersonLike.Validate() fullName: TinyLife.Objects.PersonLike.Validate() spec.csharp: - uid: TinyLife.Objects.PersonLike.Validate name: Validate href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.Validate name: Validate href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate - name: ( - name: ) - uid: TinyLife.Objects.Person.Validate* commentId: Overload:TinyLife.Objects.Person.Validate href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Validate name: Validate nameWithType: Person.Validate fullName: TinyLife.Objects.Person.Validate - uid: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip) commentId: M:TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHoverInfo_MLEM_Ui_Elements_Tooltip_ name: GetHoverInfo(Tooltip) nameWithType: PersonLike.GetHoverInfo(Tooltip) fullName: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip) spec.csharp: - uid: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip) name: GetHoverInfo href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHoverInfo_MLEM_Ui_Elements_Tooltip_ - name: ( - uid: MLEM.Ui.Elements.Tooltip name: Tooltip isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip) name: GetHoverInfo href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHoverInfo_MLEM_Ui_Elements_Tooltip_ - name: ( - uid: MLEM.Ui.Elements.Tooltip name: Tooltip isExternal: true - name: ) - uid: TinyLife.Objects.Person.GetHoverInfo* commentId: Overload:TinyLife.Objects.Person.GetHoverInfo href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetHoverInfo_MLEM_Ui_Elements_Tooltip_ name: GetHoverInfo nameWithType: Person.GetHoverInfo fullName: TinyLife.Objects.Person.GetHoverInfo - uid: MLEM.Ui.Elements.Tooltip commentId: T:MLEM.Ui.Elements.Tooltip parent: MLEM.Ui.Elements isExternal: true name: Tooltip nameWithType: Tooltip fullName: MLEM.Ui.Elements.Tooltip - uid: MLEM.Ui.Elements commentId: N:MLEM.Ui.Elements isExternal: true name: MLEM.Ui.Elements nameWithType: MLEM.Ui.Elements fullName: MLEM.Ui.Elements spec.csharp: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Ui name: Ui isExternal: true - name: . - uid: MLEM.Ui.Elements name: Elements isExternal: true spec.vb: - uid: MLEM name: MLEM isExternal: true - name: . - uid: MLEM.Ui name: Ui isExternal: true - name: . - uid: MLEM.Ui.Elements name: Elements isExternal: true - uid: TinyLife.Objects.PersonLike.set_Age(TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Objects.PersonLike.set_Age(TinyLife.Objects.AgeGroup) href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Age name: Age.set nameWithType: PersonLike.Age.set fullName: TinyLife.Objects.PersonLike.Age.set nameWithType.vb: PersonLike.Age(AgeGroup) fullName.vb: TinyLife.Objects.PersonLike.Age(TinyLife.Objects.AgeGroup) name.vb: Age(AgeGroup) spec.csharp: - uid: TinyLife.Objects.PersonLike.Age name: Age href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Age - name: . - name: set spec.vb: - uid: TinyLife.Objects.PersonLike.Age name: Age href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Age - name: ( - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ) - uid: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup) commentId: M:TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup) parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnAgeChanged_TinyLife_Objects_AgeGroup_ name: OnAgeChanged(AgeGroup) nameWithType: PersonLike.OnAgeChanged(AgeGroup) fullName: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup) spec.csharp: - uid: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup) name: OnAgeChanged href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnAgeChanged_TinyLife_Objects_AgeGroup_ - name: ( - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup) name: OnAgeChanged href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnAgeChanged_TinyLife_Objects_AgeGroup_ - name: ( - uid: TinyLife.Objects.AgeGroup name: AgeGroup href: TinyLife.Objects.AgeGroup.html - name: ) - uid: TinyLife.Objects.Person.OnAgeChanged* commentId: Overload:TinyLife.Objects.Person.OnAgeChanged href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_OnAgeChanged_TinyLife_Objects_AgeGroup_ name: OnAgeChanged nameWithType: Person.OnAgeChanged fullName: TinyLife.Objects.Person.OnAgeChanged - uid: TinyLife.Objects.AgeGroup commentId: T:TinyLife.Objects.AgeGroup parent: TinyLife.Objects href: TinyLife.Objects.AgeGroup.html name: AgeGroup nameWithType: AgeGroup fullName: TinyLife.Objects.AgeGroup - uid: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2) isExternal: true href: TinyLife.World.Map.html#TinyLife_World_Map_GetClosestFreeExitPoint_Microsoft_Xna_Framework_Vector2_ name: GetClosestFreeExitPoint(Vector2) nameWithType: Map.GetClosestFreeExitPoint(Vector2) fullName: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2) spec.csharp: - uid: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2) name: GetClosestFreeExitPoint href: TinyLife.World.Map.html#TinyLife_World_Map_GetClosestFreeExitPoint_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) spec.vb: - uid: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2) name: GetClosestFreeExitPoint href: TinyLife.World.Map.html#TinyLife_World_Map_GetClosestFreeExitPoint_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) - uid: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2) commentId: M:TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2) parent: TinyLife.Objects.PersonLike isExternal: true href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_ name: GoToExitRoad(Vector2) nameWithType: PersonLike.GoToExitRoad(Vector2) fullName: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2) spec.csharp: - uid: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2) name: GoToExitRoad href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2) name: GoToExitRoad href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_ - name: ( - uid: Microsoft.Xna.Framework.Vector2 name: Vector2 isExternal: true - name: ) - uid: TinyLife.Objects.Person.GoToExitRoad* commentId: Overload:TinyLife.Objects.Person.GoToExitRoad href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GoToExitRoad_Microsoft_Xna_Framework_Vector2_ name: GoToExitRoad nameWithType: Person.GoToExitRoad fullName: TinyLife.Objects.Person.GoToExitRoad - uid: TinyLife.Goals.GoalSet commentId: T:TinyLife.Goals.GoalSet parent: TinyLife.Goals href: TinyLife.Goals.GoalSet.html name: GoalSet nameWithType: GoalSet fullName: TinyLife.Goals.GoalSet - uid: TinyLife.Objects.PersonLike.GetCurrentGoals commentId: M:TinyLife.Objects.PersonLike.GetCurrentGoals parent: TinyLife.Objects.PersonLike href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals name: GetCurrentGoals() nameWithType: PersonLike.GetCurrentGoals() fullName: TinyLife.Objects.PersonLike.GetCurrentGoals() spec.csharp: - uid: TinyLife.Objects.PersonLike.GetCurrentGoals name: GetCurrentGoals href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals - name: ( - name: ) spec.vb: - uid: TinyLife.Objects.PersonLike.GetCurrentGoals name: GetCurrentGoals href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals - name: ( - name: ) - uid: TinyLife.Objects.Person.GetCurrentGoals* commentId: Overload:TinyLife.Objects.Person.GetCurrentGoals href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetCurrentGoals name: GetCurrentGoals nameWithType: Person.GetCurrentGoals fullName: TinyLife.Objects.Person.GetCurrentGoals - uid: System.Collections.Generic.List{TinyLife.Goals.IGoalTriggerable} commentId: T:System.Collections.Generic.List{TinyLife.Goals.IGoalTriggerable} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of IGoalTriggerable) fullName.vb: System.Collections.Generic.List(Of TinyLife.Goals.IGoalTriggerable) name.vb: List(Of IGoalTriggerable) spec.csharp: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: < - uid: TinyLife.Goals.IGoalTriggerable name: IGoalTriggerable href: TinyLife.Goals.IGoalTriggerable.html - name: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1 - name: ( - name: Of - name: " " - uid: TinyLife.Goals.IGoalTriggerable name: IGoalTriggerable href: TinyLife.Goals.IGoalTriggerable.html - name: ) - uid: TinyLife.Goals.Project.Type commentId: F:TinyLife.Goals.Project.Type href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Type name: Type nameWithType: Project.Type fullName: TinyLife.Goals.Project.Type - uid: TinyLife.Objects.Person.GetProjects* commentId: Overload:TinyLife.Objects.Person.GetProjects href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProjects_System_String_ name: GetProjects nameWithType: Person.GetProjects fullName: TinyLife.Objects.Person.GetProjects - uid: System.Collections.Generic.IEnumerable{TinyLife.Goals.Project} commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Goals.Project} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of Project) fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Goals.Project) name.vb: IEnumerable(Of Project) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - uid: TinyLife.Goals.Project name: Project href: TinyLife.Goals.Project.html - name: '>' spec.vb: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - uid: TinyLife.Goals.Project name: Project href: TinyLife.Goals.Project.html - name: ) - uid: System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1 isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of T) fullName.vb: System.Collections.Generic.IEnumerable(Of T) name.vb: IEnumerable(Of T) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: < - name: T - name: '>' spec.vb: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable isExternal: true href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1 - name: ( - name: Of - name: " " - name: T - name: ) - uid: TinyLife.Goals.Project.Name commentId: F:TinyLife.Goals.Project.Name href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Name name: Name nameWithType: Project.Name fullName: TinyLife.Goals.Project.Name - uid: TinyLife.Objects.Person.GetProject* commentId: Overload:TinyLife.Objects.Person.GetProject href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_ name: GetProject nameWithType: Person.GetProject fullName: TinyLife.Objects.Person.GetProject - uid: TinyLife.Objects.Person.StartProject* commentId: Overload:TinyLife.Objects.Person.StartProject href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_ name: StartProject nameWithType: Person.StartProject fullName: TinyLife.Objects.Person.StartProject - uid: TinyLife.Objects.Person.SetJob* commentId: Overload:TinyLife.Objects.Person.SetJob href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_SetJob_TinyLife_Goals_JobType_System_Int32_ name: SetJob nameWithType: Person.SetJob fullName: TinyLife.Objects.Person.SetJob - uid: TinyLife.Goals.JobType commentId: T:TinyLife.Goals.JobType parent: TinyLife.Goals href: TinyLife.Goals.JobType.html name: JobType nameWithType: JobType fullName: TinyLife.Goals.JobType - uid: TinyLife.Objects.Person.OnJobChanged commentId: E:TinyLife.Objects.Person.OnJobChanged href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_OnJobChanged name: OnJobChanged nameWithType: Person.OnJobChanged fullName: TinyLife.Objects.Person.OnJobChanged - uid: TinyLife.Objects.Person.AddJob* commentId: Overload:TinyLife.Objects.Person.AddJob href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_ name: AddJob nameWithType: Person.AddJob fullName: TinyLife.Objects.Person.AddJob - uid: TinyLife.Objects.Person.RemoveJob* commentId: Overload:TinyLife.Objects.Person.RemoveJob href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_ name: RemoveJob nameWithType: Person.RemoveJob fullName: TinyLife.Objects.Person.RemoveJob - uid: System.Random commentId: T:System.Random parent: System isExternal: true href: https://learn.microsoft.com/dotnet/api/system.random name: Random nameWithType: Random fullName: System.Random - uid: TinyLife.Objects.Person.Create* commentId: Overload:TinyLife.Objects.Person.Create href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___ name: Create nameWithType: Person.Create fullName: TinyLife.Objects.Person.Create - uid: TinyLife.Objects.PersonLike[] isExternal: true href: TinyLife.Objects.PersonLike.html name: PersonLike[] nameWithType: PersonLike[] fullName: TinyLife.Objects.PersonLike[] nameWithType.vb: PersonLike() fullName.vb: TinyLife.Objects.PersonLike() name.vb: PersonLike() spec.csharp: - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: '[' - name: ']' spec.vb: - uid: TinyLife.Objects.PersonLike name: PersonLike href: TinyLife.Objects.PersonLike.html - name: ( - name: )