2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
id : Person
parent : TinyLife.Objects
children :
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
2023-05-26 15:16:22 +02:00
- TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
2023-05-11 14:56:06 +02:00
- TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.CurrentRoomDecorativeRating
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.Person.DiaperDirty
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.DrawSize
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.Person.FullNamePronouns
2024-04-14 17:55:54 +02:00
- TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Person.GetCurrentGoals
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
- TinyLife.Objects.Person.GetProject(System.String,System.String)
- TinyLife.Objects.Person.GetProjects(System.String)
2023-07-20 14:27:20 +02:00
- TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
2021-08-30 20:44:32 +02:00
- TinyLife.Objects.Person.IsRegularVisitor
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.Job
2023-05-26 15:16:22 +02:00
- TinyLife.Objects.Person.Jobs
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.LastBedSleptIn
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Person.LifeGoal
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.LotEmployment
2023-05-11 14:56:06 +02:00
- TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.OnJobChanged
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Person.OnLifeGoalChanged
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.Person.OnRoomCheck
2023-07-20 14:27:20 +02:00
- TinyLife.Objects.Person.PhoneColors
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.Projects
2023-04-14 13:00:36 +02:00
- TinyLife.Objects.Person.Pronouns
2023-05-26 15:16:22 +02:00
- TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
2023-08-15 13:17:22 +02:00
- TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType,System.Int32)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Person.Validate
langs :
- csharp
- vb
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
type : Class
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Person
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 24
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Represents a human person, known in the game as a Tiny. This class extends <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref>, but stores additional human-specific information, like <xref href="TinyLife.Objects.Person.Projects" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Person.Jobs" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Person.Pronouns" data-throw-if-not-resolved="false"></xref>, and more.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content: 'public class Person : PersonLike, IGenericDataHolder, IUpdatingObject'
content.vb : Public Class Person Inherits PersonLike Implements IGenericDataHolder, IUpdatingObject
2021-08-04 06:51:12 +02:00
inheritance :
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
implements :
- MLEM.Misc.IGenericDataHolder
- TinyLife.Objects.IUpdatingObject
inheritedMembers :
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.PersonRotationOrder
- TinyLife.Objects.MapObject.OnCreated
- TinyLife.Objects.MapObject.OnValidated
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.MapObject.OnValidatedEarly
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.OnEventsAttachable
- TinyLife.Objects.MapObject.OnDraw
- TinyLife.Objects.MapObject.OnUpdate
2023-01-16 12:24:01 +01:00
- TinyLife.Objects.MapObject.OnGetHoverInfo
2024-04-14 17:55:54 +02:00
- TinyLife.Objects.MapObject.OnGetDebugLines
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.MapObject.Position
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.MapObject.Floor
2022-07-28 14:58:38 +02:00
- TinyLife.Objects.MapObject.Visibility
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.Id
- TinyLife.Objects.MapObject.Map
- TinyLife.Objects.MapObject.CurrentLot
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.MapObject.CurrentRoom
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.IsInWorld
2023-03-30 18:07:55 +02:00
- TinyLife.Objects.MapObject.HoldingPerson
2023-06-25 15:41:49 +02:00
- TinyLife.Objects.MapObject.ValidateEarly
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.OnAdded
- TinyLife.Objects.MapObject.OnRemoved
2024-06-09 17:05:30 +02:00
- TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
2022-03-09 16:13:05 +01:00
- TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
2021-10-14 20:30:40 +02:00
- TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
2023-07-20 14:27:20 +02:00
- 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})
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
2024-06-09 17:05:30 +02:00
- 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)
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
2023-10-11 16:05:32 +02:00
- TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
2022-09-05 14:19:42 +02:00
- 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)
2023-11-05 20:57:09 +01:00
- 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)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.MapObject.GetModCategory(System.String)
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- 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
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person.Projects
commentId : F:TinyLife.Objects.Person.Projects
id : Projects
2022-07-04 16:50:43 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Projects
nameWithType : Person.Projects
fullName : TinyLife.Objects.Person.Projects
2022-07-04 16:50:43 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-07-04 16:50:43 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : Projects
2022-07-04 16:50:43 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 31
2022-07-04 16:50:43 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : >-
The <xref href="TinyLife.Goals.Project" data-throw-if-not-resolved="false"></xref> instances that this person currently has.
Use <xref href="TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Person.GetProject(System.String%2cSystem.String)" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.Person.GetProjects(System.String)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Goals.Project.Remove" data-throw-if-not-resolved="false"></xref> to modify this collection effectively.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : >-
[ DataMember]
public readonly List<Project> Projects
2022-07-04 16:50:43 +02:00
return :
2024-06-09 17:05:30 +02:00
type : System.Collections.Generic.List{TinyLife.Goals.Project}
content.vb : >-
<DataMember>
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
2022-12-20 13:25:03 +01:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Jobs
nameWithType : Person.Jobs
fullName : TinyLife.Objects.Person.Jobs
2022-12-20 13:25:03 +01:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-12-20 13:25:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : Jobs
2022-12-20 13:25:03 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 37
2022-12-20 13:25:03 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
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 <xref href="TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType%2cSystem.Int32)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)" data-throw-if-not-resolved="false"></xref> to raise the proper events.
2022-12-20 13:25:03 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : >-
[ DataMember]
public readonly List<Job> Jobs
2022-12-20 13:25:03 +01:00
return :
2024-06-09 17:05:30 +02:00
type : System.Collections.Generic.List{TinyLife.Goals.Job}
content.vb : >-
<DataMember>
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
2023-01-16 12:24:01 +01:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Pronouns
nameWithType : Person.Pronouns
fullName : TinyLife.Objects.Person.Pronouns
2023-01-16 12:24:01 +01:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-01-16 12:24:01 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : Pronouns
2023-01-16 12:24:01 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 43
2023-01-16 12:24:01 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : This person's pronouns.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-01-16 12:24:01 +01:00
syntax :
2024-06-09 17:05:30 +02:00
content : >-
[ DataMember]
public string Pronouns
2023-01-16 12:24:01 +01:00
return :
2024-06-09 17:05:30 +02:00
type : System.String
content.vb : >-
<DataMember>
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
2023-01-16 12:24:01 +01:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : FullNamePronouns
nameWithType : Person.FullNamePronouns
fullName : TinyLife.Objects.Person.FullNamePronouns
type : Property
2023-01-16 12:24:01 +01:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-01-16 12:24:01 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : FullNamePronouns
2023-01-16 12:24:01 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 45
2023-01-16 12:24:01 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : This person's full name and pronouns, which is a concatenation of their <xref href="TinyLife.Objects.PersonLike.FullName" data-throw-if-not-resolved="false"></xref>, and their pronouns in parentheses for <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> types.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-01-16 12:24:01 +01:00
syntax :
2024-06-09 17:05:30 +02:00
content : public override string FullNamePronouns { get; }
parameters : [ ]
2023-01-16 12:24:01 +01:00
return :
2024-06-09 17:05:30 +02:00
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
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Job
nameWithType : Person.Job
fullName : TinyLife.Objects.Person.Job
2023-04-14 13:00:36 +02:00
type : Property
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : Job
2023-04-14 13:00:36 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 49
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : The <xref href="TinyLife.Goals.Job" data-throw-if-not-resolved="false"></xref> that this person currently has.
2023-04-14 13:00:36 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : >-
[ DataMember(EmitDefaultValue = false)]
[ Obsolete("Use the new Jobs collection instead")]
public Job Job { get; protected set; }
2023-04-14 13:00:36 +02:00
parameters : [ ]
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.Goals.Job
content.vb : >-
<DataMember(EmitDefaultValue:=False)>
<Obsolete("Use the new Jobs collection instead")>
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
2022-05-24 13:36:05 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : CurrentRoomDecorativeRating
nameWithType : Person.CurrentRoomDecorativeRating
fullName : TinyLife.Objects.Person.CurrentRoomDecorativeRating
2022-05-24 13:36:05 +02:00
type : Property
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : CurrentRoomDecorativeRating
2022-05-24 13:36:05 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 54
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : The decorative rating of the <xref href="TinyLife.Objects.MapObject.CurrentRoom" data-throw-if-not-resolved="false"></xref>, resulting from the <xref href="TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating" data-throw-if-not-resolved="false"></xref> of the contained furniture
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public int CurrentRoomDecorativeRating { get; }
2022-05-24 13:36:05 +02:00
parameters : [ ]
return :
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : LastBedSleptIn
nameWithType : Person.LastBedSleptIn
fullName : TinyLife.Objects.Person.LastBedSleptIn
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : LastBedSleptIn
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 59
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : The id of the last bed <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> that this person has slept in, or <xref href="System.Guid.Empty" data-throw-if-not-resolved="false"></xref> if no such bed exists
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
2024-06-09 17:05:30 +02:00
[ DataMember(EmitDefaultValue = false)]
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
public Guid LastBedSleptIn
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
type : System.Guid
2021-08-04 06:51:12 +02:00
content.vb : >-
2024-06-09 17:05:30 +02:00
<DataMember(EmitDefaultValue:=False)>
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
Public LastBedSleptIn As Guid
2021-08-04 06:51:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2024-06-09 17:05:30 +02:00
namedArguments :
- name : EmitDefaultValue
type : System.Boolean
value : false
- uid : TinyLife.Objects.Person.LotEmployment
commentId : F:TinyLife.Objects.Person.LotEmployment
id : LotEmployment
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : LotEmployment
nameWithType : Person.LotEmployment
fullName : TinyLife.Objects.Person.LotEmployment
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : LotEmployment
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 65
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
The <xref href="TinyLife.World.LotEmployment.Instance" data-throw-if-not-resolved="false"></xref> that this person works in.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
If this value is non-null, it implicitly means that this person does not have a <xref href="TinyLife.Objects.PersonLike.HomeLot" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.World.Household" data-throw-if-not-resolved="false"></xref> that they are a part of.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
2024-06-09 17:05:30 +02:00
[ DataMember(EmitDefaultValue = false)]
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
public LotEmployment.Instance LotEmployment
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.World.LotEmployment.Instance
2021-08-04 06:51:12 +02:00
content.vb : >-
2024-06-09 17:05:30 +02:00
<DataMember(EmitDefaultValue:=False)>
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
Public LotEmployment As LotEmployment.Instance
2021-08-04 06:51:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2024-06-09 17:05:30 +02:00
namedArguments :
- name : EmitDefaultValue
type : System.Boolean
value : false
- uid : TinyLife.Objects.Person.LifeGoal
commentId : P:TinyLife.Objects.Person.LifeGoal
id : LifeGoal
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : LifeGoal
nameWithType : Person.LifeGoal
fullName : TinyLife.Objects.Person.LifeGoal
2021-08-04 06:51:12 +02:00
type : Property
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : LifeGoal
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 69
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : This person's current <xref href="TinyLife.Goals.LifeGoal.Instance" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public LifeGoal.Instance LifeGoal { get; set; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : PhoneColors
nameWithType : Person.PhoneColors
fullName : TinyLife.Objects.Person.PhoneColors
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : PhoneColors
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 82
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : This person's mobile phone colors.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
2024-06-09 17:05:30 +02:00
public int[] PhoneColors
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
type : System.Int32[]
2021-08-04 06:51:12 +02:00
content.vb : >-
<DataMember>
2024-06-09 17:05:30 +02:00
Public PhoneColors As Integer()
2021-08-04 06:51:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person.DiaperDirty
commentId : F:TinyLife.Objects.Person.DiaperDirty
id : DiaperDirty
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : DiaperDirty
nameWithType : Person.DiaperDirty
fullName : TinyLife.Objects.Person.DiaperDirty
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : DiaperDirty
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 87
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Whether this person's diaper is dirty.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
2024-06-09 17:05:30 +02:00
[ DataMember(EmitDefaultValue = false)]
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
public bool DiaperDirty
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
type : System.Boolean
2021-08-04 06:51:12 +02:00
content.vb : >-
2024-06-09 17:05:30 +02:00
<DataMember(EmitDefaultValue:=False)>
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
Public DiaperDirty As Boolean
2021-08-04 06:51:12 +02:00
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2024-06-09 17:05:30 +02:00
namedArguments :
- name : EmitDefaultValue
type : System.Boolean
value : false
- uid : TinyLife.Objects.Person.IsRegularVisitor
commentId : P:TinyLife.Objects.Person.IsRegularVisitor
id : IsRegularVisitor
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : IsRegularVisitor
nameWithType : Person.IsRegularVisitor
fullName : TinyLife.Objects.Person.IsRegularVisitor
type : Property
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : IsRegularVisitor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 90
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
A property that computes whether this person is a regular visitor.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
A person is considered a regular visitor if they have no <xref href="TinyLife.Objects.PersonLike.Household" data-throw-if-not-resolved="false"></xref>, but also have no <xref href="TinyLife.World.LotEmployment" data-throw-if-not-resolved="false"></xref>, and are not dead (<xref href="TinyLife.Objects.PersonLike.IsDead" data-throw-if-not-resolved="false"></xref>).
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public override bool IsRegularVisitor { get; }
parameters : [ ]
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : DrawSize
nameWithType : Person.DrawSize
fullName : TinyLife.Objects.Person.DrawSize
type : Property
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : DrawSize
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 93
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : The size, in draw space pixels, that a person's texture takes up.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public override Point DrawSize { get; }
parameters : [ ]
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : OnLifeGoalChanged
nameWithType : Person.OnLifeGoalChanged
fullName : TinyLife.Objects.Person.OnLifeGoalChanged
type : Event
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : OnLifeGoalChanged
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 99
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An event that is invoked when a person's current <xref href="TinyLife.Objects.Person.LifeGoal" data-throw-if-not-resolved="false"></xref> is changed.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
This event can be subscribed to using <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public event Action<LifeGoal.Instance> OnLifeGoalChanged
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : OnJobChanged
nameWithType : Person.OnJobChanged
fullName : TinyLife.Objects.Person.OnJobChanged
type : Event
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : OnJobChanged
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 104
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An event that is invoked when the <xref href="TinyLife.Objects.Person.Jobs" data-throw-if-not-resolved="false"></xref> collection changes.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
This event can be subscribed to using <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public event Action<PersonLike> OnJobChanged
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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)'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 110
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Creates a new person with the given settings. To create a new person externally, use <xref href="TinyLife.Objects.Person.Create(TinyLife.World.Map%2cSystem.Random%2cTinyLife.Objects.AgeGroup%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cTinyLife.Objects.PersonLike%5b%5d)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
2024-06-09 17:05:30 +02:00
[ JsonConstructor]
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
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.
2021-08-04 06:51:12 +02:00
content.vb : >-
2024-06-09 17:05:30 +02:00
<JsonConstructor>
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
Protected Sub New(map As Map, position As Vector2, floor As Single)
overload : TinyLife.Objects.Person.#ctor*
2021-08-04 06:51:12 +02:00
attributes :
2024-06-09 17:05:30 +02:00
- type : Newtonsoft.Json.JsonConstructorAttribute
ctor : Newtonsoft.Json.JsonConstructorAttribute.#ctor
2021-08-04 06:51:12 +02:00
arguments : [ ]
2024-06-09 17:05:30 +02:00
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)
2022-05-24 13:36:05 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
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
2022-05-24 13:36:05 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : Update
2022-05-24 13:36:05 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 114
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
The update method, which is called every update frame by the underlying <xref href="TinyLife.World.Map" data-throw-if-not-resolved="false"></xref>, as well as additional places like the <xref href="TinyLife.World.Household.FurnitureStorage" data-throw-if-not-resolved="false"></xref>. Because of this, some actions might only want to be invoked if an object <xref href="TinyLife.Objects.MapObject.IsInWorld" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
To call this method while invoking all required events, use <xref href="TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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 <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
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)
2023-05-26 15:16:22 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
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
2023-05-26 15:16:22 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-05-26 15:16:22 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : CanExecuteAction
2023-05-26 15:16:22 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 166
2023-05-26 15:16:22 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
Returns the given action <code class="paramref">type</code>'s <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate's result and also checks additional conditions like <xref href="TinyLife.Actions.ActionType.TypeSettings.RequiredSkill" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.World.LotType.CanExecuteAction" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
This method additionally catches and handles any exceptions by printing them out as a <xref href="TinyLife.Uis.Notifications" data-throw-if-not-resolved="false"></xref> notification to the player.
2023-05-26 15:16:22 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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
2023-05-26 15:16:22 +02:00
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.Actions.CanExecuteResult
description : A <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> 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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetPassiveActionPriority(ActionType)
nameWithType : Person.GetPassiveActionPriority(ActionType)
fullName : TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : GetPassiveActionPriority
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 173
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : >-
Returns the passive priority for the given <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref>.
This method evaluates the action's own <xref href="TinyLife.Actions.ActionType.AiSettings.PassivePriority" data-throw-if-not-resolved="false"></xref> and adds additional factors like <xref href="TinyLife.PersonalityType.Extroverted" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.PersonalityType.Introverted" data-throw-if-not-resolved="false"></xref> modifiers for social actions.
You can use <xref href="TinyLife.Objects.PersonLike.OnGetPassiveActionPriority" data-throw-if-not-resolved="false"></xref> to change the return value of this method.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetAiPriorityForObject(MapObject, ObjectCategory)
nameWithType : Person.GetAiPriorityForObject(MapObject, ObjectCategory)
fullName : TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject, TinyLife.Objects.ObjectCategory)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : GetAiPriorityForObject
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 184
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : >-
Returns the AI priority for the given <code class="paramref">obj</code> and the given <code class="paramref">categories</code>.
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
This method checks the <xref href="TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike%2cTinyLife.Objects.ObjectCategory)" data-throw-if-not-resolved="false"></xref> method, as well as any <xref href="TinyLife.World.LotEmployment" data-throw-if-not-resolved="false"></xref>-speciifc AI priorities, and invokes the <xref href="TinyLife.Objects.PersonLike.OnGetAiPriorityForObject" data-throw-if-not-resolved="false"></xref> event.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2024-06-09 17:05:30 +02:00
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.
2023-04-14 13:00:36 +02:00
return :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : ResetToStatic(bool, bool)
nameWithType : Person.ResetToStatic(bool, bool)
fullName : TinyLife.Objects.Person.ResetToStatic(bool, bool)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : ResetToStatic
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 195
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Resets this map object to a static state when the <xref href="TinyLife.Objects.MapObject.Map" data-throw-if-not-resolved="false"></xref> that is on is exported.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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 <xref href="TinyLife.World.Household" data-throw-if-not-resolved="false"></xref> being exported normally rather than through cheats, or a custom <xref href="TinyLife.Objects.MapObject.Map" data-throw-if-not-resolved="false"></xref> being exported.
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
type : System.Boolean
description : Whether this object should stay on the map after the static reset. If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> 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
2023-04-14 13:00:36 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : OnRoomCheck()
nameWithType : Person.OnRoomCheck()
fullName : TinyLife.Objects.Person.OnRoomCheck()
type : Method
2023-04-14 13:00:36 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-04-14 13:00:36 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : OnRoomCheck
2023-04-14 13:00:36 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 216
2023-04-14 13:00:36 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : >-
A method that is invoked in <xref href="TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> when the timer to check information about the <xref href="TinyLife.Objects.MapObject.CurrentRoom" data-throw-if-not-resolved="false"></xref> has elapsed in <xref href="TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
By default, various emotion modifiers are applied based on various conditions.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-04-14 13:00:36 +02:00
syntax :
2024-06-09 17:05:30 +02:00
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
2022-03-09 16:13:05 +01:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Validate()
nameWithType : Person.Validate()
fullName : TinyLife.Objects.Person.Validate()
type : Method
2022-03-09 16:13:05 +01:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2022-03-09 16:13:05 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : Validate
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 222
2022-03-09 16:13:05 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
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.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
By default, this method invokes <xref href="TinyLife.Objects.MapObject.OnValidated" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public override bool Validate()
2022-03-09 16:13:05 +01:00
return :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetHoverInfo(Tooltip)
nameWithType : Person.GetHoverInfo(Tooltip)
fullName : TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : GetHoverInfo
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 256
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
Allows adding a set of paragraphs and other ui elements to the given <code class="paramref">tooltip</code>, which is then displayed when this object is hovered over using the cursor in the world.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
By default, this method raises <xref href="TinyLife.Objects.MapObject.OnGetHoverInfo" data-throw-if-not-resolved="false"></xref> for <xref href="TinyLife.Objects.MapObject" data-throw-if-not-resolved="false"></xref>, and adds additional information for <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : OnAgeChanged(AgeGroup)
nameWithType : Person.OnAgeChanged(AgeGroup)
fullName : TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : OnAgeChanged
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 268
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : A method that is called by <xref href="TinyLife.Objects.PersonLike.set_Age(TinyLife.Objects.AgeGroup)" data-throw-if-not-resolved="false"></xref> when this person's <xref href="TinyLife.Objects.PersonLike.Age" data-throw-if-not-resolved="false"></xref> has just changed. Their previous age is stored in <code class="paramref">lastAge</code>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GoToExitRoad(Vector2)
nameWithType : Person.GoToExitRoad(Vector2)
fullName : TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : GoToExitRoad
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 293
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Teleports this person to the nearest exit road using <xref href="TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetCurrentGoals()
nameWithType : Person.GetCurrentGoals()
fullName : TinyLife.Objects.Person.GetCurrentGoals()
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : GetCurrentGoals
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 299
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
Returns a set of <xref href="TinyLife.Goals.GoalSet" data-throw-if-not-resolved="false"></xref> objects that this person is currently working on.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
To add more current goals, use <xref href="TinyLife.Objects.PersonLike.OnGetCurrentGoals" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public override List<IGoalTriggerable> GetCurrentGoals()
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetProjects(string)
nameWithType : Person.GetProjects(string)
fullName : TinyLife.Objects.Person.GetProjects(string)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : GetProjects
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 321
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
Returns all of the projects of the given <xref href="TinyLife.Goals.Project.Type" data-throw-if-not-resolved="false"></xref> that this person has.
2024-01-07 16:53:47 +01:00
2024-06-09 17:05:30 +02:00
To access all projects regardless of type, iterate the <xref href="TinyLife.Objects.Person.Projects" data-throw-if-not-resolved="false"></xref> list instead.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public IEnumerable<Project> GetProjects(string type)
parameters :
- id : type
type : System.String
description : The <xref href="TinyLife.Goals.Project.Type" data-throw-if-not-resolved="false"></xref> of project to return
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : GetProject(string, string)
nameWithType : Person.GetProject(string, string)
fullName : TinyLife.Objects.Person.GetProject(string, string)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : GetProject
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 331
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Returns a project of the given <xref href="TinyLife.Goals.Project.Type" data-throw-if-not-resolved="false"></xref> with the given <xref href="TinyLife.Goals.Project.Name" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public Project GetProject(string type, string name)
parameters :
- id : type
type : System.String
description : The <xref href="TinyLife.Goals.Project.Type" data-throw-if-not-resolved="false"></xref> of the project to return
- id : name
type : System.String
description : The <xref href="TinyLife.Goals.Project.Name" data-throw-if-not-resolved="false"></xref> of the project to return
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : StartProject(Project)
nameWithType : Person.StartProject(Project)
fullName : TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : StartProject
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 340
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Starts a new project, adding it to the <xref href="TinyLife.Objects.Person.Projects" data-throw-if-not-resolved="false"></xref> list of this person
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public virtual Project StartProject(Project project)
parameters :
- id : project
type : TinyLife.Goals.Project
description : The project to start
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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)
2023-05-26 15:16:22 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : SetJob(JobType, int)
nameWithType : Person.SetJob(JobType, int)
fullName : TinyLife.Objects.Person.SetJob(TinyLife.Goals.JobType, int)
type : Method
2023-05-26 15:16:22 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-05-26 15:16:22 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : SetJob
2023-05-26 15:16:22 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 351
2023-05-26 15:16:22 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : >-
Sets this person's current <xref href="TinyLife.Objects.Person.Jobs" data-throw-if-not-resolved="false"></xref> to the passed single value.
2023-05-26 15:16:22 +02:00
2024-06-09 17:05:30 +02:00
If null is passed, the person's job gets removed.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
2024-06-09 17:05:30 +02:00
[ Obsolete("Use the new AddJob and RemoveJob instead")]
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
content.vb : >-
2024-06-09 17:05:30 +02:00
<Obsolete("Use the new AddJob and RemoveJob instead")>
2021-08-04 06:51:12 +02:00
2024-06-09 17:05:30 +02:00
Public Overridable Sub SetJob(type As JobType, level As Integer = 0)
overload : TinyLife.Objects.Person.SetJob*
2021-08-04 06:51:12 +02:00
attributes :
2023-05-26 15:16:22 +02:00
- type : System.ObsoleteAttribute
ctor : System.ObsoleteAttribute.#ctor(System.String)
arguments :
- type : System.String
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : AddJob(JobType, int)
nameWithType : Person.AddJob(JobType, int)
fullName : TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, int)
type : Method
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : AddJob
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 365
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Adds an instance of the given <xref href="TinyLife.Goals.JobType" data-throw-if-not-resolved="false"></xref> to this person's list of <xref href="TinyLife.Objects.Person.Jobs" data-throw-if-not-resolved="false"></xref> and raises the <xref href="TinyLife.Objects.Person.OnJobChanged" data-throw-if-not-resolved="false"></xref> event.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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.
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
type : System.Boolean
description : Whether the job could be added. If this is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, then this person already has a job of the given <code class="paramref">type</code>.
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)
2023-03-30 18:07:55 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : RemoveJob(JobType)
nameWithType : Person.RemoveJob(JobType)
fullName : TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
type : Method
2023-03-30 18:07:55 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2023-03-30 18:07:55 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : RemoveJob
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 382
2023-03-30 18:07:55 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Removes instances of the given <xref href="TinyLife.Goals.JobType" data-throw-if-not-resolved="false"></xref> from this person's list of <xref href="TinyLife.Objects.Person.Jobs" data-throw-if-not-resolved="false"></xref> and raises the <xref href="TinyLife.Objects.Person.OnJobChanged" data-throw-if-not-resolved="false"></xref> event.
2023-04-26 14:51:19 +02:00
example : [ ]
2023-03-30 18:07:55 +02:00
syntax :
2024-06-09 17:05:30 +02:00
content : public virtual bool RemoveJob(JobType type)
parameters :
- id : type
type : TinyLife.Goals.JobType
description : The type to remove.
2023-03-30 18:07:55 +02:00
return :
2024-06-09 17:05:30 +02:00
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[])
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Person
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
source :
remote :
path : TinyLife/Objects/Person.cs
2023-12-06 13:25:52 +01:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2024-06-09 17:05:30 +02:00
id : Create
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Person.cs
2024-06-09 17:05:30 +02:00
startLine : 400
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-06-09 17:05:30 +02:00
summary : Creates a new person with the given settings, optionally randomly generating the returned person's <xref href="TinyLife.Objects.PersonLike.FirstName" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.PersonLike.LastName" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.PersonLike.Age" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.PersonLike.Outfits" data-throw-if-not-resolved="false"></xref> and more.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
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 <xref href="System.Random" data-throw-if-not-resolved="false"></xref> instance to use for generating the person.
- id : allowedAges
type : TinyLife.Objects.AgeGroup
description : A set of <xref href="TinyLife.Objects.AgeGroup" data-throw-if-not-resolved="false"></xref> flags that the person is allowed to have.
- id : markRandomlyGenerated
type : System.Boolean
description : Whether to mark the person as <xref href="TinyLife.Objects.PersonLike.RandomlyGenerated" data-throw-if-not-resolved="false"></xref>.
- id : initializeName
type : System.Boolean
description : Whether to initialize the person's <xref href="TinyLife.Objects.PersonLike.FirstName" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Objects.PersonLike.LastName" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.Person.Pronouns" data-throw-if-not-resolved="false"></xref>.
- id : initializePersonality
type : System.Boolean
description : Whether to initialize the person's <xref href="TinyLife.Objects.PersonLike.PersonalityTypes" data-throw-if-not-resolved="false"></xref>.
- 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.
2021-08-04 06:51:12 +02:00
return :
2024-06-09 17:05:30 +02:00
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
2022-12-20 13:25:03 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Objects
name : Objects
href : TinyLife.Objects.html
2022-12-20 13:25:03 +01:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2023-10-11 16:05:32 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2022-07-28 14:58:38 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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<Item>)
nameWithType : PersonLike.Draw(GameTime, object, Vector2, Color?, List<StaticSpriteBatch.Item>)
fullName : TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color?, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
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))
2022-07-28 14:58:38 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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__
2022-07-28 14:58:38 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
2022-07-28 14:58:38 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name : <
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : '>'
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2022-07-28 14:58:38 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-28 14:58:38 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
name : Object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
2021-10-14 20:30:40 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-09-05 14:19:42 +02:00
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : )
2021-10-14 20:30:40 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-06-09 20:12:10 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2022-06-09 20:12:10 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF)
name : Intersects
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Misc_RectangleF_
2022-06-09 20:12:10 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.RectangleF
name : RectangleF
2022-07-28 14:58:38 +02:00
isExternal : true
2022-06-09 20:12:10 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.Intersects(MLEM.Misc.RectangleF)
name : Intersects
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Misc_RectangleF_
2022-06-09 20:12:10 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.RectangleF
name : RectangleF
2022-07-28 14:58:38 +02:00
isExternal : true
2022-06-09 20:12:10 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__
name : GetDebugLines(GameImpl, List<string>)
nameWithType : PersonLike.GetDebugLines(GameImpl, List<string>)
fullName : TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl, System.Collections.Generic.List<string>)
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))
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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__
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.GameImpl
name : GameImpl
href : TinyLife.GameImpl.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : <
- uid : System.String
name : string
2023-10-11 16:05:32 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.String
name : String
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.Direction2
name : Direction2
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.Direction2
name : Direction2
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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
2022-09-05 14:19:42 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
- uid : TinyLife.World.Map
name : Map
2024-01-07 16:53:47 +01:00
href : TinyLife.World.Map.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-10-11 16:05:32 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
2024-06-09 17:05:30 +02:00
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.Direction2
name : Direction2
2022-09-05 14:19:42 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.Direction2
name : Direction2
2021-08-04 06:51:12 +02:00
isExternal : true
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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_
2022-12-20 13:25:03 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : ','
- name : " "
- uid : System.Single
name : Single
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : ','
- name : " "
- uid : System.Single
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : ','
- name : " "
- uid : System.Single
name : Single
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
- name : ','
- name : " "
- uid : System.Boolean
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.StopEmoting
name : StopEmoting
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.StopEmoting
name : StopEmoting
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.StopSpeaking
name : StopSpeaking
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.StopSpeaking
name : StopSpeaking
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)
name : GetFreeTalkingSpots
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)
name : GetFreeTalkingSpots
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
href : TinyLife.Objects.Furniture.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : MLEM.Misc.Direction2
name : Direction2
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '?'
- name : ','
- name : " "
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : MLEM.Misc.Direction2
name : Direction2
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '?'
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : MLEM.Misc.Direction2
name : Direction2
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2022-12-20 13:25:03 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2022-12-20 13:25:03 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2022-12-20 13:25:03 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)
name : GetNeed
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.NeedType
name : NeedType
href : TinyLife.NeedType.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)
name : GetNeed
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.NeedType
name : NeedType
href : TinyLife.NeedType.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)
name : GetNeedPercentage
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.NeedType
name : NeedType
href : TinyLife.NeedType.html
2023-05-11 14:56:06 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)
name : GetNeedPercentage
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.NeedType
name : NeedType
href : TinyLife.NeedType.html
2023-05-11 14:56:06 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : )
2022-07-04 16:50:43 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.NeedType
name : NeedType
href : TinyLife.NeedType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2022-12-20 13:25:03 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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 : )
2022-12-20 13:25:03 +01:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
name : GetSkillTotalPercentage
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillTotalPercentage_TinyLife_Skills_SkillType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
spec.vb :
- uid : TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType)
name : GetSkillPointPercentage
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillPointPercentage_TinyLife_Skills_SkillType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2022-12-20 13:25:03 +01:00
- name : )
2024-06-09 17:05:30 +02:00
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
2022-12-20 13:25:03 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2022-12-20 13:25:03 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
- name : ','
- name : " "
- uid : System.Single
name : float
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2022-12-20 13:25:03 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Single
name : float
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Single
name : Single
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-01-16 12:24:01 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType)
name : HasPersonality
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.PersonalityType
name : PersonalityType
href : TinyLife.PersonalityType.html
2023-03-30 18:07:55 +02:00
- name : )
2023-01-16 12:24:01 +01:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType)
name : HasPersonality
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.PersonalityType
name : PersonalityType
href : TinyLife.PersonalityType.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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___
2023-10-11 16:05:32 +02:00
name : EnqueueAction<T>(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[])
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.EnqueueAction<T>(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[])
fullName : TinyLife.Objects.PersonLike.EnqueueAction<T>(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())
2023-10-11 16:05:32 +02:00
name.vb : EnqueueAction(Of T)(ActionType, ActionInfo, Boolean, Boolean, Boolean, ParamArray ActionArgument())
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
2023-03-30 18:07:55 +02:00
name : EnqueueAction
2024-06-09 17:05:30 +02:00
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___
2021-08-04 06:51:12 +02:00
- name : <
2023-03-30 18:07:55 +02:00
- name : T
2021-08-04 06:51:12 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
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
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- name : params
- name : " "
- uid : TinyLife.Actions.ActionArgument
name : ActionArgument
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionArgument.html
2023-10-11 16:05:32 +02:00
- name : '['
- name : ']'
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
2023-03-30 18:07:55 +02:00
name : EnqueueAction
2024-06-09 17:05:30 +02:00
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___
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- 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
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
- name : ParamArray
- name : " "
- uid : TinyLife.Actions.ActionArgument
name : ActionArgument
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionArgument.html
2023-10-11 16:05:32 +02:00
- name : (
- name : )
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Actions.Action
name : Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action
name : Action
href : TinyLife.Actions.Action.html
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action
name : Action
href : TinyLife.Actions.Action.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Actions.Action
name : Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
commentId : M:TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
parent : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_
name : GetHeldObject<T>(bool)
nameWithType : PersonLike.GetHeldObject<T>(bool)
fullName : TinyLife.Objects.PersonLike.GetHeldObject<T>(bool)
nameWithType.vb : PersonLike.GetHeldObject(Of T)(Boolean)
fullName.vb : TinyLife.Objects.PersonLike.GetHeldObject(Of T)(Boolean)
name.vb : GetHeldObject(Of T)(Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
name : GetHeldObject
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_
2021-08-04 06:51:12 +02:00
- name : <
- name : T
- name : '>'
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
name : GetHeldObject
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : )
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject__1_TinyLife_Objects_FurnitureType_System_Int32___System_Nullable_System_Guid__System_Boolean_
name : SetHeldObject<T>(FurnitureType, int[], Guid?, bool)
nameWithType : PersonLike.SetHeldObject<T>(FurnitureType, int[], Guid?, bool)
fullName : TinyLife.Objects.PersonLike.SetHeldObject<T>(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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : '>'
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : int
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : '['
- name : ']'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- name : (
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
href : TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : Integer
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-03-30 18:07:55 +02:00
- name : (
2021-08-04 06:51:12 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Guid
name : Guid
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : '?'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-04-14 13:00:36 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
href : TinyLife.Objects.MapObject.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
href : TinyLife.Objects.MapObject.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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<T>()
nameWithType : PersonLike.RemoveHeldObject<T>()
fullName : TinyLife.Objects.PersonLike.RemoveHeldObject<T>()
nameWithType.vb : PersonLike.RemoveHeldObject(Of T)()
fullName.vb : TinyLife.Objects.PersonLike.RemoveHeldObject(Of T)()
name.vb : RemoveHeldObject(Of T)()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.RemoveHeldObject``1
name : RemoveHeldObject
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1
2021-08-04 06:51:12 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- name : T
2021-08-04 06:51:12 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : (
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.RemoveHeldObject``1
name : RemoveHeldObject
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetHeldActionInfo
name : GetHeldActionInfo
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo
2023-03-30 18:07:55 +02:00
- name : (
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetHeldActionInfo
name : GetHeldActionInfo
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ToCreatedByString
name : ToCreatedByString
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString
2023-03-30 18:07:55 +02:00
- name : (
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ToCreatedByString
name : ToCreatedByString
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString
2023-03-30 18:07:55 +02:00
- name : (
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
2023-03-30 18:07:55 +02:00
name : AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool)
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
name.vb : AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean)
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
2023-03-30 18:07:55 +02:00
name : AddEmotion
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Emotions.EmotionModifier
name : EmotionModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.IEmotionSource.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
2023-03-30 18:07:55 +02:00
name : AddEmotion
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Emotions.EmotionModifier
name : EmotionModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.IEmotionSource.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
name : RemoveEmotion(EmotionModifier)
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)
name : GetCausedEmotion
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Emotions.EmotionModifier
name : EmotionModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)
name : GetCausedEmotion
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Emotions.EmotionModifier
name : EmotionModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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 : " "
2023-03-30 18:07:55 +02:00
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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 : " "
2023-03-30 18:07:55 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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<PersonLike>, IEnumerable<Furniture>)
nameWithType : PersonLike.SetNewId(Map, IEnumerable<PersonLike>, IEnumerable<Furniture>)
fullName : TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map, System.Collections.Generic.IEnumerable<TinyLife.Objects.PersonLike>, System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
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
2021-08-04 06:51:12 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
- name : '>'
2024-06-09 17:05:30 +02:00
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike)
name : IsIdMatch
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike)
name : IsIdMatch
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
commentId : M:TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
parent : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
name : IsIdMatch
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_System_Guid_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Guid
name : Guid
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
href : TinyLife.Objects.ActionSpot.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
href : TinyLife.Objects.MapObject.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
href : TinyLife.Objects.ActionSpot.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
name : GetPersonalitySkillBoost
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
name : GetPersonalitySkillBoost
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)
name : GetEmotionSkillBoost
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)
name : GetEmotionSkillBoost
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Object
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-05-24 13:36:05 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__
2023-12-06 13:25:52 +01:00
name : AddMemory<T>(MemoryType, ActionInfo, int, TimeSpan?)
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.AddMemory<T>(MemoryType, ActionInfo, int, TimeSpan?)
fullName : TinyLife.Objects.PersonLike.AddMemory<T>(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?)
2023-12-06 13:25:52 +01:00
name.vb : AddMemory(Of T)(MemoryType, ActionInfo, Integer, TimeSpan?)
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan})
2023-03-30 18:07:55 +02:00
name : AddMemory
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
- name : (
- uid : TinyLife.Goals.MemoryType
name : MemoryType
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.MemoryType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-12-06 13:25:52 +01:00
- uid : System.Int32
name : int
2023-04-26 14:51:19 +02:00
isExternal : true
2023-12-06 13:25:52 +01:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
2023-03-30 18:07:55 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : '?'
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan})
2023-03-30 18:07:55 +02:00
name : AddMemory
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- uid : TinyLife.Goals.MemoryType
name : MemoryType
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.MemoryType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-12-06 13:25:52 +01:00
- uid : System.Int32
name : Integer
2023-04-26 14:51:19 +02:00
isExternal : true
2023-12-06 13:25:52 +01:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
2023-03-30 18:07:55 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : '?'
- name : )
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
name : GetMemories<T>(MemoryType)
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.GetMemories<T>(MemoryType)
fullName : TinyLife.Objects.PersonLike.GetMemories<T>(TinyLife.Goals.MemoryType)
nameWithType.vb : PersonLike.GetMemories(Of T)(MemoryType)
fullName.vb : TinyLife.Objects.PersonLike.GetMemories(Of T)(TinyLife.Goals.MemoryType)
2023-03-30 18:07:55 +02:00
name.vb : GetMemories(Of T)(MemoryType)
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType)
2023-03-30 18:07:55 +02:00
name : GetMemories
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__1_TinyLife_Goals_MemoryType_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
- name : (
- uid : TinyLife.Goals.MemoryType
name : MemoryType
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.MemoryType.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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<TKey, TMem>(IDictionary<TKey, MemoryType>)
nameWithType : PersonLike.GetMemories<TKey, TMem>(IDictionary<TKey, MemoryType>)
fullName : TinyLife.Objects.PersonLike.GetMemories<TKey, TMem>(System.Collections.Generic.IDictionary<TKey, TinyLife.Goals.MemoryType>)
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})
2023-03-30 18:07:55 +02:00
name : GetMemories
2024-06-09 17:05:30 +02:00
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<T>(MemoryType, int, Func<T, bool>)
nameWithType : PersonLike.RemoveMemory<T>(MemoryType, int, Func<T, bool>)
fullName : TinyLife.Objects.PersonLike.RemoveMemory<T>(TinyLife.Goals.MemoryType, int, System.Func<T, bool>)
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
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
- name : )
2024-06-09 17:05:30 +02:00
- 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__
2023-04-27 18:53:16 +02:00
name : GetTimeSinceMemory<T>(MemoryType, Func<T, bool>)
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.GetTimeSinceMemory<T>(MemoryType, Func<T, bool>)
fullName : TinyLife.Objects.PersonLike.GetTimeSinceMemory<T>(TinyLife.Goals.MemoryType, System.Func<T, bool>)
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))
2023-04-27 18:53:16 +02:00
name.vb : GetTimeSinceMemory(Of T)(MemoryType, Func(Of T, Boolean))
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
2023-04-27 18:53:16 +02:00
name : GetTimeSinceMemory
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__
2023-04-27 18:53:16 +02:00
- name : <
- name : T
- name : '>'
- name : (
- uid : TinyLife.Goals.MemoryType
name : MemoryType
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.MemoryType.html
2023-04-27 18:53:16 +02:00
- 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 :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
2023-04-27 18:53:16 +02:00
name : GetTimeSinceMemory
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__
2023-04-27 18:53:16 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- uid : TinyLife.Goals.MemoryType
name : MemoryType
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.MemoryType.html
2023-04-27 18:53:16 +02:00
- 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 : )
2024-06-09 17:05:30 +02:00
- 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<T>(params MemoryType[])
nameWithType : PersonLike.GetTimeSinceMemory<T>(params MemoryType[])
fullName : TinyLife.Objects.PersonLike.GetTimeSinceMemory<T>(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())
2022-05-24 13:36:05 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[])
name : GetTimeSinceMemory
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType___
2022-05-24 13:36:05 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- name : T
2023-12-06 13:25:52 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : params
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.MemoryType
name : MemoryType
href : TinyLife.Goals.MemoryType.html
- name : '['
- name : ']'
2023-12-06 13:25:52 +01:00
- name : )
2024-06-09 17:05:30 +02:00
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___
2023-05-26 15:16:22 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
2023-05-26 15:16:22 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-05-26 15:16:22 +02:00
- name : )
- name : (
2024-06-09 17:05:30 +02:00
- name : ParamArray
2023-05-26 15:16:22 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.MemoryType
name : MemoryType
href : TinyLife.Goals.MemoryType.html
2023-05-26 15:16:22 +02:00
- name : (
- name : )
- name : )
2024-06-09 17:05:30 +02:00
- 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<T>(Guid, bool)
nameWithType : PersonLike.GetAction<T>(Guid, bool)
fullName : TinyLife.Objects.PersonLike.GetAction<T>(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)
2023-05-26 15:16:22 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-05-26 15:16:22 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- name : T
2023-05-26 15:16:22 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Guid
name : Guid
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
- name : )
- name : (
- uid : System.Guid
name : Guid
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-07-20 14:27:20 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : int
2023-07-20 14:27:20 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Guid
name : Guid
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : Integer
2023-07-20 14:27:20 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Guid
name : Guid
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.guid
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2023-12-06 13:25:52 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.SetAnimationsFromLooks
name : SetAnimationsFromLooks
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetAnimationsFromLooks
- name : (
- name : )
2023-12-06 13:25:52 +01:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
- name : (
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
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()
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetPivot
name : GetPivot
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot
2023-03-30 18:07:55 +02:00
- name : (
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetPivot
name : GetPivot
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)
name : CanApplyPersonality
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.PersonalityType
name : PersonalityType
href : TinyLife.PersonalityType.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)
name : CanApplyPersonality
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.PersonalityType
name : PersonalityType
href : TinyLife.PersonalityType.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
href : TinyLife.Actions.ActionType.html
- name : ','
- name : " "
- uid : System.Single
name : float
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
href : TinyLife.Actions.ActionType.html
- name : ','
- name : " "
- uid : System.Single
name : Single
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)
name : CanTakeOff
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_
2023-06-25 15:41:49 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ClothesLayer
name : ClothesLayer
href : TinyLife.Objects.ClothesLayer.html
2023-06-25 15:41:49 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)
name : CanTakeOff
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_
2023-06-25 15:41:49 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ClothesLayer
name : ClothesLayer
href : TinyLife.Objects.ClothesLayer.html
2023-06-25 15:41:49 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-06-25 15:41:49 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-06-25 15:41:49 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
2023-06-25 15:41:49 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-06-25 15:41:49 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-06-25 15:41:49 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
2023-06-25 15:41:49 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-06-25 15:41:49 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-07-28 14:58:38 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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, TextureRegion>, Point)
nameWithType : PersonLike.GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary<Point, TextureRegion>, Point)
fullName : TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, int, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, 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)
2023-04-14 13:00:36 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ClothesLayer
name : ClothesLayer
href : TinyLife.Objects.ClothesLayer.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : int
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '>'
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Point
name : Point
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : Integer
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-04-14 13:00:36 +02:00
isExternal : true
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2023-04-14 13:00:36 +02:00
isExternal : true
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
href : TinyLife.Objects.ParentInfo.html
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '?'
2023-04-14 13:00:36 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
commentId : M:TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
parent : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
name : UpdateAnimations
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_
2023-03-30 18:07:55 +02:00
- 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 :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
name : UpdateAnimations
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_
2023-03-30 18:07:55 +02:00
- 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 : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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<IGoalTriggerable>)
nameWithType : PersonLike.UpdateAction(Action, GameTime, TimeSpan, float, IEnumerable<IGoalTriggerable>)
fullName : TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, System.Collections.Generic.IEnumerable<TinyLife.Goals.IGoalTriggerable>)
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))
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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__
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action
name : Action
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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 : '>'
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action
name : Action
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)
name : InitializeAction
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_InitializeAction_TinyLife_Actions_Action_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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<SoundEffect>, TimeSpan?)
nameWithType : PersonLike.GetRandomSpeakSound(VoiceStyle, SpeakStyle, List<SoundEffect>, TimeSpan?)
fullName : TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle, TinyLife.Objects.SpeakStyle, System.Collections.Generic.List<Microsoft.Xna.Framework.Audio.SoundEffect>, 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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
href : TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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 : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : '?'
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.VoiceStyle
name : VoiceStyle
href : TinyLife.Objects.VoiceStyle.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
href : TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Audio.SoundEffect
name : SoundEffect
isExternal : true
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : '?'
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.Direction2
name : Direction2
2022-01-08 12:41:09 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Outfit
name : Outfit
href : TinyLife.Objects.Outfit.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Pose
name : Pose
href : TinyLife.Objects.Pose.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.AgeGroup
name : AgeGroup
href : TinyLife.Objects.AgeGroup.html
2023-03-30 18:07:55 +02:00
- name : )
2022-01-08 12:41:09 +01:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Misc.Direction2
name : Direction2
isExternal : true
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Outfit
name : Outfit
href : TinyLife.Objects.Outfit.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Pose
name : Pose
href : TinyLife.Objects.Pose.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
- uid : TinyLife.Objects.AgeGroup
name : AgeGroup
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.AgeGroup.html
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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 : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject.ValidateEarly
name : ValidateEarly
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
2023-03-30 18:07:55 +02:00
- name : (
2022-01-08 12:41:09 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2022-01-08 12:41:09 +01:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject.OnAdded
name : OnAdded
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnAdded
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : (
2022-01-08 12:41:09 +01:00
- name : )
2023-04-14 13:00:36 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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)
2023-04-26 14:51:19 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
href : TinyLife.Objects.ObjectCategory.html
2023-04-26 14:51:19 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
href : TinyLife.Objects.ObjectCategory.html
2023-04-26 14:51:19 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-07-20 14:27:20 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-12-06 13:25:52 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-12-06 13:25:52 +01:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2023-12-06 13:25:52 +01:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
- name : ','
2023-12-06 13:25:52 +01:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-12-06 13:25:52 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-12-06 13:25:52 +01:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
href : TinyLife.Actions.ActionType.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
name : Action
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action
name : Action
href : TinyLife.Actions.Action.html
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action
name : Action
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action
name : Action
href : TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-12-06 13:25:52 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-12-06 13:25:52 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
2023-12-06 13:25:52 +01:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-12-06 13:25:52 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
- name : ','
- name : " "
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
2023-12-06 13:25:52 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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<string>)
nameWithType : MapObject.ModifyActionCategories(ActionType, ActionInfo, bool, List<string>)
fullName : TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, System.Collections.Generic.List<string>)
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))
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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__
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2024-06-09 17:05:30 +02:00
- 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 : '>'
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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)
2024-04-14 17:55:54 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2024-04-14 17:55:54 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-04-14 17:55:54 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
href : TinyLife.Objects.ObjectCategory.html
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2024-04-14 17:55:54 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-04-14 17:55:54 +02:00
- name : ','
- name : " "
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
href : TinyLife.Objects.ObjectCategory.html
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-11-12 13:53:28 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2022-03-09 16:13:05 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2022-03-09 16:13:05 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
2022-03-09 16:13:05 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-03-09 16:13:05 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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<Quality, float>)
nameWithType : MapObject.OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary<Quality, float>)
fullName : TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, System.Random, bool, System.Collections.Generic.Dictionary<TinyLife.Skills.Quality, float>)
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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Random
name : Random
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.random
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
- name : <
- uid : TinyLife.Skills.Quality
name : Quality
href : TinyLife.Skills.Quality.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2024-06-09 17:05:30 +02:00
- name : '>'
2022-12-20 13:25:03 +01:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2022-12-20 13:25:03 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2022-12-20 13:25:03 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
2023-07-28 12:27:48 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
- name : ','
2023-07-28 12:27:48 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Random
name : Random
2021-10-14 20:30:40 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.random
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2021-10-14 20:30:40 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.Dictionary`2
name : Dictionary
2021-10-14 20:30:40 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- 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 : )
2021-10-14 20:30:40 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-06-10 12:18:26 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
href : TinyLife.Actions.ActionInfo.html
- name : ','
- name : " "
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
isExternal : true
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
name : GetPathCostModifier
href : TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Point
name : Point
2023-03-30 18:07:55 +02:00
isExternal : true
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-04-26 14:51:19 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-04-26 14:51:19 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : )
2024-06-09 17:05:30 +02:00
- 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
2024-02-04 12:36:02 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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<Item>)
nameWithType : MapObject.DoDraw(GameTime, object, Color?, bool, List<StaticSpriteBatch.Item>)
fullName : TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, object, Microsoft.Xna.Framework.Color?, bool, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
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))
2024-02-04 12:36:02 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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__
2024-02-04 12:36:02 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2024-02-04 12:36:02 +01:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : object
2024-02-04 12:36:02 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2024-02-04 12:36:02 +01:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
2024-02-04 12:36:02 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '?'
2024-02-04 12:36:02 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2024-06-09 17:05:30 +02:00
- 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
2024-02-04 12:36:02 +01:00
- name : '>'
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2024-02-04 12:36:02 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2024-02-04 12:36:02 +01:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : Object
2024-02-04 12:36:02 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2024-02-04 12:36:02 +01:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
2024-02-04 12:36:02 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : '?'
2024-02-04 12:36:02 +01:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2024-06-09 17:05:30 +02:00
- name : ','
- name : " "
- uid : System.Collections.Generic.List`1
name : List
2024-02-02 18:13:42 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2024-02-02 18:13:42 +01:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Graphics.StaticSpriteBatch.Item
name : Item
isExternal : true
2024-02-02 18:13:42 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2021-11-26 23:42:22 +01:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2021-11-26 23:42:22 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2021-08-04 06:51:12 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2021-11-26 23:42:22 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2022-09-05 14:19:42 +02:00
parent : TinyLife.Objects.MapObject
isExternal : true
2024-06-09 17:05:30 +02:00
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<Item>, bool, ParentInfo, float, SpriteEffects, bool)
nameWithType : MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, float, Point, List<StaticSpriteBatch.Item>, 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<MLEM.Graphics.StaticSpriteBatch.Item>, 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)
2022-09-05 14:19:42 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2022-09-05 14:19:42 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2022-09-05 14:19:42 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
2024-06-09 17:05:30 +02:00
- 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
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-09-05 14:19:42 +02:00
- name : <
- uid : MLEM.Graphics.StaticSpriteBatch.Item
2023-03-30 18:07:55 +02:00
name : Item
2022-09-05 14:19:42 +02:00
isExternal : true
- name : '>'
2024-06-09 17:05:30 +02:00
- 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
2022-09-05 14:19:42 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2022-09-05 14:19:42 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- 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
2022-09-05 14:19:42 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2024-06-09 17:05:30 +02:00
- 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<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(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
2022-09-05 14:19:42 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name : SetData
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2022-09-05 14:19:42 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- name : (
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- name : T
2022-09-05 14:19:42 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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<T>(string)
nameWithType : JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
nameWithType.vb : JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
name.vb : GetData(Of T)(String)
2022-09-05 14:19:42 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name : GetData
2022-09-05 14:19:42 +02:00
isExternal : true
- name : <
2024-06-09 17:05:30 +02:00
- name : T
2022-09-05 14:19:42 +02:00
- name : '>'
2024-06-09 17:05:30 +02:00
- name : (
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
- name : )
2022-09-05 14:19:42 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
name : GetData
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
- name : )
- name : (
- uid : System.String
name : String
2022-09-05 14:19:42 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-09-05 14:19:42 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
2021-08-04 06:51:12 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
2024-01-07 16:53:47 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2024-01-07 16:53:47 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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)
2024-01-07 16:53:47 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : System.Object
name : object
2024-01-07 16:53:47 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2024-01-07 16:53:47 +01:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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)
2024-01-07 16:53:47 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
2024-01-07 16:53:47 +01:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
2024-01-07 16:53:47 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2024-01-07 16:53:47 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
2024-01-07 16:53:47 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name : (
2024-01-07 16:53:47 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Object.GetType
name : GetType
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
- name : (
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Object.GetType
name : GetType
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
- name : (
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
2022-05-24 13:36:05 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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()
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
2022-05-24 13:36:05 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name : (
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
2022-05-24 13:36:05 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name : (
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name : (
- uid : System.Object
name : object
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
- uid : System.Object
name : object
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2024-04-14 17:55:54 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : Object
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.object
2024-04-14 17:55:54 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Object
name : Object
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
- name : (
2024-04-14 17:55:54 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Object.ToString
name : ToString
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2024-04-14 17:55:54 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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>(Person)
nameWithType : Extensions.JsonCopy<Person>(Person)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Person>(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)
2024-04-14 17:55:54 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person)
name : JsonCopy
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2024-04-14 17:55:54 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person
name : Person
href : TinyLife.Objects.Person.html
2024-04-14 17:55:54 +02:00
- name : '>'
2024-06-09 17:05:30 +02:00
- name : (
- uid : TinyLife.Objects.Person
name : Person
href : TinyLife.Objects.Person.html
- name : )
2024-04-14 17:55:54 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person)
name : JsonCopy
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2024-04-14 17:55:54 +02:00
- name : (
- name : Of
- name : " "
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
- name : )
- name : (
- uid : TinyLife.Objects.Person
name : Person
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : System
commentId : N : System
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : MLEM
name : MLEM
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : MLEM
name : MLEM
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : .
- uid : MLEM.Misc
name : Misc
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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})
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__
name : GetMemories<TKey, TMem>(IDictionary<TKey, MemoryType>)
nameWithType : PersonLike.GetMemories<TKey, TMem>(IDictionary<TKey, MemoryType>)
fullName : TinyLife.Objects.PersonLike.GetMemories<TKey, TMem>(System.Collections.Generic.IDictionary<TKey, TinyLife.Goals.MemoryType>)
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))
2023-08-15 13:17:22 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : '>'
2023-01-19 11:28:13 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.IDictionary`2
name : IDictionary
2023-08-15 13:17:22 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2
- name : <
- name : TKey
2023-08-15 13:17:22 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.MemoryType
name : MemoryType
href : TinyLife.Goals.MemoryType.html
- name : '>'
2023-01-19 11:28:13 +01:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2023-01-19 11:28:13 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
- name : " "
- name : TKey
2023-08-15 13:17:22 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- name : TMem
2023-01-19 11:28:13 +01:00
- name : )
2023-07-20 14:27:20 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.IDictionary`2
name : IDictionary
2023-07-20 14:27:20 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2
- name : (
- name : Of
- name : " "
- name : TKey
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.MemoryType
name : MemoryType
href : TinyLife.Goals.MemoryType.html
2023-07-20 14:27:20 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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<T>(MemoryType, int, Func<T, bool>)
nameWithType : PersonLike.RemoveMemory<T>(MemoryType, int, Func<T, bool>)
fullName : TinyLife.Objects.PersonLike.RemoveMemory<T>(TinyLife.Goals.MemoryType, int, System.Func<T, bool>)
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 : '>'
2023-07-20 14:27:20 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.MemoryType
name : MemoryType
href : TinyLife.Goals.MemoryType.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : int
2023-07-20 14:27:20 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Func`2
name : Func
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- name : T
- name : ','
- name : " "
- uid : System.Boolean
name : bool
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name : '>'
2024-06-09 17:05:30 +02:00
- name : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2021-08-04 06:51:12 +02:00
- name : )
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.MemoryType
name : MemoryType
href : TinyLife.Goals.MemoryType.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
2023-04-26 14:51:19 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
- uid : System.Boolean
2024-06-09 17:05:30 +02:00
name : Boolean
2023-04-26 14:51:19 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2024-06-09 17:05:30 +02:00
- 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<T>(MemoryType, Func<T, bool>)
nameWithType : PersonLike.GetTimeSinceMemory<T>(MemoryType, Func<T, bool>)
fullName : TinyLife.Objects.PersonLike.GetTimeSinceMemory<T>(TinyLife.Goals.MemoryType, System.Func<T, bool>)
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
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Func`2
name : Func
2023-04-26 14:51:19 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- name : T
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2024-06-09 17:05:30 +02:00
- name : '>'
2023-04-26 14:51:19 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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__
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
2023-04-26 14:51:19 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
- name : )
- name : (
- uid : TinyLife.Goals.MemoryType
name : MemoryType
href : TinyLife.Goals.MemoryType.html
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Func`2
name : Func
2023-04-26 14:51:19 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
2023-04-26 14:51:19 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-04-26 14:51:19 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2024-06-09 17:05:30 +02:00
- name : )
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2021-10-14 20:30:40 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name : SetData
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.String
name : string
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
name : SetData
isExternal : true
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.String
name : String
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
2023-10-11 16:05:32 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : )
2023-10-11 16:05:32 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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 : )
2023-10-11 16:05:32 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : T
2023-10-11 16:05:32 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2022-12-20 13:25:03 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
name : StartProject
href : TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_
2022-12-20 13:25:03 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.Project
name : Project
href : TinyLife.Goals.Project.html
2022-12-20 13:25:03 +01:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
name : StartProject
href : TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_
2022-12-20 13:25:03 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.Project
name : Project
href : TinyLife.Goals.Project.html
2022-12-20 13:25:03 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person.GetProject(System.String,System.String)
commentId : M:TinyLife.Objects.Person.GetProject(System.String,System.String)
2022-10-18 13:03:11 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person.GetProject(System.String,System.String)
name : GetProject
href : TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.String
name : string
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.String
name : string
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.Person.GetProject(System.String,System.String)
name : GetProject
href : TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.String
name : String
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.string
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.String
name : String
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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 : )
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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}
2023-05-11 14:56:06 +02:00
parent : System.Collections.Generic
2024-06-09 17:05:30 +02:00
definition : System.Collections.Generic.List`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name : List<Project>
nameWithType : List<Project>
fullName : System.Collections.Generic.List<TinyLife.Goals.Project>
nameWithType.vb : List(Of Project)
fullName.vb : System.Collections.Generic.List(Of TinyLife.Goals.Project)
name.vb : List(Of Project)
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-05-11 14:56:06 +02:00
- name : <
- uid : TinyLife.Goals.Project
name : Project
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.Project.html
2023-05-11 14:56:06 +02:00
- name : '>'
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-05-11 14:56:06 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Goals.Project
name : Project
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.Project.html
2023-05-11 14:56:06 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals
commentId : N : TinyLife.Goals
href : TinyLife.html
name : TinyLife.Goals
nameWithType : TinyLife.Goals
fullName : TinyLife.Goals
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Goals
name : Goals
href : TinyLife.Goals.html
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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<T>
nameWithType : List<T>
fullName : System.Collections.Generic.List<T>
nameWithType.vb : List(Of T)
fullName.vb : System.Collections.Generic.List(Of T)
name.vb : List(Of T)
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-05-11 14:56:06 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- name : T
2023-05-11 14:56:06 +02:00
- name : '>'
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-05-11 14:56:06 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System
name : System
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-05-11 14:56:06 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System
name : System
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.JobType
name : JobType
href : TinyLife.Goals.JobType.html
2023-05-11 14:56:06 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : int
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-05-11 14:56:06 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.JobType
name : JobType
href : TinyLife.Goals.JobType.html
2023-05-11 14:56:06 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : Integer
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.JobType
name : JobType
href : TinyLife.Goals.JobType.html
2023-05-11 14:56:06 +02:00
- name : )
2024-06-09 17:05:30 +02:00
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<Job>
nameWithType : List<Job>
fullName : System.Collections.Generic.List<TinyLife.Goals.Job>
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
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-05-11 14:56:06 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Goals.Job
name : Job
href : TinyLife.Goals.Job.html
2023-05-11 14:56:06 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2023-05-11 14:56:06 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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
2023-05-11 14:56:06 +02:00
parent : TinyLife.Goals
2024-06-09 17:05:30 +02:00
href : TinyLife.Goals.LifeGoal.html
name : LifeGoal.Instance
nameWithType : LifeGoal.Instance
fullName : TinyLife.Goals.LifeGoal.Instance
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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[]
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int[]
nameWithType : int[]
fullName : int[]
nameWithType.vb : Integer()
fullName.vb : Integer()
name.vb : Integer()
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : int
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-05-11 14:56:06 +02:00
- name : '['
- name : ']'
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Int32
name : Integer
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2023-03-30 18:07:55 +02:00
- name : (
2021-11-23 16:24:04 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
commentId : T:System.Boolean
2023-05-11 14:56:06 +02:00
parent : System
2024-06-09 17:05:30 +02:00
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
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
2023-05-11 14:56:06 +02:00
isExternal : true
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : Microsoft
name : Microsoft
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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<LifeGoal.Instance>
nameWithType : Action<LifeGoal.Instance>
fullName : System.Action<TinyLife.Goals.LifeGoal.Instance>
nameWithType.vb : Action(Of LifeGoal.Instance)
fullName.vb : System.Action(Of TinyLife.Goals.LifeGoal.Instance)
name.vb : Action(Of LifeGoal.Instance)
2021-11-23 16:24:04 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Action`1
name : Action
2021-11-23 16:24:04 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2021-11-23 16:24:04 +01:00
- name : <
2024-06-09 17:05:30 +02:00
- 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
2021-11-23 16:24:04 +01:00
- name : '>'
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Action`1
name : Action
2021-11-23 16:24:04 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2021-11-23 16:24:04 +01:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : System.Action`1
commentId : T:System.Action`1
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.action-1
name : Action<T>
nameWithType : Action<T>
fullName : System.Action<T>
nameWithType.vb : Action(Of T)
fullName.vb : System.Action(Of T)
name.vb : Action(Of T)
2024-04-14 17:55:54 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Action`1
name : Action
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2024-04-14 17:55:54 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- name : T
2024-04-14 17:55:54 +02:00
- name : '>'
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Action`1
name : Action
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2024-04-14 17:55:54 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2024-04-14 17:55:54 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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<PersonLike>
nameWithType : Action<PersonLike>
fullName : System.Action<TinyLife.Objects.PersonLike>
nameWithType.vb : Action(Of PersonLike)
fullName.vb : System.Action(Of TinyLife.Objects.PersonLike)
name.vb : Action(Of PersonLike)
2024-04-14 17:55:54 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Action`1
name : Action
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2024-04-14 17:55:54 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-04-14 17:55:54 +02:00
- name : '>'
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Action`1
name : Action
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2024-04-14 17:55:54 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-04-14 17:55:54 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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[])
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2024-04-14 17:55:54 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Random
name : Random
2024-04-14 17:55:54 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.random
- name : ','
2024-04-14 17:55:54 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.AgeGroup
name : AgeGroup
href : TinyLife.Objects.AgeGroup.html
2024-04-14 17:55:54 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-05-11 14:56:06 +02:00
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2023-05-11 14:56:06 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
2024-06-09 17:05:30 +02:00
name : bool
2023-05-11 14:56:06 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-05-11 14:56:06 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-05-11 14:56:06 +02:00
- name : '['
- name : ']'
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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___
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Map
name : Map
href : TinyLife.World.Map.html
2023-05-11 14:56:06 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Random
name : Random
2021-10-14 20:30:40 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.random
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.AgeGroup
name : AgeGroup
href : TinyLife.Objects.AgeGroup.html
2023-05-11 14:56:06 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-05-11 14:56:06 +02:00
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : (
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : float
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
2023-05-11 14:56:06 +02:00
isExternal : true
- name : ','
2023-03-30 18:07:55 +02:00
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.TimeSpan
name : TimeSpan
2023-03-30 18:07:55 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2023-05-11 14:56:06 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Single
name : Single
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-05-11 14:56:06 +02:00
- uid : TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
commentId : F:TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_RequiredSkill
2023-05-11 14:56:06 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_RequiredEmotion
2023-05-11 14:56:06 +02:00
name : RequiredEmotion
nameWithType : ActionType.TypeSettings.RequiredEmotion
fullName : TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
- uid : TinyLife.World.LotType.CanExecuteAction
commentId : P:TinyLife.World.LotType.CanExecuteAction
2024-01-07 16:53:47 +01:00
href : TinyLife.World.LotType.html#TinyLife_World_LotType_CanExecuteAction
2023-05-11 14:56:06 +02:00
name : CanExecuteAction
nameWithType : LotType.CanExecuteAction
fullName : TinyLife.World.LotType.CanExecuteAction
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Uis.Notifications
commentId : T:TinyLife.Uis.Notifications
href : TinyLife.Uis.Notifications.html
name : Notifications
nameWithType : Notifications
fullName : TinyLife.Uis.Notifications
2023-05-11 14:56:06 +02:00
- uid : TinyLife.Actions.CanExecuteResult
commentId : T:TinyLife.Actions.CanExecuteResult
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CanExecuteResult.html
2023-05-11 14:56:06 +02:00
name : CanExecuteResult
nameWithType : CanExecuteResult
fullName : TinyLife.Actions.CanExecuteResult
2024-06-09 17:05:30 +02:00
- 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 : )
2023-05-11 14:56:06 +02:00
- uid : TinyLife.Objects.Person.CanExecuteAction*
commentId : Overload:TinyLife.Objects.Person.CanExecuteAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Person.html#TinyLife_Objects_Person_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
2023-05-11 14:56:06 +02:00
name : CanExecuteAction
nameWithType : Person.CanExecuteAction
fullName : TinyLife.Objects.Person.CanExecuteAction
2024-06-09 17:05:30 +02:00
- 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
2022-05-24 13:36:05 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Actions
name : Actions
href : TinyLife.Actions.html
2022-05-24 13:36:05 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- 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)
2023-04-26 14:51:19 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
name : GetPassiveActionPriority
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
href : TinyLife.Actions.ActionType.html
2023-05-11 14:56:06 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
name : GetPassiveActionPriority
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
href : TinyLife.Actions.ActionType.html
2023-05-11 14:56:06 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-08-25 12:01:32 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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_
2023-08-25 12:01:32 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
href : TinyLife.Objects.MapObject.html
- name : ','
- name : " "
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
href : TinyLife.Objects.ObjectCategory.html
2023-08-25 12:01:32 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- 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_
2023-07-20 14:27:20 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
href : TinyLife.Objects.MapObject.html
2023-07-20 14:27:20 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- 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
2023-07-20 14:27:20 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : bool
2023-10-11 16:05:32 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-07-20 14:27:20 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean)
name : ResetToStatic
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetToStatic_System_Boolean_System_Boolean_
2023-07-20 14:27:20 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-07-20 14:27:20 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-10-11 16:05:32 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : System.Boolean
name : Boolean
2023-10-11 16:05:32 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2023-07-20 14:27:20 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.Validate
name : Validate
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate
2023-05-11 14:56:06 +02:00
- name : (
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.Validate
name : Validate
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate
2023-05-11 14:56:06 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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)
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2023-04-26 14:51:19 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : )
2023-04-26 14:51:19 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
name : GetHoverInfo
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : MLEM.Ui.Elements.Tooltip
name : Tooltip
2023-04-26 14:51:19 +02:00
isExternal : true
- name : )
2024-06-09 17:05:30 +02:00
- 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
2023-04-26 14:51:19 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-04-26 14:51:19 +02:00
spec.csharp :
2023-05-11 14:56:06 +02:00
- uid : MLEM
name : MLEM
2023-04-26 14:51:19 +02:00
isExternal : true
2023-05-11 14:56:06 +02:00
- name : .
2024-06-09 17:05:30 +02:00
- uid : MLEM.Ui
name : Ui
isExternal : true
- name : .
- uid : MLEM.Ui.Elements
name : Elements
2023-05-11 14:56:06 +02:00
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
2024-06-09 17:05:30 +02:00
- uid : MLEM.Ui
name : Ui
isExternal : true
- name : .
- uid : MLEM.Ui.Elements
name : Elements
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- 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)
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
- name : )
2023-04-26 14:51:19 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)
name : GetClosestFreeExitPoint
href : TinyLife.World.Map.html#TinyLife_World_Map_GetClosestFreeExitPoint_Microsoft_Xna_Framework_Vector2_
2023-04-26 14:51:19 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-04-26 14:51:19 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
commentId : M:TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
parent : TinyLife.Objects.PersonLike
2023-01-17 11:27:34 +01:00
isExternal : true
2024-06-09 17:05:30 +02:00
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)
2023-01-17 11:27:34 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
name : GoToExitRoad
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2023-05-11 14:56:06 +02:00
isExternal : true
- name : )
2023-01-17 11:27:34 +01:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
name : GoToExitRoad
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
2023-05-11 14:56:06 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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()
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetCurrentGoals
name : GetCurrentGoals
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals
2023-03-30 18:07:55 +02:00
- name : (
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.GetCurrentGoals
name : GetCurrentGoals
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2024-06-09 17:05:30 +02:00
- 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}
2023-05-11 14:56:06 +02:00
parent : System.Collections.Generic
2024-06-09 17:05:30 +02:00
definition : System.Collections.Generic.List`1
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name : List<IGoalTriggerable>
nameWithType : List<IGoalTriggerable>
fullName : System.Collections.Generic.List<TinyLife.Goals.IGoalTriggerable>
nameWithType.vb : List(Of IGoalTriggerable)
fullName.vb : System.Collections.Generic.List(Of TinyLife.Goals.IGoalTriggerable)
name.vb : List(Of IGoalTriggerable)
2023-04-26 14:51:19 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-05-11 14:56:06 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-04-26 14:51:19 +02:00
- name : <
2023-05-11 14:56:06 +02:00
- uid : TinyLife.Goals.IGoalTriggerable
name : IGoalTriggerable
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.IGoalTriggerable.html
2023-04-26 14:51:19 +02:00
- name : '>'
2023-05-11 14:56:06 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.List`1
name : List
2023-04-26 14:51:19 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2023-05-11 14:56:06 +02:00
- name : (
- name : Of
2023-04-26 14:51:19 +02:00
- name : " "
2023-05-11 14:56:06 +02:00
- uid : TinyLife.Goals.IGoalTriggerable
name : IGoalTriggerable
2024-01-07 16:53:47 +01:00
href : TinyLife.Goals.IGoalTriggerable.html
2023-05-11 14:56:06 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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<Project>
nameWithType : IEnumerable<Project>
fullName : System.Collections.Generic.IEnumerable<TinyLife.Goals.Project>
nameWithType.vb : IEnumerable(Of Project)
fullName.vb : System.Collections.Generic.IEnumerable(Of TinyLife.Goals.Project)
name.vb : IEnumerable(Of Project)
2023-05-11 14:56:06 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- 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 : '>'
2023-05-11 14:56:06 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2023-05-11 14:56:06 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- name : Of
- name : " "
- uid : TinyLife.Goals.Project
name : Project
href : TinyLife.Goals.Project.html
2023-05-11 14:56:06 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
2021-08-04 06:51:12 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- name : T
2021-08-04 06:51:12 +02:00
- name : '>'
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- name : T
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2022-07-28 14:58:38 +02:00
- uid : System.Random
commentId : T:System.Random
parent : System
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.random
2022-07-28 14:58:38 +02:00
name : Random
nameWithType : Random
fullName : System.Random
2024-06-09 17:05:30 +02:00
- 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[]
2023-04-14 13:00:36 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
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
2023-04-14 13:00:36 +02:00
- name : '['
- name : ']'
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-04-14 13:00:36 +02:00
- name : (
- name : )