mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
12179 lines
550 KiB
YAML
Generated
12179 lines
550 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Objects.Person
|
|
commentId: T:TinyLife.Objects.Person
|
|
id: Person
|
|
parent: TinyLife.Objects
|
|
children:
|
|
- TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
|
|
- TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
- TinyLife.Objects.Person.AgeTextures
|
|
- TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
- TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
- TinyLife.Objects.Person.CurrentRoomDecorativeRating
|
|
- TinyLife.Objects.Person.DiaperDirty
|
|
- TinyLife.Objects.Person.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
- TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
- TinyLife.Objects.Person.DrawSize
|
|
- TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
- TinyLife.Objects.Person.FullNamePronouns
|
|
- TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
- TinyLife.Objects.Person.GenerateShadowAnimation
|
|
- TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.Person.GetCurrentGoals
|
|
- TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean)
|
|
- TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
- TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
- TinyLife.Objects.Person.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
- TinyLife.Objects.Person.GetPivot
|
|
- TinyLife.Objects.Person.GetProject(System.String,System.String)
|
|
- TinyLife.Objects.Person.GetProjects(System.String)
|
|
- TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
- TinyLife.Objects.Person.IsRegularVisitor
|
|
- TinyLife.Objects.Person.Jobs
|
|
- TinyLife.Objects.Person.LastBedSleptIn
|
|
- TinyLife.Objects.Person.LifeGoal
|
|
- TinyLife.Objects.Person.LotEmployment
|
|
- TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
- TinyLife.Objects.Person.OnCreate
|
|
- TinyLife.Objects.Person.OnDrawUi
|
|
- TinyLife.Objects.Person.OnGenerateAnimationGroup
|
|
- TinyLife.Objects.Person.OnJobChanged
|
|
- TinyLife.Objects.Person.OnLifeGoalChanged
|
|
- TinyLife.Objects.Person.OnRoomCheck
|
|
- TinyLife.Objects.Person.PhoneColors
|
|
- TinyLife.Objects.Person.Projects
|
|
- TinyLife.Objects.Person.Pronouns
|
|
- TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
|
|
- TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
|
|
- TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
- TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Objects.Person.UpdateAdditionalVisuals
|
|
- TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
|
|
- TinyLife.Objects.Person.UpdatePose
|
|
- TinyLife.Objects.Person.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
type: Class
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: 'public class Person : PersonLike, IGenericDataHolder, IUpdatingObject'
|
|
content.vb: Public Class Person Inherits PersonLike Implements IGenericDataHolder, IUpdatingObject
|
|
inheritance:
|
|
- System.Object
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
- TinyLife.Objects.MapObject
|
|
- TinyLife.Objects.PersonLike
|
|
implements:
|
|
- MLEM.Misc.IGenericDataHolder
|
|
- TinyLife.Objects.IUpdatingObject
|
|
inheritedMembers:
|
|
- TinyLife.Objects.PersonLike.DefaultWalkSpeed
|
|
- TinyLife.Objects.PersonLike.SpeakSounds
|
|
- TinyLife.Objects.PersonLike.SpeakStyles
|
|
- TinyLife.Objects.PersonLike.VoiceStyles
|
|
- TinyLife.Objects.PersonLike.SupportedAges
|
|
- TinyLife.Objects.PersonLike.Migrations
|
|
- 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.VisualRotation
|
|
- 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.OnGetPassiveNeedReduction
|
|
- TinyLife.Objects.PersonLike.OnDrawLooks
|
|
- TinyLife.Objects.PersonLike.OnDrawLooksLayer
|
|
- TinyLife.Objects.PersonLike.Animations
|
|
- 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.Maths.RectangleF)
|
|
- TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
|
- TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
|
|
- TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean)
|
|
- TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
|
|
- TinyLife.Objects.PersonLike.PrepareForPermanentRemoval
|
|
- TinyLife.Objects.PersonLike.VisitLot(TinyLife.World.Lot)
|
|
- 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.Maths.Direction2},System.Boolean)
|
|
- TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
|
|
- TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.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,TinyLife.Utilities.AppliedMigrations,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.SetAnimationsPortraitDirty
|
|
- TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
- TinyLife.Objects.PersonLike.GoToRandomHomeLocation
|
|
- TinyLife.Objects.PersonLike.ShouldDrawHeldItem
|
|
- TinyLife.Objects.PersonLike.GetHeldItemDepthOffset
|
|
- 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.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.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
- TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
- TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
|
|
- TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
|
|
- TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
|
|
- TinyLife.Objects.PersonLike.OnNewDay
|
|
- TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
|
|
- TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Objects.PersonLike.ResetVisuals
|
|
- 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.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
|
|
- TinyLife.Objects.MapObject.PersonRotationOrder
|
|
- TinyLife.Objects.MapObject.OnCreated
|
|
- TinyLife.Objects.MapObject.OnValidated
|
|
- TinyLife.Objects.MapObject.OnValidatedEarly
|
|
- TinyLife.Objects.MapObject.OnEventsAttachable
|
|
- TinyLife.Objects.MapObject.OnDraw
|
|
- TinyLife.Objects.MapObject.OnUpdate
|
|
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
- TinyLife.Objects.MapObject.OnGetDebugLines
|
|
- TinyLife.Objects.MapObject.Position
|
|
- TinyLife.Objects.MapObject.Floor
|
|
- TinyLife.Objects.MapObject.Visibility
|
|
- TinyLife.Objects.MapObject.Id
|
|
- TinyLife.Objects.MapObject.Map
|
|
- TinyLife.Objects.MapObject.CurrentLot
|
|
- TinyLife.Objects.MapObject.CurrentRoom
|
|
- TinyLife.Objects.MapObject.IsInWorld
|
|
- TinyLife.Objects.MapObject.HoldingPerson
|
|
- TinyLife.Objects.MapObject.ValidateEarly
|
|
- TinyLife.Objects.MapObject.OnAdded
|
|
- TinyLife.Objects.MapObject.OnRemoved
|
|
- TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
- TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
- TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
- TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
|
|
- TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
|
|
- TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
- TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
|
|
- TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
- TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
- TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
- TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
|
|
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
extensionMethods:
|
|
- TinyLife.Objects.Person.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
- uid: TinyLife.Objects.Person.AgeTextures
|
|
commentId: F:TinyLife.Objects.Person.AgeTextures
|
|
id: AgeTextures
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AgeTextures
|
|
nameWithType: Person.AgeTextures
|
|
fullName: TinyLife.Objects.Person.AgeTextures
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: The textures that are used for each <xref href="TinyLife.Objects.AgeGroup" data-throw-if-not-resolved="false"></xref>. The key is the <xref href="TinyLife.Objects.AgeGroup" data-throw-if-not-resolved="false"></xref>, and the value is the texture name.
|
|
example: []
|
|
syntax:
|
|
content: public static readonly Dictionary<AgeGroup, string> AgeTextures
|
|
return:
|
|
type: System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.String}
|
|
content.vb: Public Shared ReadOnly AgeTextures As Dictionary(Of AgeGroup, String)
|
|
- uid: TinyLife.Objects.Person.OnCreate
|
|
commentId: E:TinyLife.Objects.Person.OnCreate
|
|
id: OnCreate
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnCreate
|
|
nameWithType: Person.OnCreate
|
|
fullName: TinyLife.Objects.Person.OnCreate
|
|
type: Event
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: An event that is invoked in <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>, which allows modifying the random generation of a new person.
|
|
example: []
|
|
syntax:
|
|
content: public static event Action<(Person Person, Random Random, AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, PersonLike[] GeneticInfluences, StylePreference Style, EventPhase Phase)> OnCreate
|
|
return:
|
|
type: System.Action{System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}}
|
|
content.vb: Public Shared Event OnCreate As Action(Of (Person As Person, Random As Random, AllowedAges As AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As PersonLike(), Style As StylePreference, Phase As EventPhase))
|
|
- uid: TinyLife.Objects.Person.Projects
|
|
commentId: F:TinyLife.Objects.Person.Projects
|
|
id: Projects
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Projects
|
|
nameWithType: Person.Projects
|
|
fullName: TinyLife.Objects.Person.Projects
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly List<Project> Projects
|
|
return:
|
|
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
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Jobs
|
|
nameWithType: Person.Jobs
|
|
fullName: TinyLife.Objects.Person.Jobs
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
The jobs that this person currently has. Currently, multiple jobs are supported in-game, but not properly enforced, meaning if a person has multiple jobs whose work hours overlap, unexpected behaviors might occur.
|
|
|
|
To modify this collection, please use <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.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public readonly List<Job> Jobs
|
|
return:
|
|
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
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Pronouns
|
|
nameWithType: Person.Pronouns
|
|
fullName: TinyLife.Objects.Person.Pronouns
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: This person's pronouns.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public string Pronouns
|
|
return:
|
|
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
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: FullNamePronouns
|
|
nameWithType: Person.FullNamePronouns
|
|
fullName: TinyLife.Objects.Person.FullNamePronouns
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public override string FullNamePronouns { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.String
|
|
content.vb: Public Overrides ReadOnly Property FullNamePronouns As String
|
|
overridden: TinyLife.Objects.PersonLike.FullNamePronouns
|
|
overload: TinyLife.Objects.Person.FullNamePronouns*
|
|
- uid: TinyLife.Objects.Person.CurrentRoomDecorativeRating
|
|
commentId: P:TinyLife.Objects.Person.CurrentRoomDecorativeRating
|
|
id: CurrentRoomDecorativeRating
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CurrentRoomDecorativeRating
|
|
nameWithType: Person.CurrentRoomDecorativeRating
|
|
fullName: TinyLife.Objects.Person.CurrentRoomDecorativeRating
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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
|
|
example: []
|
|
syntax:
|
|
content: public int CurrentRoomDecorativeRating { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Int32
|
|
content.vb: Public Property CurrentRoomDecorativeRating As Integer
|
|
overload: TinyLife.Objects.Person.CurrentRoomDecorativeRating*
|
|
- uid: TinyLife.Objects.Person.LastBedSleptIn
|
|
commentId: F:TinyLife.Objects.Person.LastBedSleptIn
|
|
id: LastBedSleptIn
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: LastBedSleptIn
|
|
nameWithType: Person.LastBedSleptIn
|
|
fullName: TinyLife.Objects.Person.LastBedSleptIn
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember(EmitDefaultValue = false)]
|
|
|
|
public Guid LastBedSleptIn
|
|
return:
|
|
type: System.Guid
|
|
content.vb: >-
|
|
<DataMember(EmitDefaultValue:=False)>
|
|
|
|
Public LastBedSleptIn As Guid
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
namedArguments:
|
|
- name: EmitDefaultValue
|
|
type: System.Boolean
|
|
value: false
|
|
- uid: TinyLife.Objects.Person.LotEmployment
|
|
commentId: F:TinyLife.Objects.Person.LotEmployment
|
|
id: LotEmployment
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: LotEmployment
|
|
nameWithType: Person.LotEmployment
|
|
fullName: TinyLife.Objects.Person.LotEmployment
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
The <xref href="TinyLife.World.LotEmployment.Instance" data-throw-if-not-resolved="false"></xref> that this person works in.
|
|
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember(EmitDefaultValue = false)]
|
|
|
|
public LotEmployment.Instance LotEmployment
|
|
return:
|
|
type: TinyLife.World.LotEmployment.Instance
|
|
content.vb: >-
|
|
<DataMember(EmitDefaultValue:=False)>
|
|
|
|
Public LotEmployment As LotEmployment.Instance
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
namedArguments:
|
|
- name: EmitDefaultValue
|
|
type: System.Boolean
|
|
value: false
|
|
- uid: TinyLife.Objects.Person.LifeGoal
|
|
commentId: P:TinyLife.Objects.Person.LifeGoal
|
|
id: LifeGoal
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: LifeGoal
|
|
nameWithType: Person.LifeGoal
|
|
fullName: TinyLife.Objects.Person.LifeGoal
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: This person's current <xref href="TinyLife.Goals.LifeGoal.Instance" data-throw-if-not-resolved="false"></xref>
|
|
example: []
|
|
syntax:
|
|
content: public LifeGoal.Instance LifeGoal { get; set; }
|
|
parameters: []
|
|
return:
|
|
type: TinyLife.Goals.LifeGoal.Instance
|
|
content.vb: Public Property LifeGoal As LifeGoal.Instance
|
|
overload: TinyLife.Objects.Person.LifeGoal*
|
|
- uid: TinyLife.Objects.Person.PhoneColors
|
|
commentId: F:TinyLife.Objects.Person.PhoneColors
|
|
id: PhoneColors
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PhoneColors
|
|
nameWithType: Person.PhoneColors
|
|
fullName: TinyLife.Objects.Person.PhoneColors
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: This person's mobile phone colors.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public int[] PhoneColors
|
|
return:
|
|
type: System.Int32[]
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public PhoneColors As Integer()
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.Objects.Person.DiaperDirty
|
|
commentId: F:TinyLife.Objects.Person.DiaperDirty
|
|
id: DiaperDirty
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DiaperDirty
|
|
nameWithType: Person.DiaperDirty
|
|
fullName: TinyLife.Objects.Person.DiaperDirty
|
|
type: Field
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: Whether this person's diaper is dirty.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember(EmitDefaultValue = false)]
|
|
|
|
public bool DiaperDirty
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember(EmitDefaultValue:=False)>
|
|
|
|
Public DiaperDirty As Boolean
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
namedArguments:
|
|
- name: EmitDefaultValue
|
|
type: System.Boolean
|
|
value: false
|
|
- uid: TinyLife.Objects.Person.IsRegularVisitor
|
|
commentId: P:TinyLife.Objects.Person.IsRegularVisitor
|
|
id: IsRegularVisitor
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsRegularVisitor
|
|
nameWithType: Person.IsRegularVisitor
|
|
fullName: TinyLife.Objects.Person.IsRegularVisitor
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
A property that computes whether this person is a regular visitor.
|
|
|
|
A person is considered a regular visitor if they have no <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>).
|
|
example: []
|
|
syntax:
|
|
content: public override bool IsRegularVisitor { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public Overrides ReadOnly Property IsRegularVisitor As Boolean
|
|
overridden: TinyLife.Objects.PersonLike.IsRegularVisitor
|
|
overload: TinyLife.Objects.Person.IsRegularVisitor*
|
|
- uid: TinyLife.Objects.Person.DrawSize
|
|
commentId: P:TinyLife.Objects.Person.DrawSize
|
|
id: DrawSize
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrawSize
|
|
nameWithType: Person.DrawSize
|
|
fullName: TinyLife.Objects.Person.DrawSize
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: The size, in draw space pixels, that a person's texture takes up.
|
|
example: []
|
|
syntax:
|
|
content: public override Point DrawSize { get; }
|
|
parameters: []
|
|
return:
|
|
type: Microsoft.Xna.Framework.Point
|
|
content.vb: Public Overrides ReadOnly Property DrawSize As Point
|
|
overridden: TinyLife.Objects.PersonLike.DrawSize
|
|
overload: TinyLife.Objects.Person.DrawSize*
|
|
- uid: TinyLife.Objects.Person.OnLifeGoalChanged
|
|
commentId: E:TinyLife.Objects.Person.OnLifeGoalChanged
|
|
id: OnLifeGoalChanged
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnLifeGoalChanged
|
|
nameWithType: Person.OnLifeGoalChanged
|
|
fullName: TinyLife.Objects.Person.OnLifeGoalChanged
|
|
type: Event
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
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.
|
|
|
|
This event can be subscribed to using <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public event Action<LifeGoal.Instance> OnLifeGoalChanged
|
|
return:
|
|
type: System.Action{TinyLife.Goals.LifeGoal.Instance}
|
|
content.vb: Public Event OnLifeGoalChanged As Action(Of LifeGoal.Instance)
|
|
- uid: TinyLife.Objects.Person.OnJobChanged
|
|
commentId: E:TinyLife.Objects.Person.OnJobChanged
|
|
id: OnJobChanged
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnJobChanged
|
|
nameWithType: Person.OnJobChanged
|
|
fullName: TinyLife.Objects.Person.OnJobChanged
|
|
type: Event
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
An event that is invoked when the <xref href="TinyLife.Objects.Person.Jobs" data-throw-if-not-resolved="false"></xref> collection changes.
|
|
|
|
This event can be subscribed to using <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public event Action<PersonLike> OnJobChanged
|
|
return:
|
|
type: System.Action{TinyLife.Objects.PersonLike}
|
|
content.vb: Public Event OnJobChanged As Action(Of PersonLike)
|
|
- uid: TinyLife.Objects.Person.OnGenerateAnimationGroup
|
|
commentId: E:TinyLife.Objects.Person.OnGenerateAnimationGroup
|
|
id: OnGenerateAnimationGroup
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnGenerateAnimationGroup
|
|
nameWithType: Person.OnGenerateAnimationGroup
|
|
fullName: TinyLife.Objects.Person.OnGenerateAnimationGroup
|
|
type: Event
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
An event that is invoked when an animation group is created for this person in <xref href="TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer%2cSystem.Int32%2cSystem.Collections.Generic.IReadOnlyDictionary%7bMicrosoft.Xna.Framework.Point%2cMLEM.Textures.TextureRegion%7d%2cMicrosoft.Xna.Framework.Point)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This event can be subscribed to using <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public event Action<(ClothesLayer ClothesLayer, int LayerAmount, IReadOnlyDictionary<Point, TextureRegion> Textures, Point TextureRegion, SpriteAnimationGroup Group, EventPhase Phase)> OnGenerateAnimationGroup
|
|
return:
|
|
type: System.Action{System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}}
|
|
content.vb: Public Event OnGenerateAnimationGroup As Action(Of (ClothesLayer As ClothesLayer, LayerAmount As Integer, Textures As IReadOnlyDictionary(Of Point, TextureRegion), TextureRegion As Point, Group As SpriteAnimationGroup, Phase As EventPhase))
|
|
- uid: TinyLife.Objects.Person.OnDrawUi
|
|
commentId: E:TinyLife.Objects.Person.OnDrawUi
|
|
id: OnDrawUi
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnDrawUi
|
|
nameWithType: Person.OnDrawUi
|
|
fullName: TinyLife.Objects.Person.OnDrawUi
|
|
type: Event
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
An event that is invoked when this person is drawn in UI space using <xref href="TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cMLEM.Maths.Direction2%2cTinyLife.Objects.Outfit%2cSystem.Nullable%7bTinyLife.Objects.Pose%7d%2cSystem.Nullable%7bTinyLife.Objects.AgeGroup%7d)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This event can be subscribed to using <xref href="TinyLife.Objects.MapObject.OnEventsAttachable" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public event Action<(SpriteBatch Batch, Vector2 Pos, float Scale, Direction2 Rotation, Outfit Outfit, Pose Pose, AgeGroup Age, EventPhase Phase)> OnDrawUi
|
|
return:
|
|
type: System.Action{System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}}
|
|
content.vb: Public Event OnDrawUi As Action(Of (Batch As SpriteBatch, Pos As Vector2, Scale As Single, Rotation As Direction2, Outfit As Outfit, Pose As Pose, Age As AgeGroup, Phase As EventPhase))
|
|
- uid: TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
|
|
commentId: M:TinyLife.Objects.Person.#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)
|
|
id: '#ctor(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single)'
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Person(Map, Vector2, float)
|
|
nameWithType: Person.Person(Map, Vector2, float)
|
|
fullName: TinyLife.Objects.Person.Person(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, float)
|
|
type: Constructor
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[JsonConstructor]
|
|
|
|
protected Person(Map map, Vector2 position, float floor)
|
|
parameters:
|
|
- id: map
|
|
type: TinyLife.World.Map
|
|
description: The map.
|
|
- id: position
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The position.
|
|
- id: floor
|
|
type: System.Single
|
|
description: The floor.
|
|
content.vb: >-
|
|
<JsonConstructor>
|
|
|
|
Protected Sub New(map As Map, position As Vector2, floor As Single)
|
|
overload: TinyLife.Objects.Person.#ctor*
|
|
attributes:
|
|
- type: Newtonsoft.Json.JsonConstructorAttribute
|
|
ctor: Newtonsoft.Json.JsonConstructorAttribute.#ctor
|
|
arguments: []
|
|
nameWithType.vb: Person.New(Map, Vector2, Single)
|
|
fullName.vb: TinyLife.Objects.Person.New(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, Single)
|
|
name.vb: New(Map, Vector2, Single)
|
|
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Update(GameTime, TimeSpan, float)
|
|
nameWithType: Person.Update(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
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>.
|
|
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
content: public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game's time
|
|
- id: passedInGame
|
|
type: System.TimeSpan
|
|
description: The amount of time that has passed since the last call
|
|
- id: speedMultiplier
|
|
type: System.Single
|
|
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <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.UpdatePose
|
|
commentId: M:TinyLife.Objects.Person.UpdatePose
|
|
id: UpdatePose
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdatePose()
|
|
nameWithType: Person.UpdatePose()
|
|
fullName: TinyLife.Objects.Person.UpdatePose()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: A method invoked in <xref href="TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> that updates this person's <xref href="TinyLife.Objects.PersonLike.CurrentPose" data-throw-if-not-resolved="false"></xref> based on their held object or person.
|
|
example: []
|
|
syntax:
|
|
content: protected override void UpdatePose()
|
|
content.vb: Protected Overrides Sub UpdatePose()
|
|
overridden: TinyLife.Objects.PersonLike.UpdatePose
|
|
overload: TinyLife.Objects.Person.UpdatePose*
|
|
- uid: TinyLife.Objects.Person.UpdateAdditionalVisuals
|
|
commentId: M:TinyLife.Objects.Person.UpdateAdditionalVisuals
|
|
id: UpdateAdditionalVisuals
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateAdditionalVisuals()
|
|
nameWithType: Person.UpdateAdditionalVisuals()
|
|
fullName: TinyLife.Objects.Person.UpdateAdditionalVisuals()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: A method invoked in <xref href="TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> near the end to update additional visuals, like spawning particles and changing the person's <xref href="TinyLife.Objects.PersonLike.Tint" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void UpdateAdditionalVisuals()
|
|
content.vb: Protected Overridable Sub UpdateAdditionalVisuals()
|
|
overload: TinyLife.Objects.Person.UpdateAdditionalVisuals*
|
|
- uid: TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
|
|
commentId: M:TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
|
|
id: UpdateJobs(System.TimeSpan)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateJobs(TimeSpan)
|
|
nameWithType: Person.UpdateJobs(TimeSpan)
|
|
fullName: TinyLife.Objects.Person.UpdateJobs(System.TimeSpan)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: A method invoked in <xref href="TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> to update this person's <xref href="TinyLife.Objects.Person.Jobs" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void UpdateJobs(TimeSpan passedInGame)
|
|
parameters:
|
|
- id: passedInGame
|
|
type: System.TimeSpan
|
|
description: The amount of time that has passed since the last call
|
|
content.vb: Protected Overridable Sub UpdateJobs(passedInGame As TimeSpan)
|
|
overload: TinyLife.Objects.Person.UpdateJobs*
|
|
- uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
id: CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanExecuteAction(ActionType, ActionInfo, bool)
|
|
nameWithType: Person.CanExecuteAction(ActionType, ActionInfo, bool)
|
|
fullName: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
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>.
|
|
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public override CanExecuteResult CanExecuteAction(ActionType type, ActionInfo info, bool automatic)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Actions.ActionType
|
|
description: The action to execute.
|
|
- id: info
|
|
type: TinyLife.Actions.ActionInfo
|
|
description: The action info
|
|
- id: automatic
|
|
type: System.Boolean
|
|
description: Whether the action is automatically executed
|
|
return:
|
|
type: TinyLife.Actions.CanExecuteResult
|
|
description: A <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)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetPassiveActionPriority(ActionType)
|
|
nameWithType: Person.GetPassiveActionPriority(ActionType)
|
|
fullName: TinyLife.Objects.Person.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public override float GetPassiveActionPriority(ActionType type)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Actions.ActionType
|
|
description: The type of action to get the passive priority for
|
|
return:
|
|
type: System.Single
|
|
description: The action's passive priority
|
|
content.vb: Public Overrides Function GetPassiveActionPriority(type As ActionType) As Single
|
|
overridden: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
overload: TinyLife.Objects.Person.GetPassiveActionPriority*
|
|
- uid: TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
id: GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetAiPriorityForObject(MapObject, ObjectCategory)
|
|
nameWithType: Person.GetAiPriorityForObject(MapObject, ObjectCategory)
|
|
fullName: TinyLife.Objects.Person.GetAiPriorityForObject(TinyLife.Objects.MapObject, TinyLife.Objects.ObjectCategory)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
Returns the AI priority for the given <code class="paramref">obj</code> and the given <code class="paramref">categories</code>.
|
|
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public override float GetAiPriorityForObject(MapObject obj, ObjectCategory categories)
|
|
parameters:
|
|
- id: obj
|
|
type: TinyLife.Objects.MapObject
|
|
description: The object.
|
|
- id: categories
|
|
type: TinyLife.Objects.ObjectCategory
|
|
description: The categories.
|
|
return:
|
|
type: System.Single
|
|
description: The AI priority for the object.
|
|
content.vb: Public Overrides Function GetAiPriorityForObject(obj As MapObject, categories As ObjectCategory) As Single
|
|
overridden: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
overload: TinyLife.Objects.Person.GetAiPriorityForObject*
|
|
- uid: TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Person.ResetToStatic(System.Boolean,System.Boolean)
|
|
id: ResetToStatic(System.Boolean,System.Boolean)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ResetToStatic(bool, bool)
|
|
nameWithType: Person.ResetToStatic(bool, bool)
|
|
fullName: TinyLife.Objects.Person.ResetToStatic(bool, bool)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public override bool ResetToStatic(bool thorough, bool custom)
|
|
parameters:
|
|
- id: thorough
|
|
type: System.Boolean
|
|
description: Whether a more thorough reset is expected, which usually involves normalizing additional data and cleaning up player data entirely.
|
|
- id: custom
|
|
type: System.Boolean
|
|
description: Whether the static reset is happening in a custom context, that is, a <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.
|
|
return:
|
|
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.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.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
id: GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary<Point, TextureRegion>, Point)
|
|
nameWithType: Person.GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary<Point, TextureRegion>, Point)
|
|
fullName: TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, int, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: Generates a <xref href="MLEM.Animations.SpriteAnimationGroup" data-throw-if-not-resolved="false"></xref> for the given settings. This method is called when a person's <xref href="TinyLife.Objects.PersonLike.Animations" data-throw-if-not-resolved="false"></xref> are generated, for each clothes layer.
|
|
example: []
|
|
syntax:
|
|
content: protected override SpriteAnimationGroup GenerateAnimationGroup(ClothesLayer clothesLayer, int layerAmount, IReadOnlyDictionary<Point, TextureRegion> textures, Point textureRegion)
|
|
parameters:
|
|
- id: clothesLayer
|
|
type: TinyLife.Objects.ClothesLayer
|
|
description: The clothes layer.
|
|
- id: layerAmount
|
|
type: System.Int32
|
|
description: The amount of layers the clothing item has.
|
|
- id: textures
|
|
type: System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
|
description: The textures to use.
|
|
- id: textureRegion
|
|
type: Microsoft.Xna.Framework.Point
|
|
description: The initial texture region to use.
|
|
return:
|
|
type: MLEM.Animations.SpriteAnimationGroup
|
|
description: The generated <xref href="MLEM.Animations.SpriteAnimationGroup" data-throw-if-not-resolved="false"></xref>.
|
|
content.vb: Protected Overrides Function GenerateAnimationGroup(clothesLayer As ClothesLayer, layerAmount As Integer, textures As IReadOnlyDictionary(Of Point, TextureRegion), textureRegion As Point) As SpriteAnimationGroup
|
|
overridden: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
overload: TinyLife.Objects.Person.GenerateAnimationGroup*
|
|
nameWithType.vb: Person.GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point)
|
|
fullName.vb: TinyLife.Objects.Person.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)
|
|
- uid: TinyLife.Objects.Person.GenerateShadowAnimation
|
|
commentId: M:TinyLife.Objects.Person.GenerateShadowAnimation
|
|
id: GenerateShadowAnimation
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GenerateShadowAnimation()
|
|
nameWithType: Person.GenerateShadowAnimation()
|
|
fullName: TinyLife.Objects.Person.GenerateShadowAnimation()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: Generates a <xref href="MLEM.Animations.SpriteAnimationGroup" data-throw-if-not-resolved="false"></xref> for this person's shadow. This method is called when a person's <xref href="TinyLife.Objects.PersonLike.Animations" data-throw-if-not-resolved="false"></xref> are generated.
|
|
example: []
|
|
syntax:
|
|
content: protected override SpriteAnimationGroup GenerateShadowAnimation()
|
|
return:
|
|
type: MLEM.Animations.SpriteAnimationGroup
|
|
description: The generated <xref href="MLEM.Animations.SpriteAnimationGroup" data-throw-if-not-resolved="false"></xref>.
|
|
content.vb: Protected Overrides Function GenerateShadowAnimation() As SpriteAnimationGroup
|
|
overridden: TinyLife.Objects.PersonLike.GenerateShadowAnimation
|
|
overload: TinyLife.Objects.Person.GenerateShadowAnimation*
|
|
- uid: TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
id: DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, int, Vector2, Vector2, float, ParentInfo, Color, float, float)
|
|
nameWithType: Person.DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, int, Vector2, Vector2, float, ParentInfo, Color, float, float)
|
|
fullName: TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Animations.SpriteAnimation, MLEM.Textures.TextureRegion, TinyLife.Objects.WornClothes, int, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color, float, float)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
Draws the given layer of this person's looks in the world.
|
|
|
|
This method is invoked several times in <xref href="TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Single%2cTinyLife.Objects.ParentInfo%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Color%7d%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected override void DrawLooksLayer(SpriteBatch batch, SpriteAnimation animation, TextureRegion region, WornClothes clothes, int layerIndex, Vector2 drawPos, Vector2 depthPos, float floor, ParentInfo parent, Color color, float scale, float depthOffset)
|
|
parameters:
|
|
- id: batch
|
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
description: The sprite batch to use for drawing.
|
|
- id: animation
|
|
type: MLEM.Animations.SpriteAnimation
|
|
description: The animation to draw.
|
|
- id: region
|
|
type: MLEM.Textures.TextureRegion
|
|
description: The texture region of the <code class="paramref">animation</code> to draw.
|
|
- id: clothes
|
|
type: TinyLife.Objects.WornClothes
|
|
description: The clothes to draw.
|
|
- id: layerIndex
|
|
type: System.Int32
|
|
description: The index that this layer is on.
|
|
- id: drawPos
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The draw position in screen space.
|
|
- id: depthPos
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The position to use for calculating depth.
|
|
- id: floor
|
|
type: System.Single
|
|
description: The floor to draw on.
|
|
- id: parent
|
|
type: TinyLife.Objects.ParentInfo
|
|
description: This person's parent info.
|
|
- id: color
|
|
type: Microsoft.Xna.Framework.Color
|
|
description: The color to draw with.
|
|
- id: scale
|
|
type: System.Single
|
|
description: The scale to draw with.
|
|
- id: depthOffset
|
|
type: System.Single
|
|
description: The depth offset to draw with.
|
|
content.vb: Protected Overrides Sub DrawLooksLayer(batch As SpriteBatch, animation As SpriteAnimation, region As TextureRegion, clothes As WornClothes, layerIndex As Integer, drawPos As Vector2, depthPos As Vector2, floor As Single, parent As ParentInfo, color As Color, scale As Single, depthOffset As Single)
|
|
overridden: TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
overload: TinyLife.Objects.Person.DrawLooksLayer*
|
|
nameWithType.vb: Person.DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, Integer, Vector2, Vector2, Single, ParentInfo, Color, Single, Single)
|
|
fullName.vb: TinyLife.Objects.Person.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Animations.SpriteAnimation, MLEM.Textures.TextureRegion, TinyLife.Objects.WornClothes, Integer, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color, Single, Single)
|
|
name.vb: DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, Integer, Vector2, Vector2, Single, ParentInfo, Color, Single, Single)
|
|
- uid: TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean)
|
|
commentId: M:TinyLife.Objects.Person.GetHeldItemDrawOffset(System.Boolean)
|
|
id: GetHeldItemDrawOffset(System.Boolean)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetHeldItemDrawOffset(bool)
|
|
nameWithType: Person.GetHeldItemDrawOffset(bool)
|
|
fullName: TinyLife.Objects.Person.GetHeldItemDrawOffset(bool)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: Returns this person's held item's draw offset, which is used by <xref href="TinyLife.Objects.PersonLike.ParentInfo" data-throw-if-not-resolved="false"></xref> for drawing.
|
|
example: []
|
|
syntax:
|
|
content: public override Vector2 GetHeldItemDrawOffset(bool includeItemOffsets)
|
|
parameters:
|
|
- id: includeItemOffsets
|
|
type: System.Boolean
|
|
return:
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: This person's held item's draw offset.
|
|
content.vb: Public Overrides Function GetHeldItemDrawOffset(includeItemOffsets As Boolean) As Vector2
|
|
overridden: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean)
|
|
overload: TinyLife.Objects.Person.GetHeldItemDrawOffset*
|
|
nameWithType.vb: Person.GetHeldItemDrawOffset(Boolean)
|
|
fullName.vb: TinyLife.Objects.Person.GetHeldItemDrawOffset(Boolean)
|
|
name.vb: GetHeldItemDrawOffset(Boolean)
|
|
- uid: TinyLife.Objects.Person.GetPivot
|
|
commentId: M:TinyLife.Objects.Person.GetPivot
|
|
id: GetPivot
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetPivot()
|
|
nameWithType: Person.GetPivot()
|
|
fullName: TinyLife.Objects.Person.GetPivot()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: Returns this person's screen-space pivot position, based on the current animation frame.
|
|
example: []
|
|
syntax:
|
|
content: public override Vector2 GetPivot()
|
|
return:
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: This person's screen-space pivot position.
|
|
content.vb: Public Overrides Function GetPivot() As Vector2
|
|
overridden: TinyLife.Objects.PersonLike.GetPivot
|
|
overload: TinyLife.Objects.Person.GetPivot*
|
|
- uid: TinyLife.Objects.Person.OnRoomCheck
|
|
commentId: M:TinyLife.Objects.Person.OnRoomCheck
|
|
id: OnRoomCheck
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnRoomCheck()
|
|
nameWithType: Person.OnRoomCheck()
|
|
fullName: TinyLife.Objects.Person.OnRoomCheck()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: protected override void OnRoomCheck()
|
|
content.vb: Protected Overrides Sub OnRoomCheck()
|
|
overridden: TinyLife.Objects.PersonLike.OnRoomCheck
|
|
overload: TinyLife.Objects.Person.OnRoomCheck*
|
|
- uid: TinyLife.Objects.Person.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
commentId: M:TinyLife.Objects.Person.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
id: Validate(TinyLife.Utilities.AppliedMigrations)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Validate(AppliedMigrations)
|
|
nameWithType: Person.Validate(AppliedMigrations)
|
|
fullName: TinyLife.Objects.Person.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
This method is called when this object is loaded from disk.
|
|
|
|
Returning false on this method causes the object to be removed from the map.
|
|
|
|
By default, this method invokes <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>.
|
|
example: []
|
|
syntax:
|
|
content: public override bool Validate(AppliedMigrations appliedMigrations)
|
|
parameters:
|
|
- id: appliedMigrations
|
|
type: TinyLife.Utilities.AppliedMigrations
|
|
description: ''
|
|
return:
|
|
type: System.Boolean
|
|
description: false if the object is not valid, true otherwise
|
|
content.vb: Public Overrides Function Validate(appliedMigrations As AppliedMigrations) As Boolean
|
|
overridden: TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
overload: TinyLife.Objects.Person.Validate*
|
|
- uid: TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
commentId: M:TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
id: GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetHoverInfo(Tooltip)
|
|
nameWithType: Person.GetHoverInfo(Tooltip)
|
|
fullName: TinyLife.Objects.Person.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
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.
|
|
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
content: public override void GetHoverInfo(Tooltip tooltip)
|
|
parameters:
|
|
- id: tooltip
|
|
type: MLEM.Ui.Elements.Tooltip
|
|
description: The tooltip that will be displayed.
|
|
content.vb: Public Overrides Sub GetHoverInfo(tooltip As Tooltip)
|
|
overridden: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
overload: TinyLife.Objects.Person.GetHoverInfo*
|
|
- uid: TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
commentId: M:TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
id: OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnAgeChanged(AgeGroup)
|
|
nameWithType: Person.OnAgeChanged(AgeGroup)
|
|
fullName: TinyLife.Objects.Person.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
content: protected override void OnAgeChanged(AgeGroup lastAge)
|
|
parameters:
|
|
- id: lastAge
|
|
type: TinyLife.Objects.AgeGroup
|
|
description: This person's previous age.
|
|
content.vb: Protected Overrides Sub OnAgeChanged(lastAge As AgeGroup)
|
|
overridden: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
overload: TinyLife.Objects.Person.OnAgeChanged*
|
|
- uid: TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
commentId: M:TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
id: GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GoToExitRoad(Vector2)
|
|
nameWithType: Person.GoToExitRoad(Vector2)
|
|
fullName: TinyLife.Objects.Person.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
content: public override void GoToExitRoad(Vector2 closestPosition)
|
|
parameters:
|
|
- id: closestPosition
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
content.vb: Public Overrides Sub GoToExitRoad(closestPosition As Vector2)
|
|
overridden: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
overload: TinyLife.Objects.Person.GoToExitRoad*
|
|
- uid: TinyLife.Objects.Person.GetCurrentGoals
|
|
commentId: M:TinyLife.Objects.Person.GetCurrentGoals
|
|
id: GetCurrentGoals
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetCurrentGoals()
|
|
nameWithType: Person.GetCurrentGoals()
|
|
fullName: TinyLife.Objects.Person.GetCurrentGoals()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
Returns a set of <xref href="TinyLife.Goals.GoalSet" data-throw-if-not-resolved="false"></xref> objects that this person is currently working on.
|
|
|
|
To add more current goals, use <xref href="TinyLife.Objects.PersonLike.OnGetCurrentGoals" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public override List<IGoalTriggerable> GetCurrentGoals()
|
|
return:
|
|
type: System.Collections.Generic.List{TinyLife.Goals.IGoalTriggerable}
|
|
description: This person's current goals
|
|
content.vb: Public Overrides Function GetCurrentGoals() As List(Of IGoalTriggerable)
|
|
overridden: TinyLife.Objects.PersonLike.GetCurrentGoals
|
|
overload: TinyLife.Objects.Person.GetCurrentGoals*
|
|
- uid: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
commentId: M:TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
id: DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?)
|
|
nameWithType: Person.DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?)
|
|
fullName: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: Renders this person on a ui level rather than a world level
|
|
example: []
|
|
syntax:
|
|
content: public override void DrawUi(SpriteBatch batch, Vector2 pos, float scale, Direction2 rotation = Direction2.Right, Outfit outfit = null, Pose? pose = null, AgeGroup? age = null)
|
|
parameters:
|
|
- id: batch
|
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
description: The sprite batch to use for drawing
|
|
- id: pos
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The position, in screen space, to draw at
|
|
- id: scale
|
|
type: System.Single
|
|
description: The scale to draw with
|
|
- id: rotation
|
|
type: MLEM.Maths.Direction2
|
|
description: The rotation that this person should be drawn with. Defaults to <xref href="MLEM.Maths.Direction2.Right" data-throw-if-not-resolved="false"></xref>.
|
|
- id: outfit
|
|
type: TinyLife.Objects.Outfit
|
|
description: The outfit to draw with, which defaults to this person's <xref href="TinyLife.Objects.PersonLike.CurrentOutfit" data-throw-if-not-resolved="false"></xref>.
|
|
- id: pose
|
|
type: System.Nullable{TinyLife.Objects.Pose}
|
|
description: The pose to draw with, which defaults to this person's <xref href="TinyLife.Objects.PersonLike.CurrentPose" data-throw-if-not-resolved="false"></xref>.
|
|
- id: age
|
|
type: System.Nullable{TinyLife.Objects.AgeGroup}
|
|
description: The age to draw with, which defaults to this person's <xref href="TinyLife.Objects.PersonLike.Age" data-throw-if-not-resolved="false"></xref>.
|
|
content.vb: Public Overrides Sub DrawUi(batch As SpriteBatch, pos As Vector2, scale As Single, rotation As Direction2 = Direction2.Right, outfit As Outfit = Nothing, pose As Pose? = Nothing, age As AgeGroup? = Nothing)
|
|
overridden: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
overload: TinyLife.Objects.Person.DrawUi*
|
|
nameWithType.vb: Person.DrawUi(SpriteBatch, Vector2, Single, Direction2, Outfit, Pose?, AgeGroup?)
|
|
fullName.vb: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Single, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?)
|
|
name.vb: DrawUi(SpriteBatch, Vector2, Single, Direction2, Outfit, Pose?, AgeGroup?)
|
|
- uid: TinyLife.Objects.Person.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
commentId: M:TinyLife.Objects.Person.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
id: GetPassiveNeedReduction(TinyLife.NeedType)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetPassiveNeedReduction(NeedType)
|
|
nameWithType: Person.GetPassiveNeedReduction(NeedType)
|
|
fullName: TinyLife.Objects.Person.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
Returns the given need's current passive reduction for this person.
|
|
|
|
The return value is a combination of <xref href="TinyLife.NeedType.PassiveReduction" data-throw-if-not-resolved="false"></xref> and the <xref href="TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction" data-throw-if-not-resolved="false"></xref> event, as well as <xref href="TinyLife.PersonalityType" data-throw-if-not-resolved="false"></xref> modifiers and the like.
|
|
example: []
|
|
syntax:
|
|
content: public override float GetPassiveNeedReduction(NeedType need)
|
|
parameters:
|
|
- id: need
|
|
type: TinyLife.NeedType
|
|
description: The need.
|
|
return:
|
|
type: System.Single
|
|
description: The passive need reduction.
|
|
content.vb: Public Overrides Function GetPassiveNeedReduction(need As NeedType) As Single
|
|
overridden: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
overload: TinyLife.Objects.Person.GetPassiveNeedReduction*
|
|
- uid: TinyLife.Objects.Person.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
commentId: M:TinyLife.Objects.Person.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
id: DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DrawIcon(Element, GameTime, SpriteBatch)
|
|
nameWithType: Person.DrawIcon(Element, GameTime, SpriteBatch)
|
|
fullName: TinyLife.Objects.Person.DrawIcon(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
Draws this object as an icon in UI space. This method is called by the action queue as well as for notifications.
|
|
|
|
By default, people draw their <xref href="TinyLife.Objects.PersonLike.Portrait" data-throw-if-not-resolved="false"></xref>, and <xref href="TinyLife.Objects.Furniture" data-throw-if-not-resolved="false"></xref> draws itself in ui space.
|
|
example: []
|
|
syntax:
|
|
content: public override bool DrawIcon(Element element, GameTime time, SpriteBatch batch)
|
|
parameters:
|
|
- id: element
|
|
type: MLEM.Ui.Elements.Element
|
|
description: The element to draw the object in.
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game time.
|
|
- id: batch
|
|
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
description: The sprite batch to use for drawing.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether the object was actually drawn as an icon. If <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a> is returned, a replacement icon can be drawn by the caller instead.
|
|
content.vb: Public Overrides Function DrawIcon(element As Element, time As GameTime, batch As SpriteBatch) As Boolean
|
|
overridden: TinyLife.Objects.MapObject.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
overload: TinyLife.Objects.Person.DrawIcon*
|
|
- uid: TinyLife.Objects.Person.GetProjects(System.String)
|
|
commentId: M:TinyLife.Objects.Person.GetProjects(System.String)
|
|
id: GetProjects(System.String)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetProjects(string)
|
|
nameWithType: Person.GetProjects(string)
|
|
fullName: TinyLife.Objects.Person.GetProjects(string)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: >-
|
|
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.
|
|
|
|
To access all projects regardless of type, iterate the <xref href="TinyLife.Objects.Person.Projects" data-throw-if-not-resolved="false"></xref> list instead.
|
|
example: []
|
|
syntax:
|
|
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
|
|
return:
|
|
type: System.Collections.Generic.IEnumerable{TinyLife.Goals.Project}
|
|
description: A set of projects that match the given type
|
|
content.vb: Public Function GetProjects(type As String) As IEnumerable(Of Project)
|
|
overload: TinyLife.Objects.Person.GetProjects*
|
|
nameWithType.vb: Person.GetProjects(String)
|
|
fullName.vb: TinyLife.Objects.Person.GetProjects(String)
|
|
name.vb: GetProjects(String)
|
|
- uid: TinyLife.Objects.Person.GetProject(System.String,System.String)
|
|
commentId: M:TinyLife.Objects.Person.GetProject(System.String,System.String)
|
|
id: GetProject(System.String,System.String)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetProject(string, string)
|
|
nameWithType: Person.GetProject(string, string)
|
|
fullName: TinyLife.Objects.Person.GetProject(string, string)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
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
|
|
return:
|
|
type: TinyLife.Goals.Project
|
|
description: The matching project, or null if there is none
|
|
content.vb: Public Function GetProject(type As String, name As String) As Project
|
|
overload: TinyLife.Objects.Person.GetProject*
|
|
nameWithType.vb: Person.GetProject(String, String)
|
|
fullName.vb: TinyLife.Objects.Person.GetProject(String, String)
|
|
name.vb: GetProject(String, String)
|
|
- uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
commentId: M:TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
id: StartProject(TinyLife.Goals.Project)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: StartProject(Project)
|
|
nameWithType: Person.StartProject(Project)
|
|
fullName: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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
|
|
example: []
|
|
syntax:
|
|
content: public virtual Project StartProject(Project project)
|
|
parameters:
|
|
- id: project
|
|
type: TinyLife.Goals.Project
|
|
description: The project to start
|
|
return:
|
|
type: TinyLife.Goals.Project
|
|
description: The project that was passed, for chaining
|
|
content.vb: Public Overridable Function StartProject(project As Project) As Project
|
|
overload: TinyLife.Objects.Person.StartProject*
|
|
- uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
commentId: M:TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
id: AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AddJob(JobType, int)
|
|
nameWithType: Person.AddJob(JobType, int)
|
|
fullName: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, int)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public virtual bool AddJob(JobType type, int level = 0)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Goals.JobType
|
|
description: The type of job to add.
|
|
- id: level
|
|
type: System.Int32
|
|
description: The level to start the job at, defaults to 0.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether the job could be added. If this is <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)
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: RemoveJob(JobType)
|
|
nameWithType: Person.RemoveJob(JobType)
|
|
fullName: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public virtual bool RemoveJob(JobType type)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Goals.JobType
|
|
description: The type to remove.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this person has a job of the given type.
|
|
content.vb: Public Overridable Function RemoveJob(type As JobType) As Boolean
|
|
overload: TinyLife.Objects.Person.RemoveJob*
|
|
- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
id: Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
parent: TinyLife.Objects.Person
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[])
|
|
nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[])
|
|
fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.PersonLike[])
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
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.
|
|
example: []
|
|
syntax:
|
|
content: public static Person Create(Map map, Random random, AgeGroup allowedAges = (AgeGroup)-1, bool markRandomlyGenerated = true, bool initializeName = true, bool initializePersonality = true, bool generateOutfits = 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: generateOutfits
|
|
type: System.Boolean
|
|
description: Whether to generate fitting outfits beyond the required default everyday one.
|
|
- id: geneticInfluences
|
|
type: TinyLife.Objects.PersonLike[]
|
|
description: A set of people that count as genetic influences, from which hair, eye and skin colors will randomly be chosen.
|
|
return:
|
|
type: TinyLife.Objects.Person
|
|
description: The generated person.
|
|
content.vb: Public Shared Function Create(map As Map, random As Random, allowedAges As AgeGroup = -1, markRandomlyGenerated As Boolean = True, initializeName As Boolean = True, initializePersonality As Boolean = True, generateOutfits As Boolean = True, geneticInfluences As PersonLike() = Nothing) As Person
|
|
overload: TinyLife.Objects.Person.Create*
|
|
nameWithType.vb: Person.Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike())
|
|
fullName.vb: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, Boolean, Boolean, Boolean, Boolean, TinyLife.Objects.PersonLike())
|
|
name.vb: Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike())
|
|
references:
|
|
- uid: TinyLife.Objects.PersonLike
|
|
commentId: T:TinyLife.Objects.PersonLike
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.PersonLike.html
|
|
name: PersonLike
|
|
nameWithType: PersonLike
|
|
fullName: TinyLife.Objects.PersonLike
|
|
- uid: TinyLife.Objects.Person.Projects
|
|
commentId: F:TinyLife.Objects.Person.Projects
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Projects
|
|
name: Projects
|
|
nameWithType: Person.Projects
|
|
fullName: TinyLife.Objects.Person.Projects
|
|
- uid: TinyLife.Objects.Person.Jobs
|
|
commentId: F:TinyLife.Objects.Person.Jobs
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Jobs
|
|
name: Jobs
|
|
nameWithType: Person.Jobs
|
|
fullName: TinyLife.Objects.Person.Jobs
|
|
- uid: TinyLife.Objects.Person.Pronouns
|
|
commentId: F:TinyLife.Objects.Person.Pronouns
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Pronouns
|
|
name: Pronouns
|
|
nameWithType: Person.Pronouns
|
|
fullName: TinyLife.Objects.Person.Pronouns
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
href: TinyLife.html
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
parent: MLEM.Data.Json
|
|
isExternal: true
|
|
name: JsonTypeSafeGenericDataHolder
|
|
nameWithType: JsonTypeSafeGenericDataHolder
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
- uid: TinyLife.Objects.MapObject
|
|
commentId: T:TinyLife.Objects.MapObject
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.MapObject.html
|
|
name: MapObject
|
|
nameWithType: MapObject
|
|
fullName: TinyLife.Objects.MapObject
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
commentId: T:MLEM.Misc.IGenericDataHolder
|
|
parent: MLEM.Misc
|
|
isExternal: true
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
- uid: TinyLife.Objects.IUpdatingObject
|
|
commentId: T:TinyLife.Objects.IUpdatingObject
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.IUpdatingObject.html
|
|
name: IUpdatingObject
|
|
nameWithType: IUpdatingObject
|
|
fullName: TinyLife.Objects.IUpdatingObject
|
|
- uid: TinyLife.Objects.PersonLike.DefaultWalkSpeed
|
|
commentId: F:TinyLife.Objects.PersonLike.DefaultWalkSpeed
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DefaultWalkSpeed
|
|
name: DefaultWalkSpeed
|
|
nameWithType: PersonLike.DefaultWalkSpeed
|
|
fullName: TinyLife.Objects.PersonLike.DefaultWalkSpeed
|
|
- uid: TinyLife.Objects.PersonLike.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.SupportedAges
|
|
commentId: F:TinyLife.Objects.PersonLike.SupportedAges
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SupportedAges
|
|
name: SupportedAges
|
|
nameWithType: PersonLike.SupportedAges
|
|
fullName: TinyLife.Objects.PersonLike.SupportedAges
|
|
- uid: TinyLife.Objects.PersonLike.Migrations
|
|
commentId: F:TinyLife.Objects.PersonLike.Migrations
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Migrations
|
|
name: Migrations
|
|
nameWithType: PersonLike.Migrations
|
|
fullName: TinyLife.Objects.PersonLike.Migrations
|
|
- 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.VisualRotation
|
|
commentId: P:TinyLife.Objects.PersonLike.VisualRotation
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_VisualRotation
|
|
name: VisualRotation
|
|
nameWithType: PersonLike.VisualRotation
|
|
fullName: TinyLife.Objects.PersonLike.VisualRotation
|
|
- 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.OnGetPassiveNeedReduction
|
|
commentId: E:TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnGetPassiveNeedReduction
|
|
name: OnGetPassiveNeedReduction
|
|
nameWithType: PersonLike.OnGetPassiveNeedReduction
|
|
fullName: TinyLife.Objects.PersonLike.OnGetPassiveNeedReduction
|
|
- uid: TinyLife.Objects.PersonLike.OnDrawLooks
|
|
commentId: E:TinyLife.Objects.PersonLike.OnDrawLooks
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnDrawLooks
|
|
name: OnDrawLooks
|
|
nameWithType: PersonLike.OnDrawLooks
|
|
fullName: TinyLife.Objects.PersonLike.OnDrawLooks
|
|
- uid: TinyLife.Objects.PersonLike.OnDrawLooksLayer
|
|
commentId: E:TinyLife.Objects.PersonLike.OnDrawLooksLayer
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnDrawLooksLayer
|
|
name: OnDrawLooksLayer
|
|
nameWithType: PersonLike.OnDrawLooksLayer
|
|
fullName: TinyLife.Objects.PersonLike.OnDrawLooksLayer
|
|
- uid: TinyLife.Objects.PersonLike.Animations
|
|
commentId: P:TinyLife.Objects.PersonLike.Animations
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Animations
|
|
name: Animations
|
|
nameWithType: PersonLike.Animations
|
|
fullName: TinyLife.Objects.PersonLike.Animations
|
|
- uid: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
commentId: M:TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
|
|
name: Draw(GameTime, object, Vector2, Color?, List<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))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: Draw
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: Draw
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Draw_Microsoft_Xna_Framework_GameTime_System_Object_Microsoft_Xna_Framework_Vector2_System_Nullable_Microsoft_Xna_Framework_Color__System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCategories_TinyLife_Objects_PersonLike_
|
|
name: GetCategories(PersonLike)
|
|
nameWithType: PersonLike.GetCategories(PersonLike)
|
|
fullName: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)
|
|
name: GetCategories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCategories_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetCategories(TinyLife.Objects.PersonLike)
|
|
name: GetCategories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCategories_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.Intersects(MLEM.Maths.RectangleF)
|
|
commentId: M:TinyLife.Objects.PersonLike.Intersects(MLEM.Maths.RectangleF)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Maths_RectangleF_
|
|
name: Intersects(RectangleF)
|
|
nameWithType: PersonLike.Intersects(RectangleF)
|
|
fullName: TinyLife.Objects.PersonLike.Intersects(MLEM.Maths.RectangleF)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Intersects(MLEM.Maths.RectangleF)
|
|
name: Intersects
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Maths_RectangleF_
|
|
- name: (
|
|
- uid: MLEM.Maths.RectangleF
|
|
name: RectangleF
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.Intersects(MLEM.Maths.RectangleF)
|
|
name: Intersects
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Intersects_MLEM_Maths_RectangleF_
|
|
- name: (
|
|
- uid: MLEM.Maths.RectangleF
|
|
name: RectangleF
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
|
commentId: M:TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__
|
|
name: GetDebugLines(GameImpl, List<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))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
|
name: GetDebugLines
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__
|
|
- name: (
|
|
- uid: TinyLife.GameImpl
|
|
name: GameImpl
|
|
href: TinyLife.GameImpl.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetDebugLines(TinyLife.GameImpl,System.Collections.Generic.List{System.String})
|
|
name: GetDebugLines
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetDebugLines_TinyLife_GameImpl_System_Collections_Generic_List_System_String__
|
|
- name: (
|
|
- uid: TinyLife.GameImpl
|
|
name: GameImpl
|
|
href: TinyLife.GameImpl.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
name: GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
|
nameWithType: PersonLike.GetFreeActionSpotInfos(PersonLike, ObjectCategory)
|
|
fullName: TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpotInfos
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetFreeActionSpotInfos(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpotInfos
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeActionSpotInfos_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
|
|
commentId: M:TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
|
|
name: OnCameraRotationChanged(Direction2, Direction2)
|
|
nameWithType: PersonLike.OnCameraRotationChanged(Direction2, Direction2)
|
|
fullName: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2, MLEM.Maths.Direction2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
|
|
name: OnCameraRotationChanged
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
|
|
- name: (
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.OnCameraRotationChanged(MLEM.Maths.Direction2,MLEM.Maths.Direction2)
|
|
name: OnCameraRotationChanged
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnCameraRotationChanged_MLEM_Maths_Direction2_MLEM_Maths_Direction2_
|
|
- name: (
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FocusCameraOnEvent_System_Boolean_System_Boolean_
|
|
name: FocusCameraOnEvent(bool, bool)
|
|
nameWithType: PersonLike.FocusCameraOnEvent(bool, bool)
|
|
fullName: TinyLife.Objects.PersonLike.FocusCameraOnEvent(bool, bool)
|
|
nameWithType.vb: PersonLike.FocusCameraOnEvent(Boolean, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.FocusCameraOnEvent(Boolean, Boolean)
|
|
name.vb: FocusCameraOnEvent(Boolean, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean)
|
|
name: FocusCameraOnEvent
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FocusCameraOnEvent_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.FocusCameraOnEvent(System.Boolean,System.Boolean)
|
|
name: FocusCameraOnEvent
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FocusCameraOnEvent_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
|
|
commentId: M:TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_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,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
|
|
name: MoveToMap
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.MoveToMap(TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single})
|
|
name: MoveToMap
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMap_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- 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.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRelationship_TinyLife_Objects_PersonLike_System_Boolean_
|
|
name: GetRelationship(PersonLike, bool)
|
|
nameWithType: PersonLike.GetRelationship(PersonLike, bool)
|
|
fullName: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike, bool)
|
|
nameWithType.vb: PersonLike.GetRelationship(PersonLike, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike, Boolean)
|
|
name.vb: GetRelationship(PersonLike, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean)
|
|
name: GetRelationship
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRelationship_TinyLife_Objects_PersonLike_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetRelationship(TinyLife.Objects.PersonLike,System.Boolean)
|
|
name: GetRelationship
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRelationship_TinyLife_Objects_PersonLike_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
|
|
name: ChangeFriendship(PersonLike, float, bool)
|
|
nameWithType: PersonLike.ChangeFriendship(PersonLike, float, bool)
|
|
fullName: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike, float, bool)
|
|
nameWithType.vb: PersonLike.ChangeFriendship(PersonLike, Single, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike, Single, Boolean)
|
|
name.vb: ChangeFriendship(PersonLike, Single, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
name: ChangeFriendship
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.ChangeFriendship(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
name: ChangeFriendship
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeFriendship_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
|
|
name: ChangeRomance(PersonLike, float, bool)
|
|
nameWithType: PersonLike.ChangeRomance(PersonLike, float, bool)
|
|
fullName: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike, float, bool)
|
|
nameWithType.vb: PersonLike.ChangeRomance(PersonLike, Single, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike, Single, Boolean)
|
|
name.vb: ChangeRomance(PersonLike, Single, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
name: ChangeRomance
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.ChangeRomance(TinyLife.Objects.PersonLike,System.Single,System.Boolean)
|
|
name: ChangeRomance
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ChangeRomance_TinyLife_Objects_PersonLike_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmote_TinyLife_Actions_EmoteChoices_System_Boolean_System_Single_System_Single_
|
|
name: DisplayEmote(EmoteChoices, bool, float, float)
|
|
nameWithType: PersonLike.DisplayEmote(EmoteChoices, bool, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices, bool, float, float)
|
|
nameWithType.vb: PersonLike.DisplayEmote(EmoteChoices, Boolean, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices, Boolean, Single, Single)
|
|
name.vb: DisplayEmote(EmoteChoices, Boolean, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single)
|
|
name: DisplayEmote
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmote_TinyLife_Actions_EmoteChoices_System_Boolean_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.DisplayEmote(TinyLife.Actions.EmoteChoices,System.Boolean,System.Single,System.Single)
|
|
name: DisplayEmote
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmote_TinyLife_Actions_EmoteChoices_System_Boolean_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.StopEmoting
|
|
commentId: M:TinyLife.Objects.PersonLike.StopEmoting
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting
|
|
name: StopEmoting()
|
|
nameWithType: PersonLike.StopEmoting()
|
|
fullName: TinyLife.Objects.PersonLike.StopEmoting()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.StopEmoting
|
|
name: StopEmoting
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.StopEmoting
|
|
name: StopEmoting
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopEmoting
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_
|
|
name: Speak(SpeakStyle, float, float)
|
|
nameWithType: PersonLike.Speak(SpeakStyle, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle, float, float)
|
|
nameWithType.vb: PersonLike.Speak(SpeakStyle, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle, Single, Single)
|
|
name.vb: Speak(SpeakStyle, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
name: Speak
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.Speak(TinyLife.Objects.SpeakStyle,System.Single,System.Single)
|
|
name: Speak
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Speak_TinyLife_Objects_SpeakStyle_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.StopSpeaking
|
|
commentId: M:TinyLife.Objects.PersonLike.StopSpeaking
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking
|
|
name: StopSpeaking()
|
|
nameWithType: PersonLike.StopSpeaking()
|
|
fullName: TinyLife.Objects.PersonLike.StopSpeaking()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.StopSpeaking
|
|
name: StopSpeaking
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.StopSpeaking
|
|
name: StopSpeaking
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_StopSpeaking
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmoteAndSpeak_TinyLife_Actions_EmoteChoices_System_Nullable_TinyLife_Objects_SpeakStyle__System_Single_System_Single_
|
|
name: DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, float, float)
|
|
nameWithType: PersonLike.DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle?, float, float)
|
|
nameWithType.vb: PersonLike.DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle?, Single, Single)
|
|
name.vb: DisplayEmoteAndSpeak(EmoteChoices, SpeakStyle?, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single)
|
|
name: DisplayEmoteAndSpeak
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmoteAndSpeak_TinyLife_Actions_EmoteChoices_System_Nullable_TinyLife_Objects_SpeakStyle__System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.DisplayEmoteAndSpeak(TinyLife.Actions.EmoteChoices,System.Nullable{TinyLife.Objects.SpeakStyle},System.Single,System.Single)
|
|
name: DisplayEmoteAndSpeak
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DisplayEmoteAndSpeak_TinyLife_Actions_EmoteChoices_System_Nullable_TinyLife_Objects_SpeakStyle__System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_
|
|
name: GetFreeTalkingSpots(PersonLike)
|
|
nameWithType: PersonLike.GetFreeTalkingSpots(PersonLike)
|
|
fullName: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)
|
|
name: GetFreeTalkingSpots
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetFreeTalkingSpots(TinyLife.Objects.PersonLike)
|
|
name: GetFreeTalkingSpots
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetFreeTalkingSpots_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.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_Maths_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.Maths.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.Maths.Direction2?, Boolean)
|
|
name.vb: OccupyActionSpot(Furniture, ActionSpot, Boolean, Direction2?, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.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_Maths_Direction2__System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.OccupyActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot,System.Boolean,System.Nullable{MLEM.Maths.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_Maths_Direction2__System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Maths_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.Maths.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.Maths.Direction2?, Boolean)
|
|
name.vb: OccupyFreeActionSpot(Furniture, ObjectCategory, Boolean, Direction2?, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.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_Maths_Direction2__System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.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_Maths_Direction2__System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.Direction2},System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OccupyFreeActionSpot_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_System_Boolean_System_Nullable_MLEM_Maths_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.Maths.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.Maths.Direction2?, Boolean)
|
|
name.vb: OccupyFreeActionSpot(ActionInfo, ObjectCategory, Boolean, Direction2?, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.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_Maths_Direction2__System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.OccupyFreeActionSpot(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,System.Boolean,System.Nullable{MLEM.Maths.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_Maths_Direction2__System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsCloseForTalking_Microsoft_Xna_Framework_Vector2_System_Single_
|
|
name: IsCloseForTalking(Vector2, float)
|
|
nameWithType: PersonLike.IsCloseForTalking(Vector2, float)
|
|
fullName: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2, float)
|
|
nameWithType.vb: PersonLike.IsCloseForTalking(Vector2, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2, Single)
|
|
name.vb: IsCloseForTalking(Vector2, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
name: IsCloseForTalking
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsCloseForTalking_Microsoft_Xna_Framework_Vector2_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.IsCloseForTalking(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
name: IsCloseForTalking
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsCloseForTalking_Microsoft_Xna_Framework_Vector2_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_
|
|
name: GetNeed(NeedType)
|
|
nameWithType: PersonLike.GetNeed(NeedType)
|
|
fullName: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)
|
|
name: GetNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetNeed(TinyLife.NeedType)
|
|
name: GetNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeed_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_
|
|
name: GetNeedPercentage(NeedType)
|
|
nameWithType: PersonLike.GetNeedPercentage(NeedType)
|
|
fullName: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)
|
|
name: GetNeedPercentage
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetNeedPercentage(TinyLife.NeedType)
|
|
name: GetNeedPercentage
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetNeedPercentage_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_System_Single_
|
|
name: RestoreNeed(NeedType, float, ActionInfo, float)
|
|
nameWithType: PersonLike.RestoreNeed(NeedType, float, ActionInfo, float)
|
|
fullName: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, float, TinyLife.Actions.ActionInfo, float)
|
|
nameWithType.vb: PersonLike.RestoreNeed(NeedType, Single, ActionInfo, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, Single, TinyLife.Actions.ActionInfo, Single)
|
|
name.vb: RestoreNeed(NeedType, Single, ActionInfo, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
name: RestoreNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
name: RestoreNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_
|
|
name: RestoreNeed(NeedType, float, ActionInfo, SkillType, float)
|
|
nameWithType: PersonLike.RestoreNeed(NeedType, float, ActionInfo, SkillType, float)
|
|
fullName: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float)
|
|
nameWithType.vb: PersonLike.RestoreNeed(NeedType, Single, ActionInfo, SkillType, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType, Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, Single)
|
|
name.vb: RestoreNeed(NeedType, Single, ActionInfo, SkillType, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
name: RestoreNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.RestoreNeed(TinyLife.NeedType,System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
name: RestoreNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RestoreNeed_TinyLife_NeedType_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkill_TinyLife_Skills_SkillType_System_Boolean_
|
|
name: GetSkill(SkillType, bool)
|
|
nameWithType: PersonLike.GetSkill(SkillType, bool)
|
|
fullName: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType, bool)
|
|
nameWithType.vb: PersonLike.GetSkill(SkillType, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType, Boolean)
|
|
name.vb: GetSkill(SkillType, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean)
|
|
name: GetSkill
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkill_TinyLife_Skills_SkillType_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkill(TinyLife.Skills.SkillType,System.Boolean)
|
|
name: GetSkill
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkill_TinyLife_Skills_SkillType_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillTotalPercentage_TinyLife_Skills_SkillType_
|
|
name: GetSkillTotalPercentage(SkillType)
|
|
nameWithType: PersonLike.GetSkillTotalPercentage(SkillType)
|
|
fullName: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
|
|
name: GetSkillTotalPercentage
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillTotalPercentage_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
|
|
name: GetSkillTotalPercentage
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillTotalPercentage_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillPointPercentage_TinyLife_Skills_SkillType_
|
|
name: GetSkillPointPercentage(SkillType)
|
|
nameWithType: PersonLike.GetSkillPointPercentage(SkillType)
|
|
fullName: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType)
|
|
name: GetSkillPointPercentage
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillPointPercentage_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillPointPercentage(TinyLife.Skills.SkillType)
|
|
name: GetSkillPointPercentage
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillPointPercentage_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillLevel_TinyLife_Skills_SkillType_
|
|
name: GetSkillLevel(SkillType)
|
|
nameWithType: PersonLike.GetSkillLevel(SkillType)
|
|
fullName: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType)
|
|
name: GetSkillLevel
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillLevel_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetSkillLevel(TinyLife.Skills.SkillType)
|
|
name: GetSkillLevel
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetSkillLevel_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32)
|
|
commentId: M:TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasSkillLevel_TinyLife_Skills_SkillType_System_Int32_
|
|
name: HasSkillLevel(SkillType, int)
|
|
nameWithType: PersonLike.HasSkillLevel(SkillType, int)
|
|
fullName: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType, int)
|
|
nameWithType.vb: PersonLike.HasSkillLevel(SkillType, Integer)
|
|
fullName.vb: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType, Integer)
|
|
name.vb: HasSkillLevel(SkillType, Integer)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32)
|
|
name: HasSkillLevel
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasSkillLevel_TinyLife_Skills_SkillType_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.HasSkillLevel(TinyLife.Skills.SkillType,System.Int32)
|
|
name: HasSkillLevel
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasSkillLevel_TinyLife_Skills_SkillType_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GainSkill_TinyLife_Skills_SkillType_System_Single_TinyLife_Actions_ActionInfo_System_Single_
|
|
name: GainSkill(SkillType, float, ActionInfo, float)
|
|
nameWithType: PersonLike.GainSkill(SkillType, float, ActionInfo, float)
|
|
fullName: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType, float, TinyLife.Actions.ActionInfo, float)
|
|
nameWithType.vb: PersonLike.GainSkill(SkillType, Single, ActionInfo, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType, Single, TinyLife.Actions.ActionInfo, Single)
|
|
name.vb: GainSkill(SkillType, Single, ActionInfo, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
name: GainSkill
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GainSkill_TinyLife_Skills_SkillType_System_Single_TinyLife_Actions_ActionInfo_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GainSkill(TinyLife.Skills.SkillType,System.Single,TinyLife.Actions.ActionInfo,System.Single)
|
|
name: GainSkill
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GainSkill_TinyLife_Skills_SkillType_System_Single_TinyLife_Actions_ActionInfo_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DepleteNeed_TinyLife_NeedType_System_Single_System_Single_
|
|
name: DepleteNeed(NeedType, float, float)
|
|
nameWithType: PersonLike.DepleteNeed(NeedType, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType, float, float)
|
|
nameWithType.vb: PersonLike.DepleteNeed(NeedType, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType, Single, Single)
|
|
name.vb: DepleteNeed(NeedType, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
|
|
name: DepleteNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DepleteNeed_TinyLife_NeedType_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.DepleteNeed(TinyLife.NeedType,System.Single,System.Single)
|
|
name: DepleteNeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DepleteNeed_TinyLife_NeedType_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType)
|
|
commentId: M:TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_
|
|
name: HasPersonality(PersonalityType)
|
|
nameWithType: PersonLike.HasPersonality(PersonalityType)
|
|
fullName: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType)
|
|
name: HasPersonality
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_
|
|
- name: (
|
|
- uid: TinyLife.PersonalityType
|
|
name: PersonalityType
|
|
href: TinyLife.PersonalityType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.HasPersonality(TinyLife.PersonalityType)
|
|
name: HasPersonality
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasPersonality_TinyLife_PersonalityType_
|
|
- name: (
|
|
- uid: TinyLife.PersonalityType
|
|
name: PersonalityType
|
|
href: TinyLife.PersonalityType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
commentId: M:TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___
|
|
name: EnqueueAction<T>(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[])
|
|
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())
|
|
name.vb: EnqueueAction(Of T)(ActionType, ActionInfo, Boolean, Boolean, Boolean, ParamArray ActionArgument())
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
name: EnqueueAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionArgument
|
|
name: ActionArgument
|
|
href: TinyLife.Actions.ActionArgument.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
name: EnqueueAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionArgument
|
|
name: ActionArgument
|
|
href: TinyLife.Actions.ActionArgument.html
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CancelAction_TinyLife_Actions_Action_TinyLife_Actions_Action_System_Boolean_
|
|
name: CancelAction(Action, Action, bool)
|
|
nameWithType: PersonLike.CancelAction(Action, Action, bool)
|
|
fullName: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action, TinyLife.Actions.Action, bool)
|
|
nameWithType.vb: PersonLike.CancelAction(Action, Action, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action, TinyLife.Actions.Action, Boolean)
|
|
name.vb: CancelAction(Action, Action, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)
|
|
name: CancelAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CancelAction_TinyLife_Actions_Action_TinyLife_Actions_Action_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.CancelAction(TinyLife.Actions.Action,TinyLife.Actions.Action,System.Boolean)
|
|
name: CancelAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CancelAction_TinyLife_Actions_Action_TinyLife_Actions_Action_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_
|
|
name: GetHeldObject<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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
|
|
name: GetHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldObject``1(System.Boolean)
|
|
name: GetHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldObject__1_System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject__1_TinyLife_Objects_FurnitureType_System_Int32___System_Nullable_System_Guid__System_Boolean_
|
|
name: SetHeldObject<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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean)
|
|
name: SetHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject__1_TinyLife_Objects_FurnitureType_System_Int32___System_Nullable_System_Guid__System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
href: TinyLife.Objects.FurnitureType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.SetHeldObject``1(TinyLife.Objects.FurnitureType,System.Int32[],System.Nullable{System.Guid},System.Boolean)
|
|
name: SetHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject__1_TinyLife_Objects_FurnitureType_System_Int32___System_Nullable_System_Guid__System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
href: TinyLife.Objects.FurnitureType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject_TinyLife_Objects_MapObject_System_Boolean_
|
|
name: SetHeldObject(MapObject, bool)
|
|
nameWithType: PersonLike.SetHeldObject(MapObject, bool)
|
|
fullName: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject, bool)
|
|
nameWithType.vb: PersonLike.SetHeldObject(MapObject, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject, Boolean)
|
|
name.vb: SetHeldObject(MapObject, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean)
|
|
name: SetHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject_TinyLife_Objects_MapObject_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.SetHeldObject(TinyLife.Objects.MapObject,System.Boolean)
|
|
name: SetHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetHeldObject_TinyLife_Objects_MapObject_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.RemoveHeldObject``1
|
|
commentId: M:TinyLife.Objects.PersonLike.RemoveHeldObject``1
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1
|
|
name: RemoveHeldObject<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)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.RemoveHeldObject``1
|
|
name: RemoveHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.RemoveHeldObject``1
|
|
name: RemoveHeldObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveHeldObject__1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldActionInfo
|
|
commentId: M:TinyLife.Objects.PersonLike.GetHeldActionInfo
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo
|
|
name: GetHeldActionInfo()
|
|
nameWithType: PersonLike.GetHeldActionInfo()
|
|
fullName: TinyLife.Objects.PersonLike.GetHeldActionInfo()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldActionInfo
|
|
name: GetHeldActionInfo
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldActionInfo
|
|
name: GetHeldActionInfo
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldActionInfo
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.ToCreatedByString
|
|
commentId: M:TinyLife.Objects.PersonLike.ToCreatedByString
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString
|
|
name: ToCreatedByString()
|
|
nameWithType: PersonLike.ToCreatedByString()
|
|
fullName: TinyLife.Objects.PersonLike.ToCreatedByString()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.ToCreatedByString
|
|
name: ToCreatedByString
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.ToCreatedByString
|
|
name: ToCreatedByString
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ToCreatedByString
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason)
|
|
commentId: M:TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Die_TinyLife_Objects_DeathReason_
|
|
name: Die(DeathReason)
|
|
nameWithType: PersonLike.Die(DeathReason)
|
|
fullName: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason)
|
|
name: Die
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Die_TinyLife_Objects_DeathReason_
|
|
- name: (
|
|
- uid: TinyLife.Objects.DeathReason
|
|
name: DeathReason
|
|
href: TinyLife.Objects.DeathReason.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.Die(TinyLife.Objects.DeathReason)
|
|
name: Die
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Die_TinyLife_Objects_DeathReason_
|
|
- name: (
|
|
- uid: TinyLife.Objects.DeathReason
|
|
name: DeathReason
|
|
href: TinyLife.Objects.DeathReason.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
|
|
name: AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool)
|
|
nameWithType: PersonLike.AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool)
|
|
fullName: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier, int, System.TimeSpan, TinyLife.Emotions.IEmotionSource, bool)
|
|
nameWithType.vb: PersonLike.AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier, Integer, System.TimeSpan, TinyLife.Emotions.IEmotionSource, Boolean)
|
|
name.vb: AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
|
|
name: AddEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Emotions.IEmotionSource
|
|
name: IEmotionSource
|
|
href: TinyLife.Emotions.IEmotionSource.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
|
|
name: AddEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Emotions.IEmotionSource
|
|
name: IEmotionSource
|
|
href: TinyLife.Emotions.IEmotionSource.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
|
|
commentId: M:TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveEmotion_TinyLife_Emotions_EmotionModifier_
|
|
name: RemoveEmotion(EmotionModifier)
|
|
nameWithType: PersonLike.RemoveEmotion(EmotionModifier)
|
|
fullName: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
|
|
name: RemoveEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveEmotion_TinyLife_Emotions_EmotionModifier_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.RemoveEmotion(TinyLife.Emotions.EmotionModifier)
|
|
name: RemoveEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveEmotion_TinyLife_Emotions_EmotionModifier_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_
|
|
name: LowerEmotion(EmotionType, float, float)
|
|
nameWithType: PersonLike.LowerEmotion(EmotionType, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType, float, float)
|
|
nameWithType.vb: PersonLike.LowerEmotion(EmotionType, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType, Single, Single)
|
|
name.vb: LowerEmotion(EmotionType, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
|
|
name: LowerEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionType
|
|
name: EmotionType
|
|
href: TinyLife.Emotions.EmotionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
|
|
name: LowerEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionType
|
|
name: EmotionType
|
|
href: TinyLife.Emotions.EmotionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotionModifier_TinyLife_Emotions_EmotionModifier_System_Single_System_Single_
|
|
name: LowerEmotionModifier(EmotionModifier, float, float)
|
|
nameWithType: PersonLike.LowerEmotionModifier(EmotionModifier, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier, float, float)
|
|
nameWithType.vb: PersonLike.LowerEmotionModifier(EmotionModifier, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier, Single, Single)
|
|
name.vb: LowerEmotionModifier(EmotionModifier, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
|
|
name: LowerEmotionModifier
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotionModifier_TinyLife_Emotions_EmotionModifier_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.LowerEmotionModifier(TinyLife.Emotions.EmotionModifier,System.Single,System.Single)
|
|
name: LowerEmotionModifier
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_LowerEmotionModifier_TinyLife_Emotions_EmotionModifier_System_Single_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)
|
|
commentId: M:TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasEmotionModifier_TinyLife_Emotions_EmotionModifier_
|
|
name: HasEmotionModifier(EmotionModifier)
|
|
nameWithType: PersonLike.HasEmotionModifier(EmotionModifier)
|
|
fullName: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)
|
|
name: HasEmotionModifier
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasEmotionModifier_TinyLife_Emotions_EmotionModifier_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)
|
|
name: HasEmotionModifier
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasEmotionModifier_TinyLife_Emotions_EmotionModifier_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_
|
|
name: GetCausedEmotion(EmotionModifier)
|
|
nameWithType: PersonLike.GetCausedEmotion(EmotionModifier)
|
|
fullName: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)
|
|
name: GetCausedEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetCausedEmotion(TinyLife.Emotions.EmotionModifier)
|
|
name: GetCausedEmotion
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCausedEmotion_TinyLife_Emotions_EmotionModifier_
|
|
- name: (
|
|
- uid: TinyLife.Emotions.EmotionModifier
|
|
name: EmotionModifier
|
|
href: TinyLife.Emotions.EmotionModifier.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetWalkSpeed
|
|
commentId: M:TinyLife.Objects.PersonLike.GetWalkSpeed
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetWalkSpeed
|
|
name: GetWalkSpeed()
|
|
nameWithType: PersonLike.GetWalkSpeed()
|
|
fullName: TinyLife.Objects.PersonLike.GetWalkSpeed()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetWalkSpeed
|
|
name: GetWalkSpeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetWalkSpeed
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetWalkSpeed
|
|
name: GetWalkSpeed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetWalkSpeed
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEfficiencyModifier_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_
|
|
name: GetEfficiencyModifier(float, ActionInfo, SkillType, float)
|
|
nameWithType: PersonLike.GetEfficiencyModifier(float, ActionInfo, SkillType, float)
|
|
fullName: TinyLife.Objects.PersonLike.GetEfficiencyModifier(float, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, float)
|
|
nameWithType.vb: PersonLike.GetEfficiencyModifier(Single, ActionInfo, SkillType, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.GetEfficiencyModifier(Single, TinyLife.Actions.ActionInfo, TinyLife.Skills.SkillType, Single)
|
|
name.vb: GetEfficiencyModifier(Single, ActionInfo, SkillType, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
name: GetEfficiencyModifier
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEfficiencyModifier_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_
|
|
- name: (
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetEfficiencyModifier(System.Single,TinyLife.Actions.ActionInfo,TinyLife.Skills.SkillType,System.Single)
|
|
name: GetEfficiencyModifier
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEfficiencyModifier_System_Single_TinyLife_Actions_ActionInfo_TinyLife_Skills_SkillType_System_Single_
|
|
- name: (
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid)
|
|
commentId: M:TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_System_Guid_
|
|
name: HasHouseholdMember(Guid)
|
|
nameWithType: PersonLike.HasHouseholdMember(Guid)
|
|
fullName: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid)
|
|
name: HasHouseholdMember
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_System_Guid_
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.HasHouseholdMember(System.Guid)
|
|
name: HasHouseholdMember
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_System_Guid_
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike)
|
|
commentId: M:TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_TinyLife_Objects_PersonLike_
|
|
name: HasHouseholdMember(PersonLike)
|
|
nameWithType: PersonLike.HasHouseholdMember(PersonLike)
|
|
fullName: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike)
|
|
name: HasHouseholdMember
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.HasHouseholdMember(TinyLife.Objects.PersonLike)
|
|
name: HasHouseholdMember
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasHouseholdMember_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomOutfit_TinyLife_Objects_ClothesIntention_
|
|
name: GetRandomOutfit(ClothesIntention)
|
|
nameWithType: PersonLike.GetRandomOutfit(ClothesIntention)
|
|
fullName: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention)
|
|
name: GetRandomOutfit
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomOutfit_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetRandomOutfit(TinyLife.Objects.ClothesIntention)
|
|
name: GetRandomOutfit
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomOutfit_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)
|
|
commentId: M:TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_TinyLife_Objects_ClothesIntention_
|
|
name: SetCurrentOutfit(ClothesIntention)
|
|
nameWithType: PersonLike.SetCurrentOutfit(ClothesIntention)
|
|
fullName: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)
|
|
name: SetCurrentOutfit
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(TinyLife.Objects.ClothesIntention)
|
|
name: SetCurrentOutfit
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_TinyLife_Objects_ClothesIntention_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesIntention
|
|
name: ClothesIntention
|
|
href: TinyLife.Objects.ClothesIntention.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32)
|
|
commentId: M:TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_System_Int32_
|
|
name: SetCurrentOutfit(int)
|
|
nameWithType: PersonLike.SetCurrentOutfit(int)
|
|
fullName: TinyLife.Objects.PersonLike.SetCurrentOutfit(int)
|
|
nameWithType.vb: PersonLike.SetCurrentOutfit(Integer)
|
|
fullName.vb: TinyLife.Objects.PersonLike.SetCurrentOutfit(Integer)
|
|
name.vb: SetCurrentOutfit(Integer)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32)
|
|
name: SetCurrentOutfit
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_System_Int32_
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.SetCurrentOutfit(System.Int32)
|
|
name: SetCurrentOutfit
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetCurrentOutfit_System_Int32_
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations,System.Collections.Generic.IEnumerable{TinyLife.Objects.PersonLike},System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
|
commentId: M:TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations,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_TinyLife_Utilities_AppliedMigrations_System_Collections_Generic_IEnumerable_TinyLife_Objects_PersonLike__System_Collections_Generic_IEnumerable_TinyLife_Objects_Furniture__
|
|
name: SetNewId(Map, AppliedMigrations, IEnumerable<PersonLike>, IEnumerable<Furniture>)
|
|
nameWithType: PersonLike.SetNewId(Map, AppliedMigrations, IEnumerable<PersonLike>, IEnumerable<Furniture>)
|
|
fullName: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map, TinyLife.Utilities.AppliedMigrations, System.Collections.Generic.IEnumerable<TinyLife.Objects.PersonLike>, System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
|
|
nameWithType.vb: PersonLike.SetNewId(Map, AppliedMigrations, IEnumerable(Of PersonLike), IEnumerable(Of Furniture))
|
|
fullName.vb: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map, TinyLife.Utilities.AppliedMigrations, System.Collections.Generic.IEnumerable(Of TinyLife.Objects.PersonLike), System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
|
|
name.vb: SetNewId(Map, AppliedMigrations, IEnumerable(Of PersonLike), IEnumerable(Of Furniture))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations,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_TinyLife_Utilities_AppliedMigrations_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: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.SetNewId(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations,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_TinyLife_Utilities_AppliedMigrations_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: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike)
|
|
commentId: M:TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_
|
|
name: IsIdMatch(PersonLike)
|
|
nameWithType: PersonLike.IsIdMatch(PersonLike)
|
|
fullName: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike)
|
|
name: IsIdMatch
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.IsIdMatch(TinyLife.Objects.PersonLike)
|
|
name: IsIdMatch
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
|
|
commentId: M:TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_System_Guid_
|
|
name: IsIdMatch(Guid)
|
|
nameWithType: PersonLike.IsIdMatch(Guid)
|
|
fullName: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
|
|
name: IsIdMatch
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_System_Guid_
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.IsIdMatch(System.Guid)
|
|
name: IsIdMatch
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsIdMatch_System_Guid_
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
|
|
commentId: M:TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FaceObject_TinyLife_Objects_MapObject_TinyLife_Objects_ActionSpot_
|
|
name: FaceObject(MapObject, ActionSpot)
|
|
nameWithType: PersonLike.FaceObject(MapObject, ActionSpot)
|
|
fullName: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject, TinyLife.Objects.ActionSpot)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
|
|
name: FaceObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FaceObject_TinyLife_Objects_MapObject_TinyLife_Objects_ActionSpot_
|
|
- name: (
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.FaceObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
|
|
name: FaceObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FaceObject_TinyLife_Objects_MapObject_TinyLife_Objects_ActionSpot_
|
|
- name: (
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_
|
|
name: GetPersonalitySkillBoost(SkillType)
|
|
nameWithType: PersonLike.GetPersonalitySkillBoost(SkillType)
|
|
fullName: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
|
|
name: GetPersonalitySkillBoost
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetPersonalitySkillBoost(TinyLife.Skills.SkillType)
|
|
name: GetPersonalitySkillBoost
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPersonalitySkillBoost_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_
|
|
name: GetEmotionSkillBoost(SkillType)
|
|
nameWithType: PersonLike.GetEmotionSkillBoost(SkillType)
|
|
fullName: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)
|
|
name: GetEmotionSkillBoost
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetEmotionSkillBoost(TinyLife.Skills.SkillType)
|
|
name: GetEmotionSkillBoost
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetEmotionSkillBoost_TinyLife_Skills_SkillType_
|
|
- name: (
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object)
|
|
commentId: M:TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EarnMoney_System_Single_System_Object_
|
|
name: EarnMoney(float, object)
|
|
nameWithType: PersonLike.EarnMoney(float, object)
|
|
fullName: TinyLife.Objects.PersonLike.EarnMoney(float, object)
|
|
nameWithType.vb: PersonLike.EarnMoney(Single, Object)
|
|
fullName.vb: TinyLife.Objects.PersonLike.EarnMoney(Single, Object)
|
|
name.vb: EarnMoney(Single, Object)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object)
|
|
name: EarnMoney
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EarnMoney_System_Single_System_Object_
|
|
- name: (
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.EarnMoney(System.Single,System.Object)
|
|
name: EarnMoney
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EarnMoney_System_Single_System_Object_
|
|
- name: (
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan})
|
|
commentId: M:TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan})
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__
|
|
name: AddMemory<T>(MemoryType, ActionInfo, int, TimeSpan?)
|
|
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?)
|
|
name.vb: AddMemory(Of T)(MemoryType, ActionInfo, Integer, TimeSpan?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan})
|
|
name: AddMemory
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.AddMemory``1(TinyLife.Goals.MemoryType,TinyLife.Actions.ActionInfo,System.Int32,System.Nullable{System.TimeSpan})
|
|
name: AddMemory
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddMemory__1_TinyLife_Goals_MemoryType_TinyLife_Actions_ActionInfo_System_Int32_System_Nullable_System_TimeSpan__
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: '?'
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__1_TinyLife_Goals_MemoryType_
|
|
name: GetMemories<T>(MemoryType)
|
|
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)
|
|
name.vb: GetMemories(Of T)(MemoryType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType)
|
|
name: GetMemories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__1_TinyLife_Goals_MemoryType_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetMemories``1(TinyLife.Goals.MemoryType)
|
|
name: GetMemories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__1_TinyLife_Goals_MemoryType_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{{TKey},TinyLife.Goals.MemoryType})
|
|
commentId: M:TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType})
|
|
parent: TinyLife.Objects.PersonLike
|
|
definition: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType})
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__
|
|
name: GetMemories<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})
|
|
name: GetMemories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TMem
|
|
- name: )
|
|
- name: (
|
|
- uid: System.Collections.Generic.IDictionary`2
|
|
name: IDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{{T},System.Boolean})
|
|
commentId: M:TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean})
|
|
parent: TinyLife.Objects.PersonLike
|
|
definition: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean})
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__
|
|
name: RemoveMemory<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
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{{T},System.Boolean})
|
|
commentId: M:TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
|
parent: TinyLife.Objects.PersonLike
|
|
definition: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__
|
|
name: GetTimeSinceMemory<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
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
|
name: GetTimeSinceMemory
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[])
|
|
commentId: M:TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[])
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType___
|
|
name: GetTimeSinceMemory<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())
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[])
|
|
name: GetTimeSinceMemory
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType___
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: params
|
|
- name: " "
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType[])
|
|
name: GetTimeSinceMemory
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType___
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAction__1_System_Guid_System_Boolean_
|
|
name: GetAction<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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean)
|
|
name: GetAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAction__1_System_Guid_System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetAction``1(System.Guid,System.Boolean)
|
|
name: GetAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAction__1_System_Guid_System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetPregnancyStatus_System_Int32_System_Guid_System_Boolean_
|
|
name: SetPregnancyStatus(int, Guid, bool)
|
|
nameWithType: PersonLike.SetPregnancyStatus(int, Guid, bool)
|
|
fullName: TinyLife.Objects.PersonLike.SetPregnancyStatus(int, System.Guid, bool)
|
|
nameWithType.vb: PersonLike.SetPregnancyStatus(Integer, Guid, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.SetPregnancyStatus(Integer, System.Guid, Boolean)
|
|
name.vb: SetPregnancyStatus(Integer, Guid, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean)
|
|
name: SetPregnancyStatus
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetPregnancyStatus_System_Int32_System_Guid_System_Boolean_
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.SetPregnancyStatus(System.Int32,System.Guid,System.Boolean)
|
|
name: SetPregnancyStatus
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetPregnancyStatus_System_Int32_System_Guid_System_Boolean_
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.SetAnimationsPortraitDirty
|
|
commentId: M:TinyLife.Objects.PersonLike.SetAnimationsPortraitDirty
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetAnimationsPortraitDirty
|
|
name: SetAnimationsPortraitDirty()
|
|
nameWithType: PersonLike.SetAnimationsPortraitDirty()
|
|
fullName: TinyLife.Objects.PersonLike.SetAnimationsPortraitDirty()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.SetAnimationsPortraitDirty
|
|
name: SetAnimationsPortraitDirty
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetAnimationsPortraitDirty
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.SetAnimationsPortraitDirty
|
|
name: SetAnimationsPortraitDirty
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_SetAnimationsPortraitDirty
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
commentId: M:TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ImportAtExitRoad_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
|
|
name: ImportAtExitRoad(Map, AppliedMigrations)
|
|
nameWithType: PersonLike.ImportAtExitRoad(Map, AppliedMigrations)
|
|
fullName: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map, TinyLife.Utilities.AppliedMigrations)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
name: ImportAtExitRoad
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ImportAtExitRoad_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.ImportAtExitRoad(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
name: ImportAtExitRoad
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ImportAtExitRoad_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.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.GetHeldItemDepthOffset
|
|
commentId: M:TinyLife.Objects.PersonLike.GetHeldItemDepthOffset
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDepthOffset
|
|
name: GetHeldItemDepthOffset()
|
|
nameWithType: PersonLike.GetHeldItemDepthOffset()
|
|
fullName: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset
|
|
name: GetHeldItemDepthOffset
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDepthOffset
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldItemDepthOffset
|
|
name: GetHeldItemDepthOffset
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDepthOffset
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetValidClothes_TinyLife_Objects_ClothesLayer_
|
|
name: GetValidClothes(ClothesLayer)
|
|
nameWithType: PersonLike.GetValidClothes(ClothesLayer)
|
|
fullName: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer)
|
|
name: GetValidClothes
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetValidClothes_TinyLife_Objects_ClothesLayer_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetValidClothes(TinyLife.Objects.ClothesLayer)
|
|
name: GetValidClothes
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetValidClothes_TinyLife_Objects_ClothesLayer_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)
|
|
commentId: M:TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_
|
|
name: CanApplyPersonality(PersonalityType)
|
|
nameWithType: PersonLike.CanApplyPersonality(PersonalityType)
|
|
fullName: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)
|
|
name: CanApplyPersonality
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_
|
|
- name: (
|
|
- uid: TinyLife.PersonalityType
|
|
name: PersonalityType
|
|
href: TinyLife.PersonalityType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.CanApplyPersonality(TinyLife.PersonalityType)
|
|
name: CanApplyPersonality
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanApplyPersonality_TinyLife_PersonalityType_
|
|
- name: (
|
|
- uid: TinyLife.PersonalityType
|
|
name: PersonalityType
|
|
href: TinyLife.PersonalityType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasRecentlyFailed_TinyLife_Actions_ActionType_System_Single_
|
|
name: HasRecentlyFailed(ActionType, float)
|
|
nameWithType: PersonLike.HasRecentlyFailed(ActionType, float)
|
|
fullName: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType, float)
|
|
nameWithType.vb: PersonLike.HasRecentlyFailed(ActionType, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType, Single)
|
|
name.vb: HasRecentlyFailed(ActionType, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single)
|
|
name: HasRecentlyFailed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasRecentlyFailed_TinyLife_Actions_ActionType_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.HasRecentlyFailed(TinyLife.Actions.ActionType,System.Single)
|
|
name: HasRecentlyFailed
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_HasRecentlyFailed_TinyLife_Actions_ActionType_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)
|
|
commentId: M:TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_
|
|
name: CanTakeOff(ClothesLayer)
|
|
nameWithType: PersonLike.CanTakeOff(ClothesLayer)
|
|
fullName: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)
|
|
name: CanTakeOff
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.CanTakeOff(TinyLife.Objects.ClothesLayer)
|
|
name: CanTakeOff
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanTakeOff_TinyLife_Objects_ClothesLayer_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
|
commentId: M:TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMapExitRoad_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_
|
|
name: MoveToMapExitRoad(Map, Vector2)
|
|
nameWithType: PersonLike.MoveToMapExitRoad(Map, Vector2)
|
|
fullName: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
|
name: MoveToMapExitRoad
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMapExitRoad_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.MoveToMapExitRoad(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
|
name: MoveToMapExitRoad
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_MoveToMapExitRoad_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooks_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_System_Nullable_Microsoft_Xna_Framework_Color__System_Single_
|
|
name: DrawLooks(SpriteBatch, Vector2, Vector2, float, ParentInfo, Color?, float)
|
|
nameWithType: PersonLike.DrawLooks(SpriteBatch, Vector2, Vector2, float, ParentInfo, Color?, float)
|
|
fullName: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color?, float)
|
|
nameWithType.vb: PersonLike.DrawLooks(SpriteBatch, Vector2, Vector2, Single, ParentInfo, Color?, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color?, Single)
|
|
name.vb: DrawLooks(SpriteBatch, Vector2, Vector2, Single, ParentInfo, Color?, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)
|
|
name: DrawLooks
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooks_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_System_Nullable_Microsoft_Xna_Framework_Color__System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.DrawLooks(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,System.Nullable{Microsoft.Xna.Framework.Color},System.Single)
|
|
name: DrawLooks
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooks_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_System_Nullable_Microsoft_Xna_Framework_Color__System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_
|
|
name: UpdateAnimations(TimeSpan, float)
|
|
nameWithType: PersonLike.UpdateAnimations(TimeSpan, float)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan, float)
|
|
nameWithType.vb: PersonLike.UpdateAnimations(TimeSpan, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan, Single)
|
|
name.vb: UpdateAnimations(TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
|
|
name: UpdateAnimations
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateAnimations(System.TimeSpan,System.Single)
|
|
name: UpdateAnimations
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAnimations_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateSpeech_Microsoft_Xna_Framework_GameTime_System_Single_
|
|
name: UpdateSpeech(GameTime, float)
|
|
nameWithType: PersonLike.UpdateSpeech(GameTime, float)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime, float)
|
|
nameWithType.vb: PersonLike.UpdateSpeech(GameTime, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime, Single)
|
|
name.vb: UpdateSpeech(GameTime, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
name: UpdateSpeech
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateSpeech_Microsoft_Xna_Framework_GameTime_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateSpeech(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
name: UpdateSpeech
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateSpeech_Microsoft_Xna_Framework_GameTime_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotes_Microsoft_Xna_Framework_GameTime_System_Single_
|
|
name: UpdateEmotes(GameTime, float)
|
|
nameWithType: PersonLike.UpdateEmotes(GameTime, float)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime, float)
|
|
nameWithType.vb: PersonLike.UpdateEmotes(GameTime, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime, Single)
|
|
name.vb: UpdateEmotes(GameTime, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
name: UpdateEmotes
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotes_Microsoft_Xna_Framework_GameTime_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateEmotes(Microsoft.Xna.Framework.GameTime,System.Single)
|
|
name: UpdateEmotes
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotes_Microsoft_Xna_Framework_GameTime_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateRelationships_System_Single_
|
|
name: UpdateRelationships(float)
|
|
nameWithType: PersonLike.UpdateRelationships(float)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateRelationships(float)
|
|
nameWithType.vb: PersonLike.UpdateRelationships(Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.UpdateRelationships(Single)
|
|
name.vb: UpdateRelationships(Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
|
|
name: UpdateRelationships
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateRelationships_System_Single_
|
|
- name: (
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateRelationships(System.Single)
|
|
name: UpdateRelationships
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateRelationships_System_Single_
|
|
- name: (
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_
|
|
name: UpdateEmotions(GameTime, TimeSpan)
|
|
nameWithType: PersonLike.UpdateEmotions(GameTime, TimeSpan)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime, System.TimeSpan)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
|
|
name: UpdateEmotions
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateEmotions(Microsoft.Xna.Framework.GameTime,System.TimeSpan)
|
|
name: UpdateEmotions
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateEmotions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePregnancy_System_TimeSpan_
|
|
name: UpdatePregnancy(TimeSpan)
|
|
nameWithType: PersonLike.UpdatePregnancy(TimeSpan)
|
|
fullName: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
|
|
name: UpdatePregnancy
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePregnancy_System_TimeSpan_
|
|
- name: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdatePregnancy(System.TimeSpan)
|
|
name: UpdatePregnancy
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePregnancy_System_TimeSpan_
|
|
- name: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.OnNewDay
|
|
commentId: M:TinyLife.Objects.PersonLike.OnNewDay
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewDay
|
|
name: OnNewDay()
|
|
nameWithType: PersonLike.OnNewDay()
|
|
fullName: TinyLife.Objects.PersonLike.OnNewDay()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.OnNewDay
|
|
name: OnNewDay
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewDay
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.OnNewDay
|
|
name: OnNewDay
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnNewDay
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateMemories_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: UpdateMemories(GameTime, TimeSpan, float)
|
|
nameWithType: PersonLike.UpdateMemories(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: PersonLike.UpdateMemories(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: UpdateMemories(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: UpdateMemories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateMemories_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateMemories(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: UpdateMemories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateMemories_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateNeeds_System_TimeSpan_System_Single_
|
|
name: UpdateNeeds(TimeSpan, float)
|
|
nameWithType: PersonLike.UpdateNeeds(TimeSpan, float)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan, float)
|
|
nameWithType.vb: PersonLike.UpdateNeeds(TimeSpan, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan, Single)
|
|
name.vb: UpdateNeeds(TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
|
|
name: UpdateNeeds
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateNeeds_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateNeeds(System.TimeSpan,System.Single)
|
|
name: UpdateNeeds
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateNeeds_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateActions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: UpdateActions(GameTime, TimeSpan, float)
|
|
nameWithType: PersonLike.UpdateActions(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: PersonLike.UpdateActions(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: UpdateActions(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: UpdateActions
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateActions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateActions(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: UpdateActions
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateActions_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.ResetVisuals
|
|
commentId: M:TinyLife.Objects.PersonLike.ResetVisuals
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetVisuals
|
|
name: ResetVisuals()
|
|
nameWithType: PersonLike.ResetVisuals()
|
|
fullName: TinyLife.Objects.PersonLike.ResetVisuals()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.ResetVisuals
|
|
name: ResetVisuals
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetVisuals
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.ResetVisuals
|
|
name: ResetVisuals
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetVisuals
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_
|
|
name: OnActionCompleted(Action, CompletionType)
|
|
nameWithType: PersonLike.OnActionCompleted(Action, CompletionType)
|
|
fullName: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
|
|
name: OnActionCompleted
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType)
|
|
name: OnActionCompleted
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable})
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable})
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAction_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Collections_Generic_IEnumerable_TinyLife_Goals_IGoalTriggerable__
|
|
name: UpdateAction(Action, GameTime, TimeSpan, float, IEnumerable<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))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable})
|
|
name: UpdateAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAction_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Collections_Generic_IEnumerable_TinyLife_Goals_IGoalTriggerable__
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: TinyLife.Goals.IGoalTriggerable
|
|
name: IGoalTriggerable
|
|
href: TinyLife.Goals.IGoalTriggerable.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdateAction(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Collections.Generic.IEnumerable{TinyLife.Goals.IGoalTriggerable})
|
|
name: UpdateAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdateAction_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Collections_Generic_IEnumerable_TinyLife_Goals_IGoalTriggerable__
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.IGoalTriggerable
|
|
name: IGoalTriggerable
|
|
href: TinyLife.Goals.IGoalTriggerable.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_InitializeAction_TinyLife_Actions_Action_
|
|
name: InitializeAction(Action)
|
|
nameWithType: PersonLike.InitializeAction(Action)
|
|
fullName: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)
|
|
name: InitializeAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_InitializeAction_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.InitializeAction(TinyLife.Actions.Action)
|
|
name: InitializeAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_InitializeAction_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.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
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Audio.SoundEffect
|
|
name: SoundEffect
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetRandomSpeakSound(TinyLife.Objects.VoiceStyle,TinyLife.Objects.SpeakStyle,System.Collections.Generic.List{Microsoft.Xna.Framework.Audio.SoundEffect},System.Nullable{System.TimeSpan})
|
|
name: GetRandomSpeakSound
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetRandomSpeakSound_TinyLife_Objects_VoiceStyle_TinyLife_Objects_SpeakStyle_System_Collections_Generic_List_Microsoft_Xna_Framework_Audio_SoundEffect__System_Nullable_System_TimeSpan__
|
|
- name: (
|
|
- uid: TinyLife.Objects.VoiceStyle
|
|
name: VoiceStyle
|
|
href: TinyLife.Objects.VoiceStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Audio.SoundEffect
|
|
name: SoundEffect
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: '?'
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
|
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_PersonRotationOrder
|
|
name: PersonRotationOrder
|
|
nameWithType: MapObject.PersonRotationOrder
|
|
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
|
- uid: TinyLife.Objects.MapObject.OnCreated
|
|
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCreated
|
|
name: OnCreated
|
|
nameWithType: MapObject.OnCreated
|
|
fullName: TinyLife.Objects.MapObject.OnCreated
|
|
- uid: TinyLife.Objects.MapObject.OnValidated
|
|
commentId: E:TinyLife.Objects.MapObject.OnValidated
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnValidated
|
|
name: OnValidated
|
|
nameWithType: MapObject.OnValidated
|
|
fullName: TinyLife.Objects.MapObject.OnValidated
|
|
- uid: TinyLife.Objects.MapObject.OnValidatedEarly
|
|
commentId: E:TinyLife.Objects.MapObject.OnValidatedEarly
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnValidatedEarly
|
|
name: OnValidatedEarly
|
|
nameWithType: MapObject.OnValidatedEarly
|
|
fullName: TinyLife.Objects.MapObject.OnValidatedEarly
|
|
- uid: TinyLife.Objects.MapObject.OnEventsAttachable
|
|
commentId: E:TinyLife.Objects.MapObject.OnEventsAttachable
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnEventsAttachable
|
|
name: OnEventsAttachable
|
|
nameWithType: MapObject.OnEventsAttachable
|
|
fullName: TinyLife.Objects.MapObject.OnEventsAttachable
|
|
- uid: TinyLife.Objects.MapObject.OnDraw
|
|
commentId: E:TinyLife.Objects.MapObject.OnDraw
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnDraw
|
|
name: OnDraw
|
|
nameWithType: MapObject.OnDraw
|
|
fullName: TinyLife.Objects.MapObject.OnDraw
|
|
- uid: TinyLife.Objects.MapObject.OnUpdate
|
|
commentId: E:TinyLife.Objects.MapObject.OnUpdate
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnUpdate
|
|
name: OnUpdate
|
|
nameWithType: MapObject.OnUpdate
|
|
fullName: TinyLife.Objects.MapObject.OnUpdate
|
|
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnGetHoverInfo
|
|
name: OnGetHoverInfo
|
|
nameWithType: MapObject.OnGetHoverInfo
|
|
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
- uid: TinyLife.Objects.MapObject.OnGetDebugLines
|
|
commentId: E:TinyLife.Objects.MapObject.OnGetDebugLines
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnGetDebugLines
|
|
name: OnGetDebugLines
|
|
nameWithType: MapObject.OnGetDebugLines
|
|
fullName: TinyLife.Objects.MapObject.OnGetDebugLines
|
|
- uid: TinyLife.Objects.MapObject.Position
|
|
commentId: P:TinyLife.Objects.MapObject.Position
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Position
|
|
name: Position
|
|
nameWithType: MapObject.Position
|
|
fullName: TinyLife.Objects.MapObject.Position
|
|
- uid: TinyLife.Objects.MapObject.Floor
|
|
commentId: P:TinyLife.Objects.MapObject.Floor
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Floor
|
|
name: Floor
|
|
nameWithType: MapObject.Floor
|
|
fullName: TinyLife.Objects.MapObject.Floor
|
|
- uid: TinyLife.Objects.MapObject.Visibility
|
|
commentId: P:TinyLife.Objects.MapObject.Visibility
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Visibility
|
|
name: Visibility
|
|
nameWithType: MapObject.Visibility
|
|
fullName: TinyLife.Objects.MapObject.Visibility
|
|
- uid: TinyLife.Objects.MapObject.Id
|
|
commentId: P:TinyLife.Objects.MapObject.Id
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Id
|
|
name: Id
|
|
nameWithType: MapObject.Id
|
|
fullName: TinyLife.Objects.MapObject.Id
|
|
- uid: TinyLife.Objects.MapObject.Map
|
|
commentId: P:TinyLife.Objects.MapObject.Map
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_Map
|
|
name: Map
|
|
nameWithType: MapObject.Map
|
|
fullName: TinyLife.Objects.MapObject.Map
|
|
- uid: TinyLife.Objects.MapObject.CurrentLot
|
|
commentId: P:TinyLife.Objects.MapObject.CurrentLot
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CurrentLot
|
|
name: CurrentLot
|
|
nameWithType: MapObject.CurrentLot
|
|
fullName: TinyLife.Objects.MapObject.CurrentLot
|
|
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
|
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CurrentRoom
|
|
name: CurrentRoom
|
|
nameWithType: MapObject.CurrentRoom
|
|
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
|
- uid: TinyLife.Objects.MapObject.IsInWorld
|
|
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsInWorld
|
|
name: IsInWorld
|
|
nameWithType: MapObject.IsInWorld
|
|
fullName: TinyLife.Objects.MapObject.IsInWorld
|
|
- uid: TinyLife.Objects.MapObject.HoldingPerson
|
|
commentId: P:TinyLife.Objects.MapObject.HoldingPerson
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HoldingPerson
|
|
name: HoldingPerson
|
|
nameWithType: MapObject.HoldingPerson
|
|
fullName: TinyLife.Objects.MapObject.HoldingPerson
|
|
- uid: TinyLife.Objects.MapObject.ValidateEarly
|
|
commentId: M:TinyLife.Objects.MapObject.ValidateEarly
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
|
|
name: ValidateEarly()
|
|
nameWithType: MapObject.ValidateEarly()
|
|
fullName: TinyLife.Objects.MapObject.ValidateEarly()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.ValidateEarly
|
|
name: ValidateEarly
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.ValidateEarly
|
|
name: ValidateEarly
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ValidateEarly
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.OnAdded
|
|
commentId: M:TinyLife.Objects.MapObject.OnAdded
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnAdded
|
|
name: OnAdded()
|
|
nameWithType: MapObject.OnAdded()
|
|
fullName: TinyLife.Objects.MapObject.OnAdded()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.OnAdded
|
|
name: OnAdded
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnAdded
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.OnAdded
|
|
name: OnAdded
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnAdded
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.OnRemoved
|
|
commentId: M:TinyLife.Objects.MapObject.OnRemoved
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRemoved
|
|
name: OnRemoved()
|
|
nameWithType: MapObject.OnRemoved()
|
|
fullName: TinyLife.Objects.MapObject.OnRemoved()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.OnRemoved
|
|
name: OnRemoved
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRemoved
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.OnRemoved
|
|
name: OnRemoved
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRemoved
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
name: GetAiPriority(PersonLike, ObjectCategory)
|
|
nameWithType: MapObject.GetAiPriority(PersonLike, ObjectCategory)
|
|
fullName: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: GetAiPriority
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.GetAiPriority(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: GetAiPriority
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetAiPriority_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_
|
|
name: CanExecuteAction(ActionType, ActionInfo, bool, bool)
|
|
nameWithType: MapObject.CanExecuteAction(ActionType, ActionInfo, bool, bool)
|
|
fullName: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool)
|
|
nameWithType.vb: MapObject.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
|
|
fullName.vb: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean)
|
|
name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
name: CanExecuteAction
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
name: CanExecuteAction
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
commentId: M:TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
|
|
name: OnActionCompleted(Action, CompletionType, bool)
|
|
nameWithType: MapObject.OnActionCompleted(Action, CompletionType, bool)
|
|
fullName: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
|
|
nameWithType.vb: MapObject.OnActionCompleted(Action, CompletionType, Boolean)
|
|
fullName.vb: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean)
|
|
name.vb: OnActionCompleted(Action, CompletionType, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
name: OnActionCompleted
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
name: OnActionCompleted
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnActionCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
commentId: M:TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_
|
|
name: ActionUpdate(Action, GameTime, TimeSpan, float, bool)
|
|
nameWithType: MapObject.ActionUpdate(Action, GameTime, TimeSpan, float, bool)
|
|
fullName: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, float, bool)
|
|
nameWithType.vb: MapObject.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
|
fullName.vb: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single, Boolean)
|
|
name.vb: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
name: ActionUpdate
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
name: ActionUpdate
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ActionUpdate_TinyLife_Actions_Action_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
|
|
commentId: M:TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_
|
|
name: OnCurrentGameMapChanged(Map, Map)
|
|
nameWithType: MapObject.OnCurrentGameMapChanged(Map, Map)
|
|
fullName: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map, TinyLife.World.Map)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
|
|
name: OnCurrentGameMapChanged
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.OnCurrentGameMapChanged(TinyLife.World.Map,TinyLife.World.Map)
|
|
name: OnCurrentGameMapChanged
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnCurrentGameMapChanged_TinyLife_World_Map_TinyLife_World_Map_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
|
|
commentId: M:TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__
|
|
name: ModifyActionCategories(ActionType, ActionInfo, bool, List<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))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
|
|
name: ModifyActionCategories
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.ModifyActionCategories(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Collections.Generic.List{System.String})
|
|
name: ModifyActionCategories
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_ModifyActionCategories_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Collections_Generic_List_System_String__
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
commentId: M:TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
|
|
name: GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float)
|
|
nameWithType: MapObject.GetEfficiencyModifier(PersonLike, ActionInfo, bool, SkillType, float)
|
|
fullName: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.Skills.SkillType, float)
|
|
nameWithType.vb: MapObject.GetEfficiencyModifier(PersonLike, ActionInfo, Boolean, SkillType, Single)
|
|
fullName.vb: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.Skills.SkillType, Single)
|
|
name.vb: GetEfficiencyModifier(PersonLike, ActionInfo, Boolean, SkillType, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
name: GetEfficiencyModifier
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.GetEfficiencyModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
name: GetEfficiencyModifier
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetEfficiencyModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Single_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
|
|
commentId: M:TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__
|
|
name: OnRandomQuality(PersonLike, ActionInfo, bool, SkillType, Random, bool, Dictionary<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
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Random
|
|
name: Random
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: TinyLife.Skills.Quality
|
|
name: Quality
|
|
href: TinyLife.Skills.Quality.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.OnRandomQuality(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Random,System.Boolean,System.Collections.Generic.Dictionary{TinyLife.Skills.Quality,System.Single})
|
|
name: OnRandomQuality
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnRandomQuality_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_Skills_SkillType_System_Random_System_Boolean_System_Collections_Generic_Dictionary_TinyLife_Skills_Quality_System_Single__
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
href: TinyLife.Skills.SkillType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Random
|
|
name: Random
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Skills.Quality
|
|
name: Quality
|
|
href: TinyLife.Skills.Quality.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
commentId: M:TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
|
|
name: GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType)
|
|
nameWithType: MapObject.GetRestoreNeedModifier(PersonLike, ActionInfo, bool, NeedType)
|
|
fullName: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, bool, TinyLife.NeedType)
|
|
nameWithType.vb: MapObject.GetRestoreNeedModifier(PersonLike, ActionInfo, Boolean, NeedType)
|
|
fullName.vb: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionInfo, Boolean, TinyLife.NeedType)
|
|
name.vb: GetRestoreNeedModifier(PersonLike, ActionInfo, Boolean, NeedType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
name: GetRestoreNeedModifier
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.GetRestoreNeedModifier(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
name: GetRestoreNeedModifier
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetRestoreNeedModifier_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionInfo_System_Boolean_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
commentId: M:TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsFreeSpot_Microsoft_Xna_Framework_Point_
|
|
name: IsFreeSpot(Point)
|
|
nameWithType: MapObject.IsFreeSpot(Point)
|
|
fullName: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
name: IsFreeSpot
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsFreeSpot_Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
name: IsFreeSpot
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_IsFreeSpot_Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
|
name: GetPathCostModifier(Point)
|
|
nameWithType: MapObject.GetPathCostModifier(Point)
|
|
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
name: GetPathCostModifier
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
name: GetPathCostModifier
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetPathCostModifier_Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
commentId: M:TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_
|
|
name: OnPositionChanged(Vector2, float)
|
|
nameWithType: MapObject.OnPositionChanged(Vector2, float)
|
|
fullName: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2, float)
|
|
nameWithType.vb: MapObject.OnPositionChanged(Vector2, Single)
|
|
fullName.vb: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2, Single)
|
|
name.vb: OnPositionChanged(Vector2, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
name: OnPositionChanged
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.OnPositionChanged(Microsoft.Xna.Framework.Vector2,System.Single)
|
|
name: OnPositionChanged
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_OnPositionChanged_Microsoft_Xna_Framework_Vector2_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
name: GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
|
nameWithType: MapObject.GetFreeActionSpotInfo(PersonLike, ObjectCategory)
|
|
fullName: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpotInfo
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.GetFreeActionSpotInfo(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpotInfo
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_GetFreeActionSpotInfo_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
|
|
name: SetMapAndValidate(Map, AppliedMigrations)
|
|
nameWithType: MapObject.SetMapAndValidate(Map, AppliedMigrations)
|
|
fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map, TinyLife.Utilities.AppliedMigrations)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
name: SetMapAndValidate
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map,TinyLife.Utilities.AppliedMigrations)
|
|
name: SetMapAndValidate
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_SetMapAndValidate_TinyLife_World_Map_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.MapObject
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
name: HasCategory(PersonLike, ObjectCategory)
|
|
nameWithType: MapObject.HasCategory(PersonLike, ObjectCategory)
|
|
fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: HasCategory
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory)
|
|
name: HasCategory
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_HasCategory_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
|
|
name: DoDraw(GameTime, object, Color?, bool, List<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))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: DoDraw
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: DoDraw
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoDraw_Microsoft_Xna_Framework_GameTime_System_Object_System_Nullable_Microsoft_Xna_Framework_Color__System_Boolean_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: DoUpdate(GameTime, TimeSpan, float)
|
|
nameWithType: MapObject.DoUpdate(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: MapObject.DoUpdate(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: DoUpdate(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: DoUpdate
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: DoUpdate
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DoUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,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,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawColumns_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_System_Object_Microsoft_Xna_Framework_Vector2_MLEM_Textures_TextureRegion_Microsoft_Xna_Framework_Color_Microsoft_Xna_Framework_Vector2_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, Vector2, Point, List<Item>, bool, ParentInfo, float, SpriteEffects, bool)
|
|
nameWithType: MapObject.DrawColumns(Map, Vector2, float, object, Vector2, TextureRegion, Color, Vector2, 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, Microsoft.Xna.Framework.Vector2, 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, Vector2, 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, Microsoft.Xna.Framework.Vector2, 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, Vector2, Point, List(Of Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,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_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: Item
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
|
name: SpriteEffects
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Single,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Vector2,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_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Point_System_Collections_Generic_List_MLEM_Graphics_StaticSpriteBatch_Item__System_Boolean_TinyLife_Objects_ParentInfo_System_Single_Microsoft_Xna_Framework_Graphics_SpriteEffects_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- 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``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
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: GetData<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)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
name: GetData
|
|
isExternal: true
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
name: GetData
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
isExternal: true
|
|
name: GetDataKeys()
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<Person>(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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
href: TinyLife.Objects.Person.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
href: TinyLife.Objects.Person.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Person)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
href: TinyLife.Objects.Person.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
href: TinyLife.Objects.Person.html
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: MLEM.Data.Json
|
|
commentId: N:MLEM.Data.Json
|
|
isExternal: true
|
|
name: MLEM.Data.Json
|
|
nameWithType: MLEM.Data.Json
|
|
fullName: MLEM.Data.Json
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data
|
|
name: Data
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data.Json
|
|
name: Json
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data
|
|
name: Data
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data.Json
|
|
name: Json
|
|
isExternal: true
|
|
- uid: MLEM.Misc
|
|
commentId: N:MLEM.Misc
|
|
isExternal: true
|
|
name: MLEM.Misc
|
|
nameWithType: MLEM.Misc
|
|
fullName: MLEM.Misc
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Misc
|
|
name: Misc
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Misc
|
|
name: Misc
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType})
|
|
commentId: M:TinyLife.Objects.PersonLike.GetMemories``2(System.Collections.Generic.IDictionary{``0,TinyLife.Goals.MemoryType})
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__
|
|
name: GetMemories<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})
|
|
name: GetMemories
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetMemories__2_System_Collections_Generic_IDictionary___0_TinyLife_Goals_MemoryType__
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TMem
|
|
- name: )
|
|
- name: (
|
|
- uid: System.Collections.Generic.IDictionary`2
|
|
name: IDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean})
|
|
commentId: M:TinyLife.Objects.PersonLike.RemoveMemory``1(TinyLife.Goals.MemoryType,System.Int32,System.Func{``0,System.Boolean})
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_RemoveMemory__1_TinyLife_Goals_MemoryType_System_Int32_System_Func___0_System_Boolean__
|
|
name: RemoveMemory<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
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
|
commentId: M:TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__
|
|
name: GetTimeSinceMemory<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
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetTimeSinceMemory``1(TinyLife.Goals.MemoryType,System.Func{``0,System.Boolean})
|
|
name: GetTimeSinceMemory
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetTimeSinceMemory__1_TinyLife_Goals_MemoryType_System_Func___0_System_Boolean__
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Goals.MemoryType
|
|
name: MemoryType
|
|
href: TinyLife.Goals.MemoryType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: SetData<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
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<T>(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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
commentId: T:TinyLife.Objects.AgeGroup
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
name: AgeGroup
|
|
nameWithType: AgeGroup
|
|
fullName: TinyLife.Objects.AgeGroup
|
|
- uid: System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.String}
|
|
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Objects.AgeGroup,System.String}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.Dictionary`2
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
name: Dictionary<AgeGroup, string>
|
|
nameWithType: Dictionary<AgeGroup, string>
|
|
fullName: System.Collections.Generic.Dictionary<TinyLife.Objects.AgeGroup, string>
|
|
nameWithType.vb: Dictionary(Of AgeGroup, String)
|
|
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Objects.AgeGroup, String)
|
|
name.vb: Dictionary(Of AgeGroup, String)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
commentId: T:System.Collections.Generic.Dictionary`2
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
name: Dictionary<TKey, TValue>
|
|
nameWithType: Dictionary<TKey, TValue>
|
|
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
|
nameWithType.vb: Dictionary(Of TKey, TValue)
|
|
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
|
|
name.vb: Dictionary(Of TKey, TValue)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: <
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TValue
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.Dictionary`2
|
|
name: Dictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TValue
|
|
- name: )
|
|
- uid: System.Collections.Generic
|
|
commentId: N:System.Collections.Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections.Generic
|
|
nameWithType: System.Collections.Generic
|
|
fullName: System.Collections.Generic
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
commentId: M:TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
isExternal: true
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___
|
|
name: Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[])
|
|
nameWithType: Person.Create(Map, Random, AgeGroup, bool, bool, bool, bool, PersonLike[])
|
|
fullName: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, bool, bool, bool, bool, TinyLife.Objects.PersonLike[])
|
|
nameWithType.vb: Person.Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike())
|
|
fullName.vb: TinyLife.Objects.Person.Create(TinyLife.World.Map, System.Random, TinyLife.Objects.AgeGroup, Boolean, Boolean, Boolean, Boolean, TinyLife.Objects.PersonLike())
|
|
name.vb: Create(Map, Random, AgeGroup, Boolean, Boolean, Boolean, Boolean, PersonLike())
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
name: Create
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Random
|
|
name: Random
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.Create(TinyLife.World.Map,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[])
|
|
name: Create
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___
|
|
- name: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Random
|
|
name: Random
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Action{System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}}
|
|
commentId: T:System.Action{System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}}
|
|
parent: System
|
|
definition: System.Action`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
name: Action<(Person Person, Random Random, AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, PersonLike[] GeneticInfluences, StylePreference Style, EventPhase Phase)>
|
|
nameWithType: Action<(Person Person, Random Random, AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, PersonLike[] GeneticInfluences, StylePreference Style, EventPhase Phase)>
|
|
fullName: System.Action<(TinyLife.Objects.Person Person, System.Random Random, TinyLife.Objects.AgeGroup AllowedAges, bool InitializeName, bool InitializePersonality, bool GenerateOutfits, TinyLife.Objects.PersonLike[] GeneticInfluences, TinyLife.Objects.StylePreference Style, TinyLife.Mods.EventPhase Phase)>
|
|
nameWithType.vb: Action(Of (Person As Person, Random As Random, AllowedAges As AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As PersonLike(), Style As StylePreference, Phase As EventPhase))
|
|
fullName.vb: System.Action(Of (Person As TinyLife.Objects.Person, Random As System.Random, AllowedAges As TinyLife.Objects.AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As TinyLife.Objects.PersonLike(), Style As TinyLife.Objects.StylePreference, Phase As TinyLife.Mods.EventPhase))
|
|
name.vb: Action(Of (Person As Person, Random As Random, AllowedAges As AgeGroup, InitializeName As Boolean, InitializePersonality As Boolean, GenerateOutfits As Boolean, GeneticInfluences As PersonLike(), Style As StylePreference, Phase As EventPhase))
|
|
spec.csharp:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- name: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
href: TinyLife.Objects.Person.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Person
|
|
name: Person
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.person
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Random
|
|
name: Random
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Random
|
|
name: Random
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.random
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.AllowedAges
|
|
name: AllowedAges
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.allowedages
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializeName
|
|
name: InitializeName
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializename
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializePersonality
|
|
name: InitializePersonality
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializepersonality
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GenerateOutfits
|
|
name: GenerateOutfits
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.generateoutfits
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GeneticInfluences
|
|
name: GeneticInfluences
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.geneticinfluences
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.StylePreference
|
|
name: StylePreference
|
|
href: TinyLife.Objects.StylePreference.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Style
|
|
name: Style
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.style
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Phase
|
|
name: Phase
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.phase
|
|
- name: )
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: (
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Person
|
|
name: Person
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.person
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
href: TinyLife.Objects.Person.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Random
|
|
name: Random
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.random
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: System.Random
|
|
name: Random
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.AllowedAges
|
|
name: AllowedAges
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.allowedages
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializeName
|
|
name: InitializeName
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializename
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.InitializePersonality
|
|
name: InitializePersonality
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.initializepersonality
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GenerateOutfits
|
|
name: GenerateOutfits
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.generateoutfits
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.GeneticInfluences
|
|
name: GeneticInfluences
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.geneticinfluences
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Style
|
|
name: Style
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.style
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.StylePreference
|
|
name: StylePreference
|
|
href: TinyLife.Objects.StylePreference.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.Person,System.Random,TinyLife.Objects.AgeGroup,System.Boolean,System.Boolean,System.Boolean,TinyLife.Objects.PersonLike[],System.ValueTuple{TinyLife.Objects.StylePreference,TinyLife.Mods.EventPhase}}.Phase
|
|
name: Phase
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.person,system.random,tinylife.objects.agegroup,system.boolean,system.boolean,system.boolean,tinylife.objects.personlike[],system.valuetuple-tinylife.objects.stylepreference,tinylife.mods.eventphase--.phase
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: )
|
|
- name: )
|
|
- 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)
|
|
spec.csharp:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Goals.Project
|
|
commentId: T:TinyLife.Goals.Project
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.Project.html
|
|
name: Project
|
|
nameWithType: Project
|
|
fullName: TinyLife.Goals.Project
|
|
- uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
commentId: M:TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_
|
|
name: StartProject(Project)
|
|
nameWithType: Person.StartProject(Project)
|
|
fullName: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
name: StartProject
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_
|
|
- name: (
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
href: TinyLife.Goals.Project.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.StartProject(TinyLife.Goals.Project)
|
|
name: StartProject
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_
|
|
- name: (
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
href: TinyLife.Goals.Project.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetProject(System.String,System.String)
|
|
commentId: M:TinyLife.Objects.Person.GetProject(System.String,System.String)
|
|
isExternal: true
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_
|
|
name: GetProject(string, string)
|
|
nameWithType: Person.GetProject(string, string)
|
|
fullName: TinyLife.Objects.Person.GetProject(string, string)
|
|
nameWithType.vb: Person.GetProject(String, String)
|
|
fullName.vb: TinyLife.Objects.Person.GetProject(String, String)
|
|
name.vb: GetProject(String, String)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.GetProject(System.String,System.String)
|
|
name: GetProject
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.GetProject(System.String,System.String)
|
|
name: GetProject
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetProjects(System.String)
|
|
commentId: M:TinyLife.Objects.Person.GetProjects(System.String)
|
|
isExternal: true
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProjects_System_String_
|
|
name: GetProjects(string)
|
|
nameWithType: Person.GetProjects(string)
|
|
fullName: TinyLife.Objects.Person.GetProjects(string)
|
|
nameWithType.vb: Person.GetProjects(String)
|
|
fullName.vb: TinyLife.Objects.Person.GetProjects(String)
|
|
name.vb: GetProjects(String)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.GetProjects(System.String)
|
|
name: GetProjects
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProjects_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.GetProjects(System.String)
|
|
name: GetProjects
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProjects_System_String_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: TinyLife.Goals.Project.Remove
|
|
commentId: M:TinyLife.Goals.Project.Remove
|
|
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Remove
|
|
name: Remove()
|
|
nameWithType: Project.Remove()
|
|
fullName: TinyLife.Goals.Project.Remove()
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.Project.Remove
|
|
name: Remove
|
|
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Remove
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.Project.Remove
|
|
name: Remove
|
|
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Remove
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List{TinyLife.Goals.Project}
|
|
commentId: T:System.Collections.Generic.List{TinyLife.Goals.Project}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<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)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
href: TinyLife.Goals.Project.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
href: TinyLife.Goals.Project.html
|
|
- name: )
|
|
- uid: TinyLife.Goals
|
|
commentId: N:TinyLife.Goals
|
|
href: TinyLife.html
|
|
name: TinyLife.Goals
|
|
nameWithType: TinyLife.Goals
|
|
fullName: TinyLife.Goals
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.html
|
|
- uid: System.Collections.Generic.List`1
|
|
commentId: T:System.Collections.Generic.List`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<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)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
commentId: M:TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
isExternal: true
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_
|
|
name: AddJob(JobType, int)
|
|
nameWithType: Person.AddJob(JobType, int)
|
|
fullName: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, int)
|
|
nameWithType.vb: Person.AddJob(JobType, Integer)
|
|
fullName.vb: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType, Integer)
|
|
name.vb: AddJob(JobType, Integer)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
name: AddJob
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.Goals.JobType
|
|
name: JobType
|
|
href: TinyLife.Goals.JobType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.AddJob(TinyLife.Goals.JobType,System.Int32)
|
|
name: AddJob
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_
|
|
- name: (
|
|
- uid: TinyLife.Goals.JobType
|
|
name: JobType
|
|
href: TinyLife.Goals.JobType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
|
|
commentId: M:TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_
|
|
name: RemoveJob(JobType)
|
|
nameWithType: Person.RemoveJob(JobType)
|
|
fullName: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
|
|
name: RemoveJob
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_
|
|
- name: (
|
|
- uid: TinyLife.Goals.JobType
|
|
name: JobType
|
|
href: TinyLife.Goals.JobType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.RemoveJob(TinyLife.Goals.JobType)
|
|
name: RemoveJob
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_
|
|
- name: (
|
|
- uid: TinyLife.Goals.JobType
|
|
name: JobType
|
|
href: TinyLife.Goals.JobType.html
|
|
- name: )
|
|
- uid: System.Collections.Generic.List{TinyLife.Goals.Job}
|
|
commentId: T:System.Collections.Generic.List{TinyLife.Goals.Job}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<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
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: TinyLife.Goals.Job
|
|
name: Job
|
|
href: TinyLife.Goals.Job.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.Job
|
|
name: Job
|
|
href: TinyLife.Goals.Job.html
|
|
- name: )
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: TinyLife.Objects.Person
|
|
commentId: T:TinyLife.Objects.Person
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.Person.html
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- uid: TinyLife.Objects.PersonLike.FullNamePronouns
|
|
commentId: P:TinyLife.Objects.PersonLike.FullNamePronouns
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_FullNamePronouns
|
|
name: FullNamePronouns
|
|
nameWithType: PersonLike.FullNamePronouns
|
|
fullName: TinyLife.Objects.PersonLike.FullNamePronouns
|
|
- uid: TinyLife.Objects.Person.FullNamePronouns*
|
|
commentId: Overload:TinyLife.Objects.Person.FullNamePronouns
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_FullNamePronouns
|
|
name: FullNamePronouns
|
|
nameWithType: Person.FullNamePronouns
|
|
fullName: TinyLife.Objects.Person.FullNamePronouns
|
|
- uid: TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
|
|
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
|
|
href: TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_DecorativeRating
|
|
name: DecorativeRating
|
|
nameWithType: FurnitureType.TypeSettings.DecorativeRating
|
|
fullName: TinyLife.Objects.FurnitureType.TypeSettings.DecorativeRating
|
|
- uid: TinyLife.Objects.Person.CurrentRoomDecorativeRating*
|
|
commentId: Overload:TinyLife.Objects.Person.CurrentRoomDecorativeRating
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_CurrentRoomDecorativeRating
|
|
name: CurrentRoomDecorativeRating
|
|
nameWithType: Person.CurrentRoomDecorativeRating
|
|
fullName: TinyLife.Objects.Person.CurrentRoomDecorativeRating
|
|
- uid: System.Int32
|
|
commentId: T:System.Int32
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
name: int
|
|
nameWithType: int
|
|
fullName: int
|
|
nameWithType.vb: Integer
|
|
fullName.vb: Integer
|
|
name.vb: Integer
|
|
- uid: TinyLife.Objects.Furniture
|
|
commentId: T:TinyLife.Objects.Furniture
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.Furniture.html
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- uid: System.Guid.Empty
|
|
commentId: F:System.Guid.Empty
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid.empty
|
|
name: Empty
|
|
nameWithType: Guid.Empty
|
|
fullName: System.Guid.Empty
|
|
- uid: System.Guid
|
|
commentId: T:System.Guid
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
name: Guid
|
|
nameWithType: Guid
|
|
fullName: System.Guid
|
|
- uid: TinyLife.World.LotEmployment.Instance
|
|
commentId: T:TinyLife.World.LotEmployment.Instance
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.LotEmployment.html
|
|
name: LotEmployment.Instance
|
|
nameWithType: LotEmployment.Instance
|
|
fullName: TinyLife.World.LotEmployment.Instance
|
|
spec.csharp:
|
|
- uid: TinyLife.World.LotEmployment
|
|
name: LotEmployment
|
|
href: TinyLife.World.LotEmployment.html
|
|
- name: .
|
|
- uid: TinyLife.World.LotEmployment.Instance
|
|
name: Instance
|
|
href: TinyLife.World.LotEmployment.Instance.html
|
|
spec.vb:
|
|
- uid: TinyLife.World.LotEmployment
|
|
name: LotEmployment
|
|
href: TinyLife.World.LotEmployment.html
|
|
- name: .
|
|
- uid: TinyLife.World.LotEmployment.Instance
|
|
name: Instance
|
|
href: TinyLife.World.LotEmployment.Instance.html
|
|
- uid: TinyLife.World.Household
|
|
commentId: T:TinyLife.World.Household
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.Household.html
|
|
name: Household
|
|
nameWithType: Household
|
|
fullName: TinyLife.World.Household
|
|
- uid: TinyLife.World
|
|
commentId: N:TinyLife.World
|
|
href: TinyLife.html
|
|
name: TinyLife.World
|
|
nameWithType: TinyLife.World
|
|
fullName: TinyLife.World
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.World
|
|
name: World
|
|
href: TinyLife.World.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.World
|
|
name: World
|
|
href: TinyLife.World.html
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
commentId: T:TinyLife.Goals.LifeGoal.Instance
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.LifeGoal.html
|
|
name: LifeGoal.Instance
|
|
nameWithType: LifeGoal.Instance
|
|
fullName: TinyLife.Goals.LifeGoal.Instance
|
|
spec.csharp:
|
|
- uid: TinyLife.Goals.LifeGoal
|
|
name: LifeGoal
|
|
href: TinyLife.Goals.LifeGoal.html
|
|
- name: .
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
name: Instance
|
|
href: TinyLife.Goals.LifeGoal.Instance.html
|
|
spec.vb:
|
|
- uid: TinyLife.Goals.LifeGoal
|
|
name: LifeGoal
|
|
href: TinyLife.Goals.LifeGoal.html
|
|
- name: .
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
name: Instance
|
|
href: TinyLife.Goals.LifeGoal.Instance.html
|
|
- uid: TinyLife.Objects.Person.LifeGoal*
|
|
commentId: Overload:TinyLife.Objects.Person.LifeGoal
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LifeGoal
|
|
name: LifeGoal
|
|
nameWithType: Person.LifeGoal
|
|
fullName: TinyLife.Objects.Person.LifeGoal
|
|
- uid: System.Int32[]
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
name: int[]
|
|
nameWithType: int[]
|
|
fullName: int[]
|
|
nameWithType.vb: Integer()
|
|
fullName.vb: Integer()
|
|
name.vb: Integer()
|
|
spec.csharp:
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: '['
|
|
- name: ']'
|
|
spec.vb:
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: TinyLife.World.LotEmployment
|
|
commentId: T:TinyLife.World.LotEmployment
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.LotEmployment.html
|
|
name: LotEmployment
|
|
nameWithType: LotEmployment
|
|
fullName: TinyLife.World.LotEmployment
|
|
- uid: TinyLife.Objects.PersonLike.IsRegularVisitor
|
|
commentId: P:TinyLife.Objects.PersonLike.IsRegularVisitor
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_IsRegularVisitor
|
|
name: IsRegularVisitor
|
|
nameWithType: PersonLike.IsRegularVisitor
|
|
fullName: TinyLife.Objects.PersonLike.IsRegularVisitor
|
|
- uid: TinyLife.Objects.Person.IsRegularVisitor*
|
|
commentId: Overload:TinyLife.Objects.Person.IsRegularVisitor
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_IsRegularVisitor
|
|
name: IsRegularVisitor
|
|
nameWithType: Person.IsRegularVisitor
|
|
fullName: TinyLife.Objects.Person.IsRegularVisitor
|
|
- uid: TinyLife.Objects.PersonLike.DrawSize
|
|
commentId: P:TinyLife.Objects.PersonLike.DrawSize
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawSize
|
|
name: DrawSize
|
|
nameWithType: PersonLike.DrawSize
|
|
fullName: TinyLife.Objects.PersonLike.DrawSize
|
|
- uid: TinyLife.Objects.Person.DrawSize*
|
|
commentId: Overload:TinyLife.Objects.Person.DrawSize
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawSize
|
|
name: DrawSize
|
|
nameWithType: Person.DrawSize
|
|
fullName: TinyLife.Objects.Person.DrawSize
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
commentId: T:Microsoft.Xna.Framework.Point
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
- uid: Microsoft.Xna.Framework
|
|
commentId: N:Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework
|
|
nameWithType: Microsoft.Xna.Framework
|
|
fullName: Microsoft.Xna.Framework
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.Person.LifeGoal
|
|
commentId: P:TinyLife.Objects.Person.LifeGoal
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LifeGoal
|
|
name: LifeGoal
|
|
nameWithType: Person.LifeGoal
|
|
fullName: TinyLife.Objects.Person.LifeGoal
|
|
- uid: System.Action{TinyLife.Goals.LifeGoal.Instance}
|
|
commentId: T:System.Action{TinyLife.Goals.LifeGoal.Instance}
|
|
parent: System
|
|
definition: System.Action`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
name: Action<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)
|
|
spec.csharp:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- uid: TinyLife.Goals.LifeGoal
|
|
name: LifeGoal
|
|
href: TinyLife.Goals.LifeGoal.html
|
|
- name: .
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
name: Instance
|
|
href: TinyLife.Goals.LifeGoal.Instance.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.LifeGoal
|
|
name: LifeGoal
|
|
href: TinyLife.Goals.LifeGoal.html
|
|
- name: .
|
|
- uid: TinyLife.Goals.LifeGoal.Instance
|
|
name: Instance
|
|
href: TinyLife.Goals.LifeGoal.Instance.html
|
|
- name: )
|
|
- uid: System.Action{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)
|
|
spec.csharp:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.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.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
isExternal: true
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_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: Person.GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary<Point, TextureRegion>, Point)
|
|
fullName: TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, int, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>, Microsoft.Xna.Framework.Point)
|
|
nameWithType.vb: Person.GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point)
|
|
fullName.vb: TinyLife.Objects.Person.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer, Integer, System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), Microsoft.Xna.Framework.Point)
|
|
name.vb: GenerateAnimationGroup(ClothesLayer, Integer, IReadOnlyDictionary(Of Point, TextureRegion), Point)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.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.Person.html#TinyLife_Objects_Person_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.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.Person.html#TinyLife_Objects_Person_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
- uid: System.Action{System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}}
|
|
commentId: T:System.Action{System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}}
|
|
parent: System
|
|
definition: System.Action`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
name: Action<(ClothesLayer ClothesLayer, int LayerAmount, IReadOnlyDictionary<Point, TextureRegion> Textures, Point TextureRegion, SpriteAnimationGroup Group, EventPhase Phase)>
|
|
nameWithType: Action<(ClothesLayer ClothesLayer, int LayerAmount, IReadOnlyDictionary<Point, TextureRegion> Textures, Point TextureRegion, SpriteAnimationGroup Group, EventPhase Phase)>
|
|
fullName: System.Action<(TinyLife.Objects.ClothesLayer ClothesLayer, int LayerAmount, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion> Textures, Microsoft.Xna.Framework.Point TextureRegion, MLEM.Animations.SpriteAnimationGroup Group, TinyLife.Mods.EventPhase Phase)>
|
|
nameWithType.vb: Action(Of (ClothesLayer As ClothesLayer, LayerAmount As Integer, Textures As IReadOnlyDictionary(Of Point, TextureRegion), TextureRegion As Point, Group As SpriteAnimationGroup, Phase As EventPhase))
|
|
fullName.vb: System.Action(Of (ClothesLayer As TinyLife.Objects.ClothesLayer, LayerAmount As Integer, Textures As System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion), TextureRegion As Microsoft.Xna.Framework.Point, Group As MLEM.Animations.SpriteAnimationGroup, Phase As TinyLife.Mods.EventPhase))
|
|
name.vb: Action(Of (ClothesLayer As ClothesLayer, LayerAmount As Integer, Textures As IReadOnlyDictionary(Of Point, TextureRegion), TextureRegion As Point, Group As SpriteAnimationGroup, Phase As EventPhase))
|
|
spec.csharp:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.ClothesLayer
|
|
name: ClothesLayer
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.clotheslayer
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.LayerAmount
|
|
name: LayerAmount
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.layeramount
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.Textures
|
|
name: Textures
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.textures
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.TextureRegion
|
|
name: TextureRegion
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.textureregion
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Animations.SpriteAnimationGroup
|
|
name: SpriteAnimationGroup
|
|
isExternal: true
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.Group
|
|
name: Group
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.group
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.Phase
|
|
name: Phase
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.phase
|
|
- name: )
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: (
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.ClothesLayer
|
|
name: ClothesLayer
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.clotheslayer
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.LayerAmount
|
|
name: LayerAmount
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.layeramount
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.Textures
|
|
name: Textures
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.textures
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.TextureRegion
|
|
name: TextureRegion
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.textureregion
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.Group
|
|
name: Group
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.group
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: MLEM.Animations.SpriteAnimationGroup
|
|
name: SpriteAnimationGroup
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point,MLEM.Animations.SpriteAnimationGroup,TinyLife.Mods.EventPhase}.Phase
|
|
name: Phase
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.objects.clotheslayer,system.int32,system.collections.generic.ireadonlydictionary-microsoft.xna.framework.point,mlem.textures.textureregion-,microsoft.xna.framework.point,mlem.animations.spriteanimationgroup,tinylife.mods.eventphase-.phase
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
commentId: M:TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
isExternal: true
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_TinyLife_Objects_Outfit_System_Nullable_TinyLife_Objects_Pose__System_Nullable_TinyLife_Objects_AgeGroup__
|
|
name: DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?)
|
|
nameWithType: Person.DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?)
|
|
fullName: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?)
|
|
nameWithType.vb: Person.DrawUi(SpriteBatch, Vector2, Single, Direction2, Outfit, Pose?, AgeGroup?)
|
|
fullName.vb: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Single, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?)
|
|
name.vb: DrawUi(SpriteBatch, Vector2, Single, Direction2, Outfit, Pose?, AgeGroup?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: DrawUi
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_TinyLife_Objects_Outfit_System_Nullable_TinyLife_Objects_Pose__System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Outfit
|
|
name: Outfit
|
|
href: TinyLife.Objects.Outfit.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: DrawUi
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_TinyLife_Objects_Outfit_System_Nullable_TinyLife_Objects_Pose__System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Outfit
|
|
name: Outfit
|
|
href: TinyLife.Objects.Outfit.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- name: )
|
|
- uid: System.Action{System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}}
|
|
commentId: T:System.Action{System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}}
|
|
parent: System
|
|
definition: System.Action`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
name: Action<(SpriteBatch Batch, Vector2 Pos, float Scale, Direction2 Rotation, Outfit Outfit, Pose Pose, AgeGroup Age, EventPhase Phase)>
|
|
nameWithType: Action<(SpriteBatch Batch, Vector2 Pos, float Scale, Direction2 Rotation, Outfit Outfit, Pose Pose, AgeGroup Age, EventPhase Phase)>
|
|
fullName: System.Action<(Microsoft.Xna.Framework.Graphics.SpriteBatch Batch, Microsoft.Xna.Framework.Vector2 Pos, float Scale, MLEM.Maths.Direction2 Rotation, TinyLife.Objects.Outfit Outfit, TinyLife.Objects.Pose Pose, TinyLife.Objects.AgeGroup Age, TinyLife.Mods.EventPhase Phase)>
|
|
nameWithType.vb: Action(Of (Batch As SpriteBatch, Pos As Vector2, Scale As Single, Rotation As Direction2, Outfit As Outfit, Pose As Pose, Age As AgeGroup, Phase As EventPhase))
|
|
fullName.vb: System.Action(Of (Batch As Microsoft.Xna.Framework.Graphics.SpriteBatch, Pos As Microsoft.Xna.Framework.Vector2, Scale As Single, Rotation As MLEM.Maths.Direction2, Outfit As TinyLife.Objects.Outfit, Pose As TinyLife.Objects.Pose, Age As TinyLife.Objects.AgeGroup, Phase As TinyLife.Mods.EventPhase))
|
|
name.vb: Action(Of (Batch As SpriteBatch, Pos As Vector2, Scale As Single, Rotation As Direction2, Outfit As Outfit, Pose As Pose, Age As AgeGroup, Phase As EventPhase))
|
|
spec.csharp:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Batch
|
|
name: Batch
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.batch
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Pos
|
|
name: Pos
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.pos
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Scale
|
|
name: Scale
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.scale
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Rotation
|
|
name: Rotation
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.rotation
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Outfit
|
|
name: Outfit
|
|
href: TinyLife.Objects.Outfit.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Outfit
|
|
name: Outfit
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.outfit
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Pose
|
|
name: Pose
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.pose
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Age
|
|
name: Age
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.age
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Phase
|
|
name: Phase
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.phase
|
|
- name: )
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: (
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Batch
|
|
name: Batch
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.batch
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Pos
|
|
name: Pos
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.pos
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Scale
|
|
name: Scale
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.scale
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Rotation
|
|
name: Rotation
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.rotation
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Outfit
|
|
name: Outfit
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.outfit
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Outfit
|
|
name: Outfit
|
|
href: TinyLife.Objects.Outfit.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Pose
|
|
name: Pose
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.pose
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Age
|
|
name: Age
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.age
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.ValueTuple{Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,TinyLife.Objects.Pose,TinyLife.Objects.AgeGroup,System.ValueTuple{TinyLife.Mods.EventPhase}}.Phase
|
|
name: Phase
|
|
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-microsoft.xna.framework.graphics.spritebatch,microsoft.xna.framework.vector2,system.single,mlem.maths.direction2,tinylife.objects.outfit,tinylife.objects.pose,tinylife.objects.agegroup,system.valuetuple-tinylife.mods.eventphase--.phase
|
|
- name: " "
|
|
- name: As
|
|
- name: " "
|
|
- uid: TinyLife.Mods.EventPhase
|
|
name: EventPhase
|
|
href: TinyLife.Mods.EventPhase.html
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.#ctor*
|
|
commentId: Overload:TinyLife.Objects.Person.#ctor
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person__ctor_TinyLife_World_Map_Microsoft_Xna_Framework_Vector2_System_Single_
|
|
name: Person
|
|
nameWithType: Person.Person
|
|
fullName: TinyLife.Objects.Person.Person
|
|
nameWithType.vb: Person.New
|
|
fullName.vb: TinyLife.Objects.Person.New
|
|
name.vb: New
|
|
- uid: TinyLife.World.Map
|
|
commentId: T:TinyLife.World.Map
|
|
parent: TinyLife.World
|
|
href: TinyLife.World.Map.html
|
|
name: Map
|
|
nameWithType: Map
|
|
fullName: TinyLife.World.Map
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
commentId: T:Microsoft.Xna.Framework.Vector2
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
- uid: System.Single
|
|
commentId: T:System.Single
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
name: float
|
|
nameWithType: float
|
|
fullName: float
|
|
nameWithType.vb: Single
|
|
fullName.vb: Single
|
|
name.vb: Single
|
|
- uid: TinyLife.World.Household.FurnitureStorage
|
|
commentId: F:TinyLife.World.Household.FurnitureStorage
|
|
href: TinyLife.World.Household.html#TinyLife_World_Household_FurnitureStorage
|
|
name: FurnitureStorage
|
|
nameWithType: Household.FurnitureStorage
|
|
fullName: TinyLife.World.Household.FurnitureStorage
|
|
- uid: TinyLife.GameImpl.Speed
|
|
commentId: P:TinyLife.GameImpl.Speed
|
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Speed
|
|
name: Speed
|
|
nameWithType: GameImpl.Speed
|
|
fullName: TinyLife.GameImpl.Speed
|
|
- uid: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: Update(GameTime, TimeSpan, float)
|
|
nameWithType: PersonLike.Update(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: PersonLike.Update(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: Update(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.Update*
|
|
commentId: Overload:TinyLife.Objects.Person.Update
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: Update
|
|
nameWithType: Person.Update
|
|
fullName: TinyLife.Objects.Person.Update
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
- uid: System.TimeSpan
|
|
commentId: T:System.TimeSpan
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
- uid: TinyLife.Objects.PersonLike.UpdatePose
|
|
commentId: M:TinyLife.Objects.PersonLike.UpdatePose
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePose
|
|
name: UpdatePose()
|
|
nameWithType: PersonLike.UpdatePose()
|
|
fullName: TinyLife.Objects.PersonLike.UpdatePose()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.UpdatePose
|
|
name: UpdatePose
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePose
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.UpdatePose
|
|
name: UpdatePose
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_UpdatePose
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.UpdatePose*
|
|
commentId: Overload:TinyLife.Objects.Person.UpdatePose
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_UpdatePose
|
|
name: UpdatePose
|
|
nameWithType: Person.UpdatePose
|
|
fullName: TinyLife.Objects.Person.UpdatePose
|
|
- 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)
|
|
isExternal: true
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: Update(GameTime, TimeSpan, float)
|
|
nameWithType: Person.Update(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Person.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.UpdateAdditionalVisuals*
|
|
commentId: Overload:TinyLife.Objects.Person.UpdateAdditionalVisuals
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_UpdateAdditionalVisuals
|
|
name: UpdateAdditionalVisuals
|
|
nameWithType: Person.UpdateAdditionalVisuals
|
|
fullName: TinyLife.Objects.Person.UpdateAdditionalVisuals
|
|
- uid: TinyLife.Objects.Person.UpdateJobs*
|
|
commentId: Overload:TinyLife.Objects.Person.UpdateJobs
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_UpdateJobs_System_TimeSpan_
|
|
name: UpdateJobs
|
|
nameWithType: Person.UpdateJobs
|
|
fullName: TinyLife.Objects.Person.UpdateJobs
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
|
commentId: F:TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_CanExecute
|
|
name: CanExecute
|
|
nameWithType: ActionType.TypeSettings.CanExecute
|
|
fullName: TinyLife.Actions.ActionType.TypeSettings.CanExecute
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
|
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_RequiredSkill
|
|
name: RequiredSkill
|
|
nameWithType: ActionType.TypeSettings.RequiredSkill
|
|
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
|
|
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_RequiredEmotion
|
|
name: RequiredEmotion
|
|
nameWithType: ActionType.TypeSettings.RequiredEmotion
|
|
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
|
|
- uid: TinyLife.World.LotType.CanExecuteAction
|
|
commentId: P:TinyLife.World.LotType.CanExecuteAction
|
|
href: TinyLife.World.LotType.html#TinyLife_World_LotType_CanExecuteAction
|
|
name: CanExecuteAction
|
|
nameWithType: LotType.CanExecuteAction
|
|
fullName: TinyLife.World.LotType.CanExecuteAction
|
|
- uid: TinyLife.Uis.Notifications
|
|
commentId: T:TinyLife.Uis.Notifications
|
|
href: TinyLife.Uis.Notifications.html
|
|
name: Notifications
|
|
nameWithType: Notifications
|
|
fullName: TinyLife.Uis.Notifications
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
commentId: T:TinyLife.Actions.CanExecuteResult
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
name: CanExecuteResult
|
|
nameWithType: CanExecuteResult
|
|
fullName: TinyLife.Actions.CanExecuteResult
|
|
- uid: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
name: CanExecuteAction(ActionType, ActionInfo, bool)
|
|
nameWithType: PersonLike.CanExecuteAction(ActionType, ActionInfo, bool)
|
|
fullName: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
|
|
nameWithType.vb: PersonLike.CanExecuteAction(ActionType, ActionInfo, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean)
|
|
name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
name: CanExecuteAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
name: CanExecuteAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.CanExecuteAction*
|
|
commentId: Overload:TinyLife.Objects.Person.CanExecuteAction
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_CanExecuteAction_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
name: CanExecuteAction
|
|
nameWithType: Person.CanExecuteAction
|
|
fullName: TinyLife.Objects.Person.CanExecuteAction
|
|
- uid: TinyLife.Actions.ActionType
|
|
commentId: T:TinyLife.Actions.ActionType
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.ActionType.html
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
commentId: T:TinyLife.Actions.ActionInfo
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- uid: TinyLife.Actions
|
|
commentId: N:TinyLife.Actions
|
|
href: TinyLife.html
|
|
name: TinyLife.Actions
|
|
nameWithType: TinyLife.Actions
|
|
fullName: TinyLife.Actions
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
- uid: TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
|
commentId: F:TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
|
href: TinyLife.Actions.ActionType.AiSettings.html#TinyLife_Actions_ActionType_AiSettings_PassivePriority
|
|
name: PassivePriority
|
|
nameWithType: ActionType.AiSettings.PassivePriority
|
|
fullName: TinyLife.Actions.ActionType.AiSettings.PassivePriority
|
|
- uid: TinyLife.PersonalityType.Extroverted
|
|
commentId: F:TinyLife.PersonalityType.Extroverted
|
|
href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_Extroverted
|
|
name: Extroverted
|
|
nameWithType: PersonalityType.Extroverted
|
|
fullName: TinyLife.PersonalityType.Extroverted
|
|
- uid: TinyLife.PersonalityType.Introverted
|
|
commentId: F:TinyLife.PersonalityType.Introverted
|
|
href: TinyLife.PersonalityType.html#TinyLife_PersonalityType_Introverted
|
|
name: Introverted
|
|
nameWithType: PersonalityType.Introverted
|
|
fullName: TinyLife.PersonalityType.Introverted
|
|
- uid: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_
|
|
name: GetPassiveActionPriority(ActionType)
|
|
nameWithType: PersonLike.GetPassiveActionPriority(ActionType)
|
|
fullName: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
name: GetPassiveActionPriority
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetPassiveActionPriority(TinyLife.Actions.ActionType)
|
|
name: GetPassiveActionPriority
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveActionPriority_TinyLife_Actions_ActionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetPassiveActionPriority*
|
|
commentId: Overload:TinyLife.Objects.Person.GetPassiveActionPriority
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetPassiveActionPriority_TinyLife_Actions_ActionType_
|
|
name: GetPassiveActionPriority
|
|
nameWithType: Person.GetPassiveActionPriority
|
|
fullName: TinyLife.Objects.Person.GetPassiveActionPriority
|
|
- uid: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_
|
|
name: GetAiPriorityForObject(MapObject, ObjectCategory)
|
|
nameWithType: PersonLike.GetAiPriorityForObject(MapObject, ObjectCategory)
|
|
fullName: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
name: GetAiPriorityForObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetAiPriorityForObject(TinyLife.Objects.MapObject,TinyLife.Objects.ObjectCategory)
|
|
name: GetAiPriorityForObject
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_
|
|
- name: (
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetAiPriorityForObject*
|
|
commentId: Overload:TinyLife.Objects.Person.GetAiPriorityForObject
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetAiPriorityForObject_TinyLife_Objects_MapObject_TinyLife_Objects_ObjectCategory_
|
|
name: GetAiPriorityForObject
|
|
nameWithType: Person.GetAiPriorityForObject
|
|
fullName: TinyLife.Objects.Person.GetAiPriorityForObject
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
commentId: T:TinyLife.Objects.ObjectCategory
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- uid: TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetToStatic_System_Boolean_System_Boolean_
|
|
name: ResetToStatic(bool, bool)
|
|
nameWithType: PersonLike.ResetToStatic(bool, bool)
|
|
fullName: TinyLife.Objects.PersonLike.ResetToStatic(bool, bool)
|
|
nameWithType.vb: PersonLike.ResetToStatic(Boolean, Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.ResetToStatic(Boolean, Boolean)
|
|
name.vb: ResetToStatic(Boolean, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean)
|
|
name: ResetToStatic
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetToStatic_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.ResetToStatic(System.Boolean,System.Boolean)
|
|
name: ResetToStatic
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ResetToStatic_System_Boolean_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.ResetToStatic*
|
|
commentId: Overload:TinyLife.Objects.Person.ResetToStatic
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_ResetToStatic_System_Boolean_System_Boolean_
|
|
name: ResetToStatic
|
|
nameWithType: Person.ResetToStatic
|
|
fullName: TinyLife.Objects.Person.ResetToStatic
|
|
- uid: MLEM.Animations.SpriteAnimationGroup
|
|
commentId: T:MLEM.Animations.SpriteAnimationGroup
|
|
parent: MLEM.Animations
|
|
isExternal: true
|
|
name: SpriteAnimationGroup
|
|
nameWithType: SpriteAnimationGroup
|
|
fullName: MLEM.Animations.SpriteAnimationGroup
|
|
- uid: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
commentId: M:TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_
|
|
name: GenerateAnimationGroup(ClothesLayer, int, IReadOnlyDictionary<Point, 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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
name: GenerateAnimationGroup
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GenerateAnimationGroup(TinyLife.Objects.ClothesLayer,System.Int32,System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion},Microsoft.Xna.Framework.Point)
|
|
name: GenerateAnimationGroup
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_
|
|
- name: (
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
name: ClothesLayer
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GenerateAnimationGroup*
|
|
commentId: Overload:TinyLife.Objects.Person.GenerateAnimationGroup
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GenerateAnimationGroup_TinyLife_Objects_ClothesLayer_System_Int32_System_Collections_Generic_IReadOnlyDictionary_Microsoft_Xna_Framework_Point_MLEM_Textures_TextureRegion__Microsoft_Xna_Framework_Point_
|
|
name: GenerateAnimationGroup
|
|
nameWithType: Person.GenerateAnimationGroup
|
|
fullName: TinyLife.Objects.Person.GenerateAnimationGroup
|
|
- uid: TinyLife.Objects.ClothesLayer
|
|
commentId: T:TinyLife.Objects.ClothesLayer
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.ClothesLayer.html
|
|
name: ClothesLayer
|
|
nameWithType: ClothesLayer
|
|
fullName: TinyLife.Objects.ClothesLayer
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
|
commentId: T:System.Collections.Generic.IReadOnlyDictionary{Microsoft.Xna.Framework.Point,MLEM.Textures.TextureRegion}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.IReadOnlyDictionary`2
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
name: IReadOnlyDictionary<Point, TextureRegion>
|
|
nameWithType: IReadOnlyDictionary<Point, TextureRegion>
|
|
fullName: System.Collections.Generic.IReadOnlyDictionary<Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion>
|
|
nameWithType.vb: IReadOnlyDictionary(Of Point, TextureRegion)
|
|
fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of Microsoft.Xna.Framework.Point, MLEM.Textures.TextureRegion)
|
|
name.vb: IReadOnlyDictionary(Of Point, TextureRegion)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: <
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- uid: MLEM.Animations
|
|
commentId: N:MLEM.Animations
|
|
isExternal: true
|
|
name: MLEM.Animations
|
|
nameWithType: MLEM.Animations
|
|
fullName: MLEM.Animations
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Animations
|
|
name: Animations
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Animations
|
|
name: Animations
|
|
isExternal: true
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
commentId: T:System.Collections.Generic.IReadOnlyDictionary`2
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
name: IReadOnlyDictionary<TKey, TValue>
|
|
nameWithType: IReadOnlyDictionary<TKey, TValue>
|
|
fullName: System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
|
|
nameWithType.vb: IReadOnlyDictionary(Of TKey, TValue)
|
|
fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of TKey, TValue)
|
|
name.vb: IReadOnlyDictionary(Of TKey, TValue)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IReadOnlyDictionary`2
|
|
name: IReadOnlyDictionary
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlydictionary-2
|
|
- name: <
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TValue
|
|
- name: '>'
|
|
spec.vb:
|
|
- 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: " "
|
|
- name: TKey
|
|
- name: ','
|
|
- name: " "
|
|
- name: TValue
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation
|
|
commentId: M:TinyLife.Objects.PersonLike.GenerateShadowAnimation
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateShadowAnimation
|
|
name: GenerateShadowAnimation()
|
|
nameWithType: PersonLike.GenerateShadowAnimation()
|
|
fullName: TinyLife.Objects.PersonLike.GenerateShadowAnimation()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation
|
|
name: GenerateShadowAnimation
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateShadowAnimation
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GenerateShadowAnimation
|
|
name: GenerateShadowAnimation
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GenerateShadowAnimation
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GenerateShadowAnimation*
|
|
commentId: Overload:TinyLife.Objects.Person.GenerateShadowAnimation
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GenerateShadowAnimation
|
|
name: GenerateShadowAnimation
|
|
nameWithType: Person.GenerateShadowAnimation
|
|
fullName: TinyLife.Objects.Person.GenerateShadowAnimation
|
|
- uid: TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooksLayer_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Animations_SpriteAnimation_MLEM_Textures_TextureRegion_TinyLife_Objects_WornClothes_System_Int32_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_Microsoft_Xna_Framework_Color_System_Single_System_Single_
|
|
name: DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, int, Vector2, Vector2, float, ParentInfo, Color, float, float)
|
|
nameWithType: PersonLike.DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, int, Vector2, Vector2, float, ParentInfo, Color, float, float)
|
|
fullName: TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Animations.SpriteAnimation, MLEM.Textures.TextureRegion, TinyLife.Objects.WornClothes, int, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, float, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color, float, float)
|
|
nameWithType.vb: PersonLike.DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, Integer, Vector2, Vector2, Single, ParentInfo, Color, Single, Single)
|
|
fullName.vb: TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Animations.SpriteAnimation, MLEM.Textures.TextureRegion, TinyLife.Objects.WornClothes, Integer, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Single, TinyLife.Objects.ParentInfo, Microsoft.Xna.Framework.Color, Single, Single)
|
|
name.vb: DrawLooksLayer(SpriteBatch, SpriteAnimation, TextureRegion, WornClothes, Integer, Vector2, Vector2, Single, ParentInfo, Color, Single, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
name: DrawLooksLayer
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooksLayer_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Animations_SpriteAnimation_MLEM_Textures_TextureRegion_TinyLife_Objects_WornClothes_System_Int32_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_Microsoft_Xna_Framework_Color_System_Single_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Animations.SpriteAnimation
|
|
name: SpriteAnimation
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.WornClothes
|
|
name: WornClothes
|
|
href: TinyLife.Objects.WornClothes.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- 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.DrawLooksLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Animations.SpriteAnimation,MLEM.Textures.TextureRegion,TinyLife.Objects.WornClothes,System.Int32,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Single,TinyLife.Objects.ParentInfo,Microsoft.Xna.Framework.Color,System.Single,System.Single)
|
|
name: DrawLooksLayer
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawLooksLayer_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Animations_SpriteAnimation_MLEM_Textures_TextureRegion_TinyLife_Objects_WornClothes_System_Int32_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_Microsoft_Xna_Framework_Color_System_Single_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Animations.SpriteAnimation
|
|
name: SpriteAnimation
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.WornClothes
|
|
name: WornClothes
|
|
href: TinyLife.Objects.WornClothes.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- 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.Person.DrawLooksLayer*
|
|
commentId: Overload:TinyLife.Objects.Person.DrawLooksLayer
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawLooksLayer_Microsoft_Xna_Framework_Graphics_SpriteBatch_MLEM_Animations_SpriteAnimation_MLEM_Textures_TextureRegion_TinyLife_Objects_WornClothes_System_Int32_Microsoft_Xna_Framework_Vector2_Microsoft_Xna_Framework_Vector2_System_Single_TinyLife_Objects_ParentInfo_Microsoft_Xna_Framework_Color_System_Single_System_Single_
|
|
name: DrawLooksLayer
|
|
nameWithType: Person.DrawLooksLayer
|
|
fullName: TinyLife.Objects.Person.DrawLooksLayer
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
parent: Microsoft.Xna.Framework.Graphics
|
|
isExternal: true
|
|
name: SpriteBatch
|
|
nameWithType: SpriteBatch
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
- uid: MLEM.Animations.SpriteAnimation
|
|
commentId: T:MLEM.Animations.SpriteAnimation
|
|
parent: MLEM.Animations
|
|
isExternal: true
|
|
name: SpriteAnimation
|
|
nameWithType: SpriteAnimation
|
|
fullName: MLEM.Animations.SpriteAnimation
|
|
- uid: MLEM.Textures.TextureRegion
|
|
commentId: T:MLEM.Textures.TextureRegion
|
|
parent: MLEM.Textures
|
|
isExternal: true
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
- uid: TinyLife.Objects.WornClothes
|
|
commentId: T:TinyLife.Objects.WornClothes
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.WornClothes.html
|
|
name: WornClothes
|
|
nameWithType: WornClothes
|
|
fullName: TinyLife.Objects.WornClothes
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
commentId: T:TinyLife.Objects.ParentInfo
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.ParentInfo.html
|
|
name: ParentInfo
|
|
nameWithType: ParentInfo
|
|
fullName: TinyLife.Objects.ParentInfo
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
commentId: T:Microsoft.Xna.Framework.Color
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
- uid: Microsoft.Xna.Framework.Graphics
|
|
commentId: N:Microsoft.Xna.Framework.Graphics
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework.Graphics
|
|
nameWithType: Microsoft.Xna.Framework.Graphics
|
|
fullName: Microsoft.Xna.Framework.Graphics
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework.Graphics
|
|
name: Graphics
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework.Graphics
|
|
name: Graphics
|
|
isExternal: true
|
|
- uid: MLEM.Textures
|
|
commentId: N:MLEM.Textures
|
|
isExternal: true
|
|
name: MLEM.Textures
|
|
nameWithType: MLEM.Textures
|
|
fullName: MLEM.Textures
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Textures
|
|
name: Textures
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Textures
|
|
name: Textures
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDrawOffset_System_Boolean_
|
|
name: GetHeldItemDrawOffset(bool)
|
|
nameWithType: PersonLike.GetHeldItemDrawOffset(bool)
|
|
fullName: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(bool)
|
|
nameWithType.vb: PersonLike.GetHeldItemDrawOffset(Boolean)
|
|
fullName.vb: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(Boolean)
|
|
name.vb: GetHeldItemDrawOffset(Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean)
|
|
name: GetHeldItemDrawOffset
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDrawOffset_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetHeldItemDrawOffset(System.Boolean)
|
|
name: GetHeldItemDrawOffset
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHeldItemDrawOffset_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetHeldItemDrawOffset*
|
|
commentId: Overload:TinyLife.Objects.Person.GetHeldItemDrawOffset
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetHeldItemDrawOffset_System_Boolean_
|
|
name: GetHeldItemDrawOffset
|
|
nameWithType: Person.GetHeldItemDrawOffset
|
|
fullName: TinyLife.Objects.Person.GetHeldItemDrawOffset
|
|
- uid: TinyLife.Objects.PersonLike.GetPivot
|
|
commentId: M:TinyLife.Objects.PersonLike.GetPivot
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot
|
|
name: GetPivot()
|
|
nameWithType: PersonLike.GetPivot()
|
|
fullName: TinyLife.Objects.PersonLike.GetPivot()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetPivot
|
|
name: GetPivot
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetPivot
|
|
name: GetPivot
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPivot
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetPivot*
|
|
commentId: Overload:TinyLife.Objects.Person.GetPivot
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetPivot
|
|
name: GetPivot
|
|
nameWithType: Person.GetPivot
|
|
fullName: TinyLife.Objects.Person.GetPivot
|
|
- 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(TinyLife.Utilities.AppliedMigrations)
|
|
commentId: M:TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
|
|
name: Validate(AppliedMigrations)
|
|
nameWithType: PersonLike.Validate(AppliedMigrations)
|
|
fullName: TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
name: Validate
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
|
|
name: Validate
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.Validate*
|
|
commentId: Overload:TinyLife.Objects.Person.Validate
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Validate_TinyLife_Utilities_AppliedMigrations_
|
|
name: Validate
|
|
nameWithType: Person.Validate
|
|
fullName: TinyLife.Objects.Person.Validate
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
commentId: T:TinyLife.Utilities.AppliedMigrations
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
name: AppliedMigrations
|
|
nameWithType: AppliedMigrations
|
|
fullName: TinyLife.Utilities.AppliedMigrations
|
|
- uid: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
|
|
name: GetHoverInfo(Tooltip)
|
|
nameWithType: PersonLike.GetHoverInfo(Tooltip)
|
|
fullName: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
name: GetHoverInfo
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Tooltip
|
|
name: Tooltip
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
name: GetHoverInfo
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Tooltip
|
|
name: Tooltip
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetHoverInfo*
|
|
commentId: Overload:TinyLife.Objects.Person.GetHoverInfo
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetHoverInfo_MLEM_Ui_Elements_Tooltip_
|
|
name: GetHoverInfo
|
|
nameWithType: Person.GetHoverInfo
|
|
fullName: TinyLife.Objects.Person.GetHoverInfo
|
|
- uid: MLEM.Ui.Elements.Tooltip
|
|
commentId: T:MLEM.Ui.Elements.Tooltip
|
|
parent: MLEM.Ui.Elements
|
|
isExternal: true
|
|
name: Tooltip
|
|
nameWithType: Tooltip
|
|
fullName: MLEM.Ui.Elements.Tooltip
|
|
- uid: MLEM.Ui.Elements
|
|
commentId: N:MLEM.Ui.Elements
|
|
isExternal: true
|
|
name: MLEM.Ui.Elements
|
|
nameWithType: MLEM.Ui.Elements
|
|
fullName: MLEM.Ui.Elements
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Ui
|
|
name: Ui
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Ui.Elements
|
|
name: Elements
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Ui
|
|
name: Ui
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Ui.Elements
|
|
name: Elements
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.PersonLike.set_Age(TinyLife.Objects.AgeGroup)
|
|
commentId: M:TinyLife.Objects.PersonLike.set_Age(TinyLife.Objects.AgeGroup)
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Age
|
|
name: Age.set
|
|
nameWithType: PersonLike.Age.set
|
|
fullName: TinyLife.Objects.PersonLike.Age.set
|
|
nameWithType.vb: PersonLike.Age(AgeGroup)
|
|
fullName.vb: TinyLife.Objects.PersonLike.Age(TinyLife.Objects.AgeGroup)
|
|
name.vb: Age(AgeGroup)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.Age
|
|
name: Age
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Age
|
|
- name: .
|
|
- name: set
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.Age
|
|
name: Age
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Age
|
|
- name: (
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
commentId: M:TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnAgeChanged_TinyLife_Objects_AgeGroup_
|
|
name: OnAgeChanged(AgeGroup)
|
|
nameWithType: PersonLike.OnAgeChanged(AgeGroup)
|
|
fullName: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
name: OnAgeChanged
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnAgeChanged_TinyLife_Objects_AgeGroup_
|
|
- name: (
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.OnAgeChanged(TinyLife.Objects.AgeGroup)
|
|
name: OnAgeChanged
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnAgeChanged_TinyLife_Objects_AgeGroup_
|
|
- name: (
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.OnAgeChanged*
|
|
commentId: Overload:TinyLife.Objects.Person.OnAgeChanged
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_OnAgeChanged_TinyLife_Objects_AgeGroup_
|
|
name: OnAgeChanged
|
|
nameWithType: Person.OnAgeChanged
|
|
fullName: TinyLife.Objects.Person.OnAgeChanged
|
|
- uid: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)
|
|
commentId: M:TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)
|
|
isExternal: true
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_GetClosestFreeExitPoint_Microsoft_Xna_Framework_Vector2_
|
|
name: GetClosestFreeExitPoint(Vector2)
|
|
nameWithType: Map.GetClosestFreeExitPoint(Vector2)
|
|
fullName: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)
|
|
spec.csharp:
|
|
- uid: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)
|
|
name: GetClosestFreeExitPoint
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_GetClosestFreeExitPoint_Microsoft_Xna_Framework_Vector2_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.World.Map.GetClosestFreeExitPoint(Microsoft.Xna.Framework.Vector2)
|
|
name: GetClosestFreeExitPoint
|
|
href: TinyLife.World.Map.html#TinyLife_World_Map_GetClosestFreeExitPoint_Microsoft_Xna_Framework_Vector2_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
commentId: M:TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_
|
|
name: GoToExitRoad(Vector2)
|
|
nameWithType: PersonLike.GoToExitRoad(Vector2)
|
|
fullName: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
name: GoToExitRoad
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GoToExitRoad(Microsoft.Xna.Framework.Vector2)
|
|
name: GoToExitRoad
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GoToExitRoad_Microsoft_Xna_Framework_Vector2_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GoToExitRoad*
|
|
commentId: Overload:TinyLife.Objects.Person.GoToExitRoad
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GoToExitRoad_Microsoft_Xna_Framework_Vector2_
|
|
name: GoToExitRoad
|
|
nameWithType: Person.GoToExitRoad
|
|
fullName: TinyLife.Objects.Person.GoToExitRoad
|
|
- uid: TinyLife.Goals.GoalSet
|
|
commentId: T:TinyLife.Goals.GoalSet
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.GoalSet.html
|
|
name: GoalSet
|
|
nameWithType: GoalSet
|
|
fullName: TinyLife.Goals.GoalSet
|
|
- uid: TinyLife.Objects.PersonLike.GetCurrentGoals
|
|
commentId: M:TinyLife.Objects.PersonLike.GetCurrentGoals
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals
|
|
name: GetCurrentGoals()
|
|
nameWithType: PersonLike.GetCurrentGoals()
|
|
fullName: TinyLife.Objects.PersonLike.GetCurrentGoals()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetCurrentGoals
|
|
name: GetCurrentGoals
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetCurrentGoals
|
|
name: GetCurrentGoals
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetCurrentGoals
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetCurrentGoals*
|
|
commentId: Overload:TinyLife.Objects.Person.GetCurrentGoals
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetCurrentGoals
|
|
name: GetCurrentGoals
|
|
nameWithType: Person.GetCurrentGoals
|
|
fullName: TinyLife.Objects.Person.GetCurrentGoals
|
|
- uid: System.Collections.Generic.List{TinyLife.Goals.IGoalTriggerable}
|
|
commentId: T:System.Collections.Generic.List{TinyLife.Goals.IGoalTriggerable}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
name: List<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)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- uid: TinyLife.Goals.IGoalTriggerable
|
|
name: IGoalTriggerable
|
|
href: TinyLife.Goals.IGoalTriggerable.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.IGoalTriggerable
|
|
name: IGoalTriggerable
|
|
href: TinyLife.Goals.IGoalTriggerable.html
|
|
- name: )
|
|
- uid: MLEM.Maths.Direction2.Right
|
|
commentId: F:MLEM.Maths.Direction2.Right
|
|
isExternal: true
|
|
name: Right
|
|
nameWithType: Direction2.Right
|
|
fullName: MLEM.Maths.Direction2.Right
|
|
- uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
commentId: M:TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{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_System_Single_MLEM_Maths_Direction2_TinyLife_Objects_Outfit_System_Nullable_TinyLife_Objects_Pose__System_Nullable_TinyLife_Objects_AgeGroup__
|
|
name: DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?)
|
|
nameWithType: PersonLike.DrawUi(SpriteBatch, Vector2, float, Direction2, Outfit, Pose?, AgeGroup?)
|
|
fullName: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, float, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?)
|
|
nameWithType.vb: PersonLike.DrawUi(SpriteBatch, Vector2, Single, Direction2, Outfit, Pose?, AgeGroup?)
|
|
fullName.vb: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Single, MLEM.Maths.Direction2, TinyLife.Objects.Outfit, TinyLife.Objects.Pose?, TinyLife.Objects.AgeGroup?)
|
|
name.vb: DrawUi(SpriteBatch, Vector2, Single, Direction2, Outfit, Pose?, AgeGroup?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: DrawUi
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_TinyLife_Objects_Outfit_System_Nullable_TinyLife_Objects_Pose__System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Outfit
|
|
name: Outfit
|
|
href: TinyLife.Objects.Outfit.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.DrawUi(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.Single,MLEM.Maths.Direction2,TinyLife.Objects.Outfit,System.Nullable{TinyLife.Objects.Pose},System.Nullable{TinyLife.Objects.AgeGroup})
|
|
name: DrawUi
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_TinyLife_Objects_Outfit_System_Nullable_TinyLife_Objects_Pose__System_Nullable_TinyLife_Objects_AgeGroup__
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Outfit
|
|
name: Outfit
|
|
href: TinyLife.Objects.Outfit.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.DrawUi*
|
|
commentId: Overload:TinyLife.Objects.Person.DrawUi
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawUi_Microsoft_Xna_Framework_Graphics_SpriteBatch_Microsoft_Xna_Framework_Vector2_System_Single_MLEM_Maths_Direction2_TinyLife_Objects_Outfit_System_Nullable_TinyLife_Objects_Pose__System_Nullable_TinyLife_Objects_AgeGroup__
|
|
name: DrawUi
|
|
nameWithType: Person.DrawUi
|
|
fullName: TinyLife.Objects.Person.DrawUi
|
|
- uid: MLEM.Maths.Direction2
|
|
commentId: T:MLEM.Maths.Direction2
|
|
parent: MLEM.Maths
|
|
isExternal: true
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Maths.Direction2
|
|
- uid: TinyLife.Objects.Outfit
|
|
commentId: T:TinyLife.Objects.Outfit
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.Outfit.html
|
|
name: Outfit
|
|
nameWithType: Outfit
|
|
fullName: TinyLife.Objects.Outfit
|
|
- uid: System.Nullable{TinyLife.Objects.Pose}
|
|
commentId: T:System.Nullable{TinyLife.Objects.Pose}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: TinyLife.Objects.Pose.html
|
|
name: Pose?
|
|
nameWithType: Pose?
|
|
fullName: TinyLife.Objects.Pose?
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Pose
|
|
name: Pose
|
|
href: TinyLife.Objects.Pose.html
|
|
- name: '?'
|
|
- uid: System.Nullable{TinyLife.Objects.AgeGroup}
|
|
commentId: T:System.Nullable{TinyLife.Objects.AgeGroup}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
name: AgeGroup?
|
|
nameWithType: AgeGroup?
|
|
fullName: TinyLife.Objects.AgeGroup?
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.AgeGroup
|
|
name: AgeGroup
|
|
href: TinyLife.Objects.AgeGroup.html
|
|
- name: '?'
|
|
- uid: MLEM.Maths
|
|
commentId: N:MLEM.Maths
|
|
isExternal: true
|
|
name: MLEM.Maths
|
|
nameWithType: MLEM.Maths
|
|
fullName: MLEM.Maths
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Maths
|
|
name: Maths
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Maths
|
|
name: Maths
|
|
isExternal: true
|
|
- uid: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
name: Nullable<T>
|
|
nameWithType: Nullable<T>
|
|
fullName: System.Nullable<T>
|
|
nameWithType.vb: Nullable(Of T)
|
|
fullName.vb: System.Nullable(Of T)
|
|
name.vb: Nullable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.NeedType.PassiveReduction
|
|
commentId: F:TinyLife.NeedType.PassiveReduction
|
|
href: TinyLife.NeedType.html#TinyLife_NeedType_PassiveReduction
|
|
name: PassiveReduction
|
|
nameWithType: NeedType.PassiveReduction
|
|
fullName: TinyLife.NeedType.PassiveReduction
|
|
- uid: TinyLife.PersonalityType
|
|
commentId: T:TinyLife.PersonalityType
|
|
parent: TinyLife
|
|
href: TinyLife.PersonalityType.html
|
|
name: PersonalityType
|
|
nameWithType: PersonalityType
|
|
fullName: TinyLife.PersonalityType
|
|
- uid: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
commentId: M:TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveNeedReduction_TinyLife_NeedType_
|
|
name: GetPassiveNeedReduction(NeedType)
|
|
nameWithType: PersonLike.GetPassiveNeedReduction(NeedType)
|
|
fullName: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
name: GetPassiveNeedReduction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveNeedReduction_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.GetPassiveNeedReduction(TinyLife.NeedType)
|
|
name: GetPassiveNeedReduction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_GetPassiveNeedReduction_TinyLife_NeedType_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.GetPassiveNeedReduction*
|
|
commentId: Overload:TinyLife.Objects.Person.GetPassiveNeedReduction
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetPassiveNeedReduction_TinyLife_NeedType_
|
|
name: GetPassiveNeedReduction
|
|
nameWithType: Person.GetPassiveNeedReduction
|
|
fullName: TinyLife.Objects.Person.GetPassiveNeedReduction
|
|
- uid: TinyLife.NeedType
|
|
commentId: T:TinyLife.NeedType
|
|
parent: TinyLife
|
|
href: TinyLife.NeedType.html
|
|
name: NeedType
|
|
nameWithType: NeedType
|
|
fullName: TinyLife.NeedType
|
|
- uid: TinyLife
|
|
commentId: N:TinyLife
|
|
href: TinyLife.html
|
|
name: TinyLife
|
|
nameWithType: TinyLife
|
|
fullName: TinyLife
|
|
- uid: TinyLife.Objects.MapObject.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
commentId: M:TinyLife.Objects.MapObject.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawIcon_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
|
name: DrawIcon(Element, GameTime, SpriteBatch)
|
|
nameWithType: MapObject.DrawIcon(Element, GameTime, SpriteBatch)
|
|
fullName: TinyLife.Objects.MapObject.DrawIcon(MLEM.Ui.Elements.Element, Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
name: DrawIcon
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawIcon_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.DrawIcon(MLEM.Ui.Elements.Element,Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
|
name: DrawIcon
|
|
href: TinyLife.Objects.MapObject.html#TinyLife_Objects_MapObject_DrawIcon_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Objects.Person.DrawIcon*
|
|
commentId: Overload:TinyLife.Objects.Person.DrawIcon
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_DrawIcon_MLEM_Ui_Elements_Element_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_
|
|
name: DrawIcon
|
|
nameWithType: Person.DrawIcon
|
|
fullName: TinyLife.Objects.Person.DrawIcon
|
|
- uid: MLEM.Ui.Elements.Element
|
|
commentId: T:MLEM.Ui.Elements.Element
|
|
parent: MLEM.Ui.Elements
|
|
isExternal: true
|
|
name: Element
|
|
nameWithType: Element
|
|
fullName: MLEM.Ui.Elements.Element
|
|
- 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)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
href: TinyLife.Goals.Project.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.Project
|
|
name: Project
|
|
href: TinyLife.Goals.Project.html
|
|
- name: )
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
commentId: T:System.Collections.Generic.IEnumerable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
name: IEnumerable<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)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Goals.Project.Name
|
|
commentId: F:TinyLife.Goals.Project.Name
|
|
href: TinyLife.Goals.Project.html#TinyLife_Goals_Project_Name
|
|
name: Name
|
|
nameWithType: Project.Name
|
|
fullName: TinyLife.Goals.Project.Name
|
|
- uid: TinyLife.Objects.Person.GetProject*
|
|
commentId: Overload:TinyLife.Objects.Person.GetProject
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_GetProject_System_String_System_String_
|
|
name: GetProject
|
|
nameWithType: Person.GetProject
|
|
fullName: TinyLife.Objects.Person.GetProject
|
|
- uid: TinyLife.Objects.Person.StartProject*
|
|
commentId: Overload:TinyLife.Objects.Person.StartProject
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_StartProject_TinyLife_Goals_Project_
|
|
name: StartProject
|
|
nameWithType: Person.StartProject
|
|
fullName: TinyLife.Objects.Person.StartProject
|
|
- uid: TinyLife.Goals.JobType
|
|
commentId: T:TinyLife.Goals.JobType
|
|
parent: TinyLife.Goals
|
|
href: TinyLife.Goals.JobType.html
|
|
name: JobType
|
|
nameWithType: JobType
|
|
fullName: TinyLife.Goals.JobType
|
|
- uid: TinyLife.Objects.Person.OnJobChanged
|
|
commentId: E:TinyLife.Objects.Person.OnJobChanged
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_OnJobChanged
|
|
name: OnJobChanged
|
|
nameWithType: Person.OnJobChanged
|
|
fullName: TinyLife.Objects.Person.OnJobChanged
|
|
- uid: TinyLife.Objects.Person.AddJob*
|
|
commentId: Overload:TinyLife.Objects.Person.AddJob
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_AddJob_TinyLife_Goals_JobType_System_Int32_
|
|
name: AddJob
|
|
nameWithType: Person.AddJob
|
|
fullName: TinyLife.Objects.Person.AddJob
|
|
- uid: TinyLife.Objects.Person.RemoveJob*
|
|
commentId: Overload:TinyLife.Objects.Person.RemoveJob
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_RemoveJob_TinyLife_Goals_JobType_
|
|
name: RemoveJob
|
|
nameWithType: Person.RemoveJob
|
|
fullName: TinyLife.Objects.Person.RemoveJob
|
|
- uid: System.Random
|
|
commentId: T:System.Random
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.random
|
|
name: Random
|
|
nameWithType: Random
|
|
fullName: System.Random
|
|
- uid: TinyLife.Objects.Person.Create*
|
|
commentId: Overload:TinyLife.Objects.Person.Create
|
|
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_Create_TinyLife_World_Map_System_Random_TinyLife_Objects_AgeGroup_System_Boolean_System_Boolean_System_Boolean_System_Boolean_TinyLife_Objects_PersonLike___
|
|
name: Create
|
|
nameWithType: Person.Create
|
|
fullName: TinyLife.Objects.Person.Create
|
|
- uid: TinyLife.Objects.PersonLike[]
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html
|
|
name: PersonLike[]
|
|
nameWithType: PersonLike[]
|
|
fullName: TinyLife.Objects.PersonLike[]
|
|
nameWithType.vb: PersonLike()
|
|
fullName.vb: TinyLife.Objects.PersonLike()
|
|
name.vb: PersonLike()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: '['
|
|
- name: ']'
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: (
|
|
- name: )
|