2022-05-24 13:36:05 +02:00
### YamlMime:ManagedReference
items :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction
commentId : T:TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
id : TryGoHereAction
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions
2022-05-24 13:36:05 +02:00
children :
2023-03-31 13:26:13 +02:00
- TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
- TinyLife.Actions.TryGoHereAction.Initialize
- TinyLife.Actions.TryGoHereAction.IsCompleted
- TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.TryGoHereAction.PositionsToTry
- TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
name : TryGoHereAction
nameWithType : TryGoHereAction
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
type : Class
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : TryGoHereAction
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 15
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-05-24 13:36:05 +02:00
summary : "\nThis action is similar to <xref href=\"TinyLife.Actions.GoHereAction\" data-throw-if-not-resolved=\"false\"></xref>, but takes in a set of positions rather than a single position.\nThe action's <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> will then try to pathfind to each one of the positions in a random order, until one of them is valid, and go to it.\n"
example : [ ]
syntax :
2022-11-12 13:53:28 +01:00
content: 'public class TryGoHereAction : Action, IGenericDataHolder'
2023-03-30 18:07:55 +02:00
content.vb : Public Class TryGoHereAction Inherits Action Implements IGenericDataHolder
2022-05-24 13:36:05 +02:00
inheritance :
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
implements :
- MLEM.Misc.IGenericDataHolder
inheritedMembers :
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.Random
- TinyLife.Actions.Action.InProgressTime
- TinyLife.Actions.Action.FullyInProgress
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.Info
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.Id
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.StartedAutomatically
- TinyLife.Actions.Action.Parent
- TinyLife.Actions.Action.Map
- TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceResult
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.CanStartNow
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Action.GetIconObject
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
- TinyLife.Actions.Action.GetDisplayName
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
- TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
2023-03-31 13:26:13 +02:00
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Action.GetChildren(System.Boolean)
- TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
- TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-01-16 12:24:01 +01:00
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
- TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
2022-05-24 13:36:05 +02:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2022-05-24 13:36:05 +02:00
- 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 :
2023-03-31 13:26:13 +02:00
- TinyLife.Actions.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Actions.TryGoHereAction.PositionsToTry
commentId : F:TinyLife.Actions.TryGoHereAction.PositionsToTry
2022-05-24 13:36:05 +02:00
id : PositionsToTry
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
name : PositionsToTry
nameWithType : TryGoHereAction.PositionsToTry
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.PositionsToTry
2022-05-24 13:36:05 +02:00
type : Field
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : PositionsToTry
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 21
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-05-24 13:36:05 +02:00
summary : "\nThe set of positions to try to walk to.\n"
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly List<Point> PositionsToTry
return :
2022-09-05 14:19:42 +02:00
type : System.Collections.Generic.List{Microsoft.Xna.Framework.Point}
2022-05-24 13:36:05 +02:00
content.vb : >-
<DataMember>
Public ReadOnly PositionsToTry As List(Of Point)
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
commentId : M:TinyLife.Actions.TryGoHereAction.#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})
2022-09-05 14:19:42 +02:00
id : '#ctor(TinyLife.Actions.ActionInfo,System.Collections.Generic.List{Microsoft.Xna.Framework.Point})'
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
name : TryGoHereAction(ActionInfo, List<Point>)
nameWithType : TryGoHereAction.TryGoHereAction(ActionInfo, List<Point>)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.TryGoHereAction(TinyLife.Actions.ActionInfo, System.Collections.Generic.List<Microsoft.Xna.Framework.Point>)
2022-05-24 13:36:05 +02:00
type : Constructor
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : .ctor
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 27
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
content : public TryGoHereAction(ActionInfo info, List<Point> positionsToTry)
parameters :
- id : info
type : TinyLife.Actions.ActionInfo
- id : positionsToTry
2022-09-05 14:19:42 +02:00
type : System.Collections.Generic.List{Microsoft.Xna.Framework.Point}
2022-05-24 13:36:05 +02:00
content.vb : Public Sub New(info As ActionInfo, positionsToTry As List(Of Point))
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.TryGoHereAction.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : TryGoHereAction.New(ActionInfo, List(Of Point))
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Actions.TryGoHereAction.New(TinyLife.Actions.ActionInfo, System.Collections.Generic.List(Of Microsoft.Xna.Framework.Point))
2023-03-30 18:07:55 +02:00
name.vb : New(ActionInfo, List(Of Point))
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.Initialize
commentId : M:TinyLife.Actions.TryGoHereAction.Initialize
2022-05-24 13:36:05 +02:00
id : Initialize
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
name : Initialize()
nameWithType : TryGoHereAction.Initialize()
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.Initialize()
2022-05-24 13:36:05 +02:00
type : Method
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Initialize
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 33
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-11-12 13:53:28 +01:00
summary : "\nThis method is called when the action is first started by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\nNote that it is not called when the action gets added to the <xref href=\"TinyLife.Objects.Person.ActionQueue\" data-throw-if-not-resolved=\"false\"></xref>, but when it is moved to <xref href=\"TinyLife.Objects.Person.CurrentActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
content : public override void Initialize()
2023-03-30 18:07:55 +02:00
content.vb : Public Overrides Sub Initialize()
2022-11-12 13:53:28 +01:00
overridden : TinyLife.Actions.Action.Initialize
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.TryGoHereAction.Initialize*
- uid : TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-09-05 14:19:42 +02:00
id : Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : Update(GameTime, TimeSpan, float)
nameWithType : TryGoHereAction.Update(GameTime, TimeSpan, float)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
2022-05-24 13:36:05 +02:00
type : Method
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Update
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 39
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-11-12 13:53:28 +01:00
summary : "\nThis method is called every update frame if this action is currently active.\nBy default, only the <xref href=\"TinyLife.Actions.Action.ElapsedTime\" data-throw-if-not-resolved=\"false\"></xref> is modified in this method and <xref href=\"TinyLife.Objects.MapObject.ActionUpdate(TinyLife.Actions.Action%2cMicrosoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
content : public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
description : The current game time
- id : passedInGame
type : System.TimeSpan
description : The amount of time that has passed, in game time
- id : speedMultiplier
type : System.Single
description : The game speed multiplier, which represents how fast things should happen, which is usually determined by <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)
2022-11-12 13:53:28 +01:00
overridden : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.TryGoHereAction.Update*
2023-03-30 18:07:55 +02:00
nameWithType.vb : TryGoHereAction.Update(GameTime, TimeSpan, Single)
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Actions.TryGoHereAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
2023-03-30 18:07:55 +02:00
name.vb : Update(GameTime, TimeSpan, Single)
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
commentId : M:TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
2022-05-24 13:36:05 +02:00
id : Validate(TinyLife.Objects.Person)
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
name : Validate(Person)
nameWithType : TryGoHereAction.Validate(Person)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.Validate(TinyLife.Objects.Person)
2022-05-24 13:36:05 +02:00
type : Method
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Validate
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 49
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-11-12 13:53:28 +01:00
summary : "\nValidates this action's data.\nThis is called when a map is loaded from disk.\nWhen returning false on this method, the action is removed from the <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
content : public override bool Validate(Person person)
parameters :
- id : person
type : TinyLife.Objects.Person
description : The person that this action belongs to
return :
type : System.Boolean
description : Whether or not the action is still valid (or if it has invalid data)
content.vb : Public Overrides Function Validate(person As Person) As Boolean
2022-11-12 13:53:28 +01:00
overridden : TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.TryGoHereAction.Validate*
- uid : TinyLife.Actions.TryGoHereAction.IsCompleted
commentId : M:TinyLife.Actions.TryGoHereAction.IsCompleted
2022-05-24 13:36:05 +02:00
id : IsCompleted
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
name : IsCompleted()
nameWithType : TryGoHereAction.IsCompleted()
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.IsCompleted()
2022-05-24 13:36:05 +02:00
type : Method
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : IsCompleted
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 54
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-12-20 13:25:03 +01:00
summary : "\nThis method is called every update frame by a <xref href=\"TinyLife.Actions.Action.Person\" data-throw-if-not-resolved=\"false\"></xref> if this action is currently active to check if it should be stopped.\nIf this returns a result other than <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> will be called and the action is stopped.\nBy default, only <xref href=\"TinyLife.Actions.Action.ForceResult\" data-throw-if-not-resolved=\"false\"></xref> modifies the completion type, otherwise <xref href=\"TinyLife.Actions.CompletionType.Active\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
content : public override CompletionType IsCompleted()
return :
type : TinyLife.Actions.CompletionType
description : The current completion type of this action
2023-03-30 18:07:55 +02:00
content.vb : Public Overrides Function IsCompleted() As CompletionType
2022-11-12 13:53:28 +01:00
overridden : TinyLife.Actions.Action.IsCompleted
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.TryGoHereAction.IsCompleted*
- uid : TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
2022-05-24 13:36:05 +02:00
id : OnCompleted(TinyLife.Actions.CompletionType)
2023-03-31 13:26:13 +02:00
parent : TinyLife.Actions.TryGoHereAction
2022-05-24 13:36:05 +02:00
langs :
- csharp
- vb
name : OnCompleted(CompletionType)
nameWithType : TryGoHereAction.OnCompleted(CompletionType)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.OnCompleted(TinyLife.Actions.CompletionType)
2022-05-24 13:36:05 +02:00
type : Method
source :
remote :
2023-03-30 18:07:55 +02:00
path : TinyLife/Actions/TryGoHereAction.cs
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : OnCompleted
2023-03-30 18:07:55 +02:00
path : ../TinyLife/Actions/TryGoHereAction.cs
2022-09-05 14:19:42 +02:00
startLine : 59
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace : TinyLife.Actions
2022-11-12 13:53:28 +01:00
summary : "\nThis method is called when this action <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, or if it is canceled from an outside source.\nNote that, if this method is called as a result of <xref href=\"TinyLife.Actions.Action.IsCompleted\" data-throw-if-not-resolved=\"false\"></xref>, the <xref href=\"TinyLife.Actions.CompletionType\" data-throw-if-not-resolved=\"false\"></xref> passed will be the same.\nBy default, only <xref href=\"TinyLife.Objects.MapObject.OnActionCompleted(TinyLife.Actions.Action%2cTinyLife.Actions.CompletionType%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> is called.\n"
2022-05-24 13:36:05 +02:00
example : [ ]
syntax :
content : public override void OnCompleted(CompletionType type)
parameters :
- id : type
type : TinyLife.Actions.CompletionType
description : The type that this action completed with
content.vb : Public Overrides Sub OnCompleted(type As CompletionType)
2022-11-12 13:53:28 +01:00
overridden : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2023-03-31 13:26:13 +02:00
overload : TinyLife.Actions.TryGoHereAction.OnCompleted*
2022-05-24 13:36:05 +02:00
references :
- uid : TinyLife.Actions.GoHereAction
commentId : T:TinyLife.Actions.GoHereAction
name : GoHereAction
nameWithType : GoHereAction
fullName : TinyLife.Actions.GoHereAction
- uid : TinyLife.Objects.Person
commentId : T:TinyLife.Objects.Person
parent : TinyLife.Objects
name : Person
nameWithType : Person
fullName : TinyLife.Objects.Person
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Actions
name : Actions
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Actions
name : Actions
2022-05-24 13:36:05 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2022-05-24 13:36:05 +02:00
- 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
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action
commentId : T:TinyLife.Actions.Action
parent : TinyLife.Actions
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Random
commentId : F:TinyLife.Actions.Action.Random
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : Random
2022-11-12 13:53:28 +01:00
nameWithType : Action.Random
fullName : TinyLife.Actions.Action.Random
- uid : TinyLife.Actions.Action.InProgressTime
commentId : P:TinyLife.Actions.Action.InProgressTime
parent : TinyLife.Actions.Action
name : InProgressTime
nameWithType : Action.InProgressTime
fullName : TinyLife.Actions.Action.InProgressTime
- uid : TinyLife.Actions.Action.FullyInProgress
commentId : P:TinyLife.Actions.Action.FullyInProgress
parent : TinyLife.Actions.Action
name : FullyInProgress
nameWithType : Action.FullyInProgress
fullName : TinyLife.Actions.Action.FullyInProgress
- uid : TinyLife.Actions.Action.Type
commentId : F:TinyLife.Actions.Action.Type
parent : TinyLife.Actions.Action
name : Type
nameWithType : Action.Type
fullName : TinyLife.Actions.Action.Type
- uid : TinyLife.Actions.Action.Info
commentId : F:TinyLife.Actions.Action.Info
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : Info
2022-11-12 13:53:28 +01:00
nameWithType : Action.Info
fullName : TinyLife.Actions.Action.Info
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.Id
commentId : F:TinyLife.Actions.Action.Id
parent : TinyLife.Actions.Action
name : Id
nameWithType : Action.Id
fullName : TinyLife.Actions.Action.Id
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.StartedAutomatically
commentId : P:TinyLife.Actions.Action.StartedAutomatically
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : StartedAutomatically
2022-11-12 13:53:28 +01:00
nameWithType : Action.StartedAutomatically
fullName : TinyLife.Actions.Action.StartedAutomatically
- uid : TinyLife.Actions.Action.Parent
commentId : P:TinyLife.Actions.Action.Parent
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : Parent
2022-11-12 13:53:28 +01:00
nameWithType : Action.Parent
fullName : TinyLife.Actions.Action.Parent
- uid : TinyLife.Actions.Action.Map
commentId : P:TinyLife.Actions.Action.Map
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : Map
2022-11-12 13:53:28 +01:00
nameWithType : Action.Map
fullName : TinyLife.Actions.Action.Map
- uid : TinyLife.Actions.Action.Person
commentId : P:TinyLife.Actions.Action.Person
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : Person
2022-11-12 13:53:28 +01:00
nameWithType : Action.Person
fullName : TinyLife.Actions.Action.Person
- uid : TinyLife.Actions.Action.ElapsedTime
commentId : P:TinyLife.Actions.Action.ElapsedTime
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : ElapsedTime
2022-11-12 13:53:28 +01:00
nameWithType : Action.ElapsedTime
fullName : TinyLife.Actions.Action.ElapsedTime
- uid : TinyLife.Actions.Action.PlayerPromptOpen
commentId : P:TinyLife.Actions.Action.PlayerPromptOpen
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : PlayerPromptOpen
2022-11-12 13:53:28 +01:00
nameWithType : Action.PlayerPromptOpen
fullName : TinyLife.Actions.Action.PlayerPromptOpen
- uid : TinyLife.Actions.Action.ForceResult
commentId : F:TinyLife.Actions.Action.ForceResult
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : ForceResult
2022-11-12 13:53:28 +01:00
nameWithType : Action.ForceResult
fullName : TinyLife.Actions.Action.ForceResult
- uid : TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
commentId : M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
parent : TinyLife.Actions.Action
2023-03-30 18:07:55 +02:00
name : TryForceResult(CompletionType, CanExecuteResult?, MapObject)
nameWithType : Action.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
fullName : TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
2022-07-04 16:50:43 +02:00
name : TryForceResult
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
2022-07-04 16:50:43 +02:00
name : TryForceResult
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.CanExecuteResult
name : CanExecuteResult
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
parent : TinyLife.Actions.Action
name : CanMultitask(Action)
nameWithType : Action.CanMultitask(Action)
fullName : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
spec.csharp :
- uid : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
name : CanMultitask
- name : (
- uid : TinyLife.Actions.Action
name : Action
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
name : CanMultitask
- name : (
- uid : TinyLife.Actions.Action
name : Action
- name : )
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.CanStartNow
commentId : M:TinyLife.Actions.Action.CanStartNow
parent : TinyLife.Actions.Action
name : CanStartNow()
nameWithType : Action.CanStartNow()
fullName : TinyLife.Actions.Action.CanStartNow()
spec.csharp :
- uid : TinyLife.Actions.Action.CanStartNow
name : CanStartNow
- name : (
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CanStartNow
name : CanStartNow
- name : (
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
parent : TinyLife.Actions.Action
name : CanCancel(Action)
nameWithType : Action.CanCancel(Action)
fullName : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
spec.csharp :
- uid : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
name : CanCancel
- name : (
- uid : TinyLife.Actions.Action
name : Action
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
name : CanCancel
- name : (
- uid : TinyLife.Actions.Action
name : Action
- name : )
- uid : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Action
name : GetNextAction(CompletionType)
nameWithType : Action.GetNextAction(CompletionType)
fullName : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
spec.csharp :
- uid : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
name : GetNextAction
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
name : GetNextAction
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
- name : )
- uid : TinyLife.Actions.Action.GetIconObject
commentId : M:TinyLife.Actions.Action.GetIconObject
parent : TinyLife.Actions.Action
name : GetIconObject()
nameWithType : Action.GetIconObject()
fullName : TinyLife.Actions.Action.GetIconObject()
spec.csharp :
- uid : TinyLife.Actions.Action.GetIconObject
name : GetIconObject
- name : (
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.GetIconObject
name : GetIconObject
- name : (
- name : )
- uid : TinyLife.Actions.Action.CausesExtremelyFastSpeed
commentId : M:TinyLife.Actions.Action.CausesExtremelyFastSpeed
parent : TinyLife.Actions.Action
name : CausesExtremelyFastSpeed()
nameWithType : Action.CausesExtremelyFastSpeed()
fullName : TinyLife.Actions.Action.CausesExtremelyFastSpeed()
spec.csharp :
- uid : TinyLife.Actions.Action.CausesExtremelyFastSpeed
name : CausesExtremelyFastSpeed
- name : (
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CausesExtremelyFastSpeed
name : CausesExtremelyFastSpeed
- name : (
- name : )
- uid : TinyLife.Actions.Action.GetDisplayName
commentId : M:TinyLife.Actions.Action.GetDisplayName
parent : TinyLife.Actions.Action
name : GetDisplayName()
nameWithType : Action.GetDisplayName()
fullName : TinyLife.Actions.Action.GetDisplayName()
spec.csharp :
- uid : TinyLife.Actions.Action.GetDisplayName
name : GetDisplayName
- name : (
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.GetDisplayName
name : GetDisplayName
- name : (
- name : )
- uid : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
commentId : M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
parent : TinyLife.Actions.Action
name : CanEnqueueConversation(Person, ActionType)
nameWithType : Action.CanEnqueueConversation(Person, ActionType)
fullName : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person, TinyLife.Actions.ActionType)
spec.csharp :
- uid : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
name : CanEnqueueConversation
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.ActionType
name : ActionType
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
name : CanEnqueueConversation
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.ActionType
name : ActionType
- name : )
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
commentId : M:TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
parent : TinyLife.Actions.Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : OnChildCompleted(Action, CompletionType, bool)
nameWithType : Action.OnChildCompleted(Action, CompletionType, bool)
fullName : TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
nameWithType.vb : Action.OnChildCompleted(Action, CompletionType, Boolean)
fullName.vb : TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean)
name.vb : OnChildCompleted(Action, CompletionType, Boolean)
spec.csharp :
- uid : TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
name : OnChildCompleted
- name : (
- uid : TinyLife.Actions.Action
name : Action
- name : ','
- name : " "
- uid : TinyLife.Actions.CompletionType
name : CompletionType
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
name : OnChildCompleted
- name : (
- uid : TinyLife.Actions.Action
name : Action
- name : ','
- name : " "
- uid : TinyLife.Actions.CompletionType
name : CompletionType
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion)
commentId : M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Func<CoveringGroup, IEnumerable<Element>>, TextureRegion)
nameWithType : Action.OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Func<CoveringGroup, IEnumerable<Element>>, TextureRegion)
fullName : TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, bool, System.Func<TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable<MLEM.Ui.Elements.Element>>, MLEM.Textures.TextureRegion)
2022-11-12 13:53:28 +01:00
nameWithType.vb : Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion)
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Actions.Action.OpenPlayerPrompt(String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, System.Collections.Generic.IEnumerable(Of MLEM.Ui.Elements.Element)), MLEM.Textures.TextureRegion)
2022-07-28 14:58:38 +02:00
name.vb : OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Func(Of CoveringGroup, IEnumerable(Of Element)), TextureRegion)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion)
2022-05-24 13:36:05 +02:00
name : OpenPlayerPrompt
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
2022-05-24 13:36:05 +02:00
- name : <
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-05-24 13:36:05 +02:00
- name : <
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
- name : <
- uid : TinyLife.Uis.CoveringGroup
name : CoveringGroup
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-05-24 13:36:05 +02:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : '>'
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Collections.Generic.IEnumerable{MLEM.Ui.Elements.Element}},MLEM.Textures.TextureRegion)
2022-05-24 13:36:05 +02:00
name : OpenPlayerPrompt
- name : (
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Uis.CoveringGroup
name : CoveringGroup
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
commentId : M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : OpenYesNoPrompt(string, Action, Action, TextureRegion)
nameWithType : Action.OpenYesNoPrompt(string, Action, Action, TextureRegion)
fullName : TinyLife.Actions.Action.OpenYesNoPrompt(string, System.Action, System.Action, MLEM.Textures.TextureRegion)
nameWithType.vb : Action.OpenYesNoPrompt(String, Action, Action, TextureRegion)
fullName.vb : TinyLife.Actions.Action.OpenYesNoPrompt(String, System.Action, System.Action, MLEM.Textures.TextureRegion)
name.vb : OpenYesNoPrompt(String, Action, Action, TextureRegion)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
2022-05-24 13:36:05 +02:00
name : OpenYesNoPrompt
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
2022-05-24 13:36:05 +02:00
name : OpenYesNoPrompt
- name : (
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
commentId : M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : OpenTextPrompt(string, Action<string>, Predicate<string>, Rule, string, TextureRegion)
nameWithType : Action.OpenTextPrompt(string, Action<string>, Predicate<string>, TextField.Rule, string, TextureRegion)
fullName : TinyLife.Actions.Action.OpenTextPrompt(string, System.Action<string>, System.Predicate<string>, MLEM.Ui.Elements.TextField.Rule, string, MLEM.Textures.TextureRegion)
2022-11-12 13:53:28 +01:00
nameWithType.vb : Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Actions.Action.OpenTextPrompt(String, System.Action(Of String), System.Predicate(Of String), MLEM.Ui.Elements.TextField.Rule, String, MLEM.Textures.TextureRegion)
name.vb : OpenTextPrompt(String, Action(Of String), Predicate(Of String), Rule, String, TextureRegion)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
2022-05-24 13:36:05 +02:00
name : OpenTextPrompt
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-05-24 13:36:05 +02:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-05-24 13:36:05 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
2022-05-24 13:36:05 +02:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-05-24 13:36:05 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.TextField.Rule
2023-03-30 18:07:55 +02:00
name : Rule
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
2022-05-24 13:36:05 +02:00
name : OpenTextPrompt
- name : (
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-05-24 13:36:05 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-05-24 13:36:05 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.TextField.Rule
2023-03-30 18:07:55 +02:00
name : Rule
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-05-24 13:36:05 +02:00
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
commentId : M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
name : OpenChoicePrompt(ChoicePromptInfo)
2022-11-12 13:53:28 +01:00
nameWithType : Action.OpenChoicePrompt(ChoicePromptInfo)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-07-04 16:50:43 +02:00
spec.csharp :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-07-04 16:50:43 +02:00
name : OpenChoicePrompt
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
name : ChoicePromptInfo
- name : )
spec.vb :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
2022-07-04 16:50:43 +02:00
name : OpenChoicePrompt
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
name : ChoicePromptInfo
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
commentId : M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int)
nameWithType : Action.SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int)
fullName : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, int)
nameWithType.vb : Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer)
fullName.vb : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, Integer)
name.vb : SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
2022-05-24 13:36:05 +02:00
name : SpeakAlone
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.EmoteCategory
name : EmoteCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32)
2022-05-24 13:36:05 +02:00
name : SpeakAlone
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.EmoteCategory
name : EmoteCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
commentId : M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int)
nameWithType : Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int)
fullName : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int)
nameWithType.vb : Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer)
fullName.vb : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer)
name.vb : SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
2022-05-24 13:36:05 +02:00
name : SpeakInConversation
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.EmoteCategory
name : EmoteCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.EmoteCategory
name : EmoteCategory
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
2022-05-24 13:36:05 +02:00
name : SpeakInConversation
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.EmoteCategory
name : EmoteCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.EmoteCategory
name : EmoteCategory
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.SpeakStyle
name : SpeakStyle
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
2022-05-24 13:36:05 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
commentId : M:TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
parent : TinyLife.Actions.Action
name : FacePartner(Person)
nameWithType : Action.FacePartner(Person)
fullName : TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
spec.csharp :
- uid : TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
name : FacePartner
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
name : FacePartner
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : )
- uid : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
commentId : M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
parent : TinyLife.Actions.Action
name : CompleteIfNeedFull(NeedType)
nameWithType : Action.CompleteIfNeedFull(NeedType)
fullName : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
spec.csharp :
- uid : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
name : CompleteIfNeedFull
- name : (
- uid : TinyLife.NeedType
name : NeedType
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType)
name : CompleteIfNeedFull
- name : (
- uid : TinyLife.NeedType
name : NeedType
- name : )
- uid : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId : M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
name : CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool)
nameWithType : Action.CompleteIfTimeUp(TimeSpan, bool, SkillType, float, bool)
fullName : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
nameWithType.vb : Action.CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean)
fullName.vb : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean)
name.vb : CompleteIfTimeUp(TimeSpan, Boolean, SkillType, Single, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
name : CompleteIfTimeUp
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
name : CompleteIfTimeUp
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Skills.SkillType
name : SkillType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
commentId : M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2023-03-30 18:07:55 +02:00
name : CancelIfEmotional(params EmotionType[])
nameWithType : Action.CancelIfEmotional(params EmotionType[])
fullName : TinyLife.Actions.Action.CancelIfEmotional(params TinyLife.Emotions.EmotionType[])
nameWithType.vb : Action.CancelIfEmotional(ParamArray EmotionType())
fullName.vb : TinyLife.Actions.Action.CancelIfEmotional(ParamArray TinyLife.Emotions.EmotionType())
name.vb : CancelIfEmotional(ParamArray EmotionType())
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
name : CancelIfEmotional
2022-05-24 13:36:05 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : params
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Emotions.EmotionType
name : EmotionType
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
- name : )
2022-05-24 13:36:05 +02:00
spec.vb :
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
name : CancelIfEmotional
2022-05-24 13:36:05 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : ParamArray
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Emotions.EmotionType
name : EmotionType
2023-03-30 18:07:55 +02:00
- name : (
- name : )
- name : )
- uid : TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
commentId : M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
parent : TinyLife.Actions.Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
name : Sit(Furniture, float, ActionSpot)
nameWithType : Action.Sit(Furniture, float, ActionSpot)
fullName : TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, float, TinyLife.Objects.ActionSpot)
nameWithType.vb : Action.Sit(Furniture, Single, ActionSpot)
fullName.vb : TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture, Single, TinyLife.Objects.ActionSpot)
name.vb : Sit(Furniture, Single, ActionSpot)
spec.csharp :
- uid : TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name : Sit
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name : Sit
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
- name : )
- uid : TinyLife.Actions.Action.GetChildren(System.Boolean)
commentId : M:TinyLife.Actions.Action.GetChildren(System.Boolean)
parent : TinyLife.Actions.Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : GetChildren(bool)
nameWithType : Action.GetChildren(bool)
fullName : TinyLife.Actions.Action.GetChildren(bool)
nameWithType.vb : Action.GetChildren(Boolean)
fullName.vb : TinyLife.Actions.Action.GetChildren(Boolean)
name.vb : GetChildren(Boolean)
spec.csharp :
- uid : TinyLife.Actions.Action.GetChildren(System.Boolean)
name : GetChildren
- name : (
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.GetChildren(System.Boolean)
name : GetChildren
- name : (
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- uid : TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
commentId : M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
parent : TinyLife.Actions.Action
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
name : GetChild<T>(Guid, bool)
nameWithType : Action.GetChild<T>(Guid, bool)
fullName : TinyLife.Actions.Action.GetChild<T>(System.Guid, bool)
nameWithType.vb : Action.GetChild(Of T)(Guid, Boolean)
fullName.vb : TinyLife.Actions.Action.GetChild(Of T)(System.Guid, Boolean)
name.vb : GetChild(Of T)(Guid, Boolean)
spec.csharp :
- uid : TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
name : GetChild
- name : <
- name : T
- name : '>'
- name : (
- uid : System.Guid
name : Guid
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.guid
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
name : GetChild
- 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 : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
commentId : M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
nameWithType : Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
fullName : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool)
nameWithType.vb : Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
fullName.vb : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, Boolean)
name.vb : PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
2022-07-04 16:50:43 +02:00
name : PickUpAndGoTo
2022-05-24 13:36:05 +02:00
- name : (
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
2022-07-04 16:50:43 +02:00
name : PickUpAndGoTo
2022-05-24 13:36:05 +02:00
- name : (
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
commentId : M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : PickUpAndGoTo(ActionInfo, Func<Furniture, bool>, Func<Furniture, bool>, bool)
nameWithType : Action.PickUpAndGoTo(ActionInfo, Func<Furniture, bool>, Func<Furniture, bool>, bool)
fullName : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func<TinyLife.Objects.Furniture, bool>, System.Func<TinyLife.Objects.Furniture, bool>, bool)
2022-11-12 13:53:28 +01:00
nameWithType.vb : Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, Boolean), System.Func(Of TinyLife.Objects.Furniture, Boolean), Boolean)
2022-07-04 16:50:43 +02:00
name.vb : PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
2022-07-04 16:50:43 +02:00
name : PickUpAndGoTo
2022-05-24 13:36:05 +02:00
- name : (
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-04 16:50:43 +02:00
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-04 16:50:43 +02:00
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
2022-07-04 16:50:43 +02:00
name : PickUpAndGoTo
2022-05-24 13:36:05 +02:00
- name : (
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-07-04 16:50:43 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
commentId : M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : GetFreeChair(Person, Furniture)
2022-11-12 13:53:28 +01:00
nameWithType : Action.GetFreeChair(Person, Furniture)
fullName : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person, TinyLife.Objects.Furniture)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
2022-05-24 13:36:05 +02:00
name : GetFreeChair
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
2022-05-24 13:36:05 +02:00
name : GetFreeChair
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
commentId : M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : GetFreeChairs(Person, Furniture, Func<Direction2, bool>)
nameWithType : Action.GetFreeChairs(Person, Furniture, Func<Direction2, bool>)
fullName : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func<MLEM.Misc.Direction2, bool>)
2022-11-12 13:53:28 +01:00
nameWithType.vb : Action.GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean))
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person, TinyLife.Objects.Furniture, System.Func(Of MLEM.Misc.Direction2, Boolean))
2022-05-24 13:36:05 +02:00
name.vb : GetFreeChairs(Person, Furniture, Func(Of Direction2, Boolean))
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
2022-05-24 13:36:05 +02:00
name : GetFreeChairs
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
- name : <
- uid : MLEM.Misc.Direction2
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : '>'
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.Person,TinyLife.Objects.Furniture,System.Func{MLEM.Misc.Direction2,System.Boolean})
2022-05-24 13:36:05 +02:00
name : GetFreeChairs
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Misc.Direction2
name : Direction2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- name : )
- uid : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
commentId : M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
parent : TinyLife.Actions.Action
name : GetSeatCategory(Person)
nameWithType : Action.GetSeatCategory(Person)
fullName : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
spec.csharp :
- uid : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
name : GetSeatCategory
- name : (
- uid : TinyLife.Objects.Person
name : Person
2022-05-24 13:36:05 +02:00
- name : )
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
name : GetSeatCategory
- name : (
- uid : TinyLife.Objects.Person
name : Person
2022-05-24 13:36:05 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean)
commentId : M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : FindAllFreePeople(Person, ActionType, Vector2?, float?, bool, bool, bool, bool)
nameWithType : Action.FindAllFreePeople(Person, ActionType, Vector2?, float?, bool, bool, bool, bool)
fullName : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?, float?, bool, bool, bool, bool)
nameWithType.vb : Action.FindAllFreePeople(Person, ActionType, Vector2?, Single?, Boolean, Boolean, Boolean, Boolean)
fullName.vb : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?, Single?, Boolean, Boolean, Boolean, Boolean)
name.vb : FindAllFreePeople(Person, ActionType, Vector2?, Single?, Boolean, Boolean, Boolean, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreePeople
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
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
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreePeople
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- 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 : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
commentId : M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Vector2?, float?, bool, bool)
nameWithType : Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Vector2?, float?, bool, bool)
fullName : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, Microsoft.Xna.Framework.Vector2?, float?, bool, bool)
nameWithType.vb : Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Vector2?, Single?, Boolean, Boolean)
fullName.vb : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, Microsoft.Xna.Framework.Vector2?, Single?, Boolean, Boolean)
name.vb : FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Vector2?, Single?, Boolean, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreeFurniture
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreeFurniture
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
commentId : M:TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : FindAllFreeWalls(Person, Vector2?, float?, bool)
nameWithType : Action.FindAllFreeWalls(Person, Vector2?, float?, bool)
fullName : TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, float?, bool)
nameWithType.vb : Action.FindAllFreeWalls(Person, Vector2?, Single?, Boolean)
fullName.vb : TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, Single?, Boolean)
name.vb : FindAllFreeWalls(Person, Vector2?, Single?, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreeWalls
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeWalls(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreeWalls
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
commentId : M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : FindAllFreeGround(Person, Vector2?, float?, bool)
nameWithType : Action.FindAllFreeGround(Person, Vector2?, float?, bool)
fullName : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, float?, bool)
nameWithType.vb : Action.FindAllFreeGround(Person, Vector2?, Single?, Boolean)
fullName.vb : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, Microsoft.Xna.Framework.Vector2?, Single?, Boolean)
name.vb : FindAllFreeGround(Person, Vector2?, Single?, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreeGround
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindAllFreeGround
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId : M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, bool, bool)
nameWithType : Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, bool, bool)
fullName : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?, bool, bool)
nameWithType.vb : Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, Boolean, Boolean)
fullName.vb : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
name.vb : FindFreeFurniture(Person, ObjectCategory, FurnitureType, Vector2?, Boolean, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindFreeFurniture
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindFreeFurniture
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ObjectCategory
name : ObjectCategory
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.FurnitureType
name : FurnitureType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId : M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
name : FindAllActionObjects(Person, ActionType, Vector2?)
nameWithType : Action.FindAllActionObjects(Person, ActionType, Vector2?)
fullName : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Microsoft.Xna.Framework.Vector2?)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-05-24 13:36:05 +02:00
name : FindAllActionObjects
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-05-24 13:36:05 +02:00
name : FindAllActionObjects
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2022-05-24 13:36:05 +02:00
- name : )
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId : M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : FindValidActionObjects(Person, ActionType, bool, Vector2?, bool, bool)
nameWithType : Action.FindValidActionObjects(Person, ActionType, bool, Vector2?, bool, bool)
fullName : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool, Microsoft.Xna.Framework.Vector2?, bool, bool)
nameWithType.vb : Action.FindValidActionObjects(Person, ActionType, Boolean, Vector2?, Boolean, Boolean)
fullName.vb : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
name.vb : FindValidActionObjects(Person, ActionType, Boolean, Vector2?, Boolean, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp :
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindValidActionObjects
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name : FindValidActionObjects
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- uid : TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
commentId : M:TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
parent : TinyLife.Actions.Action
name : TryGetRandomValidVariety(ActionType, ActionInfo, out ActionVariety)
nameWithType : Action.TryGetRandomValidVariety(ActionType, ActionInfo, out ActionVariety)
fullName : TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, out TinyLife.Actions.ActionVariety)
nameWithType.vb : Action.TryGetRandomValidVariety(ActionType, ActionInfo, ActionVariety)
fullName.vb : TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, TinyLife.Actions.ActionVariety)
name.vb : TryGetRandomValidVariety(ActionType, ActionInfo, ActionVariety)
spec.csharp :
- uid : TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
name : TryGetRandomValidVariety
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
- name : ','
- name : " "
- name : out
- name : " "
- uid : TinyLife.Actions.ActionVariety
name : ActionVariety
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.TryGetRandomValidVariety(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,TinyLife.Actions.ActionVariety@)
name : TryGetRandomValidVariety
- name : (
- uid : TinyLife.Actions.ActionType
name : ActionType
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
- name : ','
- name : " "
- uid : TinyLife.Actions.ActionVariety
name : ActionVariety
2022-05-24 13:36:05 +02:00
- name : )
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
commentId : M:TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name : GetRandomValidVariety(IEnumerable<ActionVariety>, ActionInfo)
nameWithType : Action.GetRandomValidVariety(IEnumerable<ActionVariety>, ActionInfo)
fullName : TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionVariety>, TinyLife.Actions.ActionInfo)
nameWithType.vb : Action.GetRandomValidVariety(IEnumerable(Of ActionVariety), ActionInfo)
fullName.vb : TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionVariety), TinyLife.Actions.ActionInfo)
name.vb : GetRandomValidVariety(IEnumerable(Of ActionVariety), ActionInfo)
2022-05-24 13:36:05 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
name : GetRandomValidVariety
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-05-24 13:36:05 +02:00
- name : <
- uid : TinyLife.Actions.ActionVariety
name : ActionVariety
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.GetRandomValidVariety(System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionVariety},TinyLife.Actions.ActionInfo)
name : GetRandomValidVariety
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionVariety
name : ActionVariety
2023-03-30 18:07:55 +02:00
- name : )
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionInfo
name : ActionInfo
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
commentId : M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : GetTableSpot(Furniture, ActionSpot)
2022-11-12 13:53:28 +01:00
nameWithType : Action.GetTableSpot(Furniture, ActionSpot)
fullName : TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
2022-05-24 13:36:05 +02:00
name : GetTableSpot
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
2022-05-24 13:36:05 +02:00
name : GetTableSpot
- name : (
- uid : TinyLife.Objects.Furniture
name : Furniture
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ActionSpot
name : ActionSpot
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
commentId : M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-05-24 13:36:05 +02:00
name : InvokeForBoth(Person, Person, Action<Person, Person>)
2022-11-12 13:53:28 +01:00
nameWithType : Action.InvokeForBoth(Person, Person, Action<Person, Person>)
fullName : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action<TinyLife.Objects.Person, TinyLife.Objects.Person>)
nameWithType.vb : Action.InvokeForBoth(Person, Person, Action(Of Person, Person))
fullName.vb : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person, TinyLife.Objects.Person, System.Action(Of TinyLife.Objects.Person, TinyLife.Objects.Person))
2022-05-24 13:36:05 +02:00
name.vb : InvokeForBoth(Person, Person, Action(Of Person, Person))
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
2022-05-24 13:36:05 +02:00
name : InvokeForBoth
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-05-24 13:36:05 +02:00
- name : <
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Person
name : Person
- name : '>'
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.Person,TinyLife.Objects.Person,System.Action{TinyLife.Objects.Person,TinyLife.Objects.Person})
2022-05-24 13:36:05 +02:00
name : InvokeForBoth
- name : (
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Person
name : Person
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Person
name : Person
- name : )
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
parent : TinyLife.Actions.Action
name : CanMultitask(Action, Action)
nameWithType : Action.CanMultitask(Action, Action)
fullName : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action)
spec.csharp :
- uid : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
name : CanMultitask
- name : (
- uid : TinyLife.Actions.Action
name : Action
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action
name : Action
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
name : CanMultitask
- name : (
- uid : TinyLife.Actions.Action
name : Action
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action
name : Action
- name : )
2022-05-24 13:36:05 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData(string, object)
nameWithType : JsonTypeSafeGenericDataHolder.SetData(string, object)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(string, object)
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(String, Object)
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(String, Object)
name.vb : SetData(String, Object)
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name : SetData
isExternal : true
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
name : SetData
isExternal : true
- name : (
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
2022-12-20 13:25:03 +01:00
- 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)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2022-05-24 13:36:05 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
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)
2022-05-24 13:36:05 +02:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2022-05-24 13:36:05 +02:00
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2022-05-24 13:36:05 +02:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-05-24 13:36:05 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-05-24 13:36:05 +02:00
- 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
2023-03-30 18:07:55 +02:00
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)
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-05-24 13:36:05 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-05-24 13:36:05 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-05-24 13:36:05 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-05-24 13:36:05 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-05-24 13:36:05 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-05-24 13:36:05 +02:00
- name : (
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.TinyLife.Utilities.Extensions.JsonCopy``1
2022-05-24 13:36:05 +02:00
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy<TryGoHereAction>(TryGoHereAction)
nameWithType : Extensions.JsonCopy<TryGoHereAction>(TryGoHereAction)
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.TryGoHereAction>(TinyLife.Actions.TryGoHereAction)
2023-03-30 18:07:55 +02:00
nameWithType.vb : Extensions.JsonCopy(Of TryGoHereAction)(TryGoHereAction)
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TryGoHereAction)(TinyLife.Actions.TryGoHereAction)
2023-03-30 18:07:55 +02:00
name.vb : JsonCopy(Of TryGoHereAction)(TryGoHereAction)
2022-05-24 13:36:05 +02:00
spec.csharp :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TryGoHereAction)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction
2023-03-30 18:07:55 +02:00
name : TryGoHereAction
- name : '>'
2022-05-24 13:36:05 +02:00
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction
2023-03-30 18:07:55 +02:00
name : TryGoHereAction
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TryGoHereAction)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : (
- name : Of
- name : " "
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction
2023-03-30 18:07:55 +02:00
name : TryGoHereAction
- name : )
2022-05-24 13:36:05 +02:00
- name : (
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction
2023-03-30 18:07:55 +02:00
name : TryGoHereAction
2022-05-24 13:36:05 +02:00
- name : )
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
2022-05-24 13:36:05 +02:00
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
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
2023-03-30 18:07:55 +02:00
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
2022-05-24 13:36:05 +02:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
2023-03-30 18:07:55 +02:00
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
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M: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)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
- name : T
- name : '>'
2022-05-24 13:36:05 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : (
- name : Of
- name : " "
- name : T
- name : )
2022-05-24 13:36:05 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
2022-09-05 14:19:42 +02:00
- uid : System.Collections.Generic.List{Microsoft.Xna.Framework.Point}
commentId : T:System.Collections.Generic.List{Microsoft.Xna.Framework.Point}
2022-05-24 13:36:05 +02:00
parent : System.Collections.Generic
definition : System.Collections.Generic.List`1
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-05-24 13:36:05 +02:00
name : List<Point>
nameWithType : List<Point>
2022-09-05 14:19:42 +02:00
fullName : System.Collections.Generic.List<Microsoft.Xna.Framework.Point>
2022-05-24 13:36:05 +02:00
nameWithType.vb : List(Of Point)
2022-09-05 14:19:42 +02:00
fullName.vb : System.Collections.Generic.List(Of Microsoft.Xna.Framework.Point)
2022-05-24 13:36:05 +02:00
name.vb : List(Of Point)
spec.csharp :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-05-24 13:36:05 +02:00
- name : <
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2022-05-24 13:36:05 +02:00
name : Point
isExternal : true
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Point
2022-05-24 13:36:05 +02:00
name : Point
isExternal : true
- name : )
- uid : System.Collections.Generic.List`1
commentId : T:System.Collections.Generic.List`1
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-05-24 13:36:05 +02:00
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
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
2022-05-24 13:36:05 +02:00
- name : <
- name : T
- name : '>'
spec.vb :
- uid : System.Collections.Generic.List`1
name : List
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- name : T
- name : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-05-24 13:36:05 +02:00
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
2023-03-30 18:07:55 +02:00
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
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.#ctor*
commentId : Overload:TinyLife.Actions.TryGoHereAction.#ctor
2022-05-24 13:36:05 +02:00
name : TryGoHereAction
nameWithType : TryGoHereAction.TryGoHereAction
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.TryGoHereAction
2023-03-30 18:07:55 +02:00
nameWithType.vb : TryGoHereAction.New
2023-03-31 13:26:13 +02:00
fullName.vb : TinyLife.Actions.TryGoHereAction.New
2023-03-30 18:07:55 +02:00
name.vb : New
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.ActionInfo
commentId : T:TinyLife.Actions.ActionInfo
parent : TinyLife.Actions
name : ActionInfo
nameWithType : ActionInfo
fullName : TinyLife.Actions.ActionInfo
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Initialize
commentId : M:TinyLife.Actions.Action.Initialize
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : Initialize()
2022-11-12 13:53:28 +01:00
nameWithType : Action.Initialize()
fullName : TinyLife.Actions.Action.Initialize()
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Initialize
2022-05-24 13:36:05 +02:00
name : Initialize
- name : (
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Initialize
2022-05-24 13:36:05 +02:00
name : Initialize
- name : (
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.Initialize*
commentId : Overload:TinyLife.Actions.TryGoHereAction.Initialize
2022-05-24 13:36:05 +02:00
name : Initialize
nameWithType : TryGoHereAction.Initialize
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.Initialize
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
name : Update(GameTime, TimeSpan, float)
nameWithType : Action.Update(GameTime, TimeSpan, float)
fullName : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb : Action.Update(GameTime, TimeSpan, Single)
fullName.vb : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb : Update(GameTime, TimeSpan, Single)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-05-24 13:36:05 +02:00
name : Update
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-05-24 13:36:05 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-05-24 13:36:05 +02:00
name : Update
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-05-24 13:36:05 +02:00
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.Update*
commentId : Overload:TinyLife.Actions.TryGoHereAction.Update
2022-05-24 13:36:05 +02:00
name : Update
nameWithType : TryGoHereAction.Update
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.Update
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2022-05-24 13:36:05 +02:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
2022-05-24 13:36:05 +02:00
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2022-05-24 13:36:05 +02:00
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
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
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId : M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : Validate(Person)
2022-11-12 13:53:28 +01:00
nameWithType : Action.Validate(Person)
fullName : TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
2022-05-24 13:36:05 +02:00
name : Validate
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
2022-05-24 13:36:05 +02:00
name : Validate
- name : (
- uid : TinyLife.Objects.Person
name : Person
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.Validate*
commentId : Overload:TinyLife.Actions.TryGoHereAction.Validate
2022-05-24 13:36:05 +02:00
name : Validate
nameWithType : TryGoHereAction.Validate
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.Validate
2022-05-24 13:36:05 +02:00
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.IsCompleted
commentId : M:TinyLife.Actions.Action.IsCompleted
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : IsCompleted()
2022-11-12 13:53:28 +01:00
nameWithType : Action.IsCompleted()
fullName : TinyLife.Actions.Action.IsCompleted()
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.IsCompleted
2022-05-24 13:36:05 +02:00
name : IsCompleted
- name : (
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.IsCompleted
2022-05-24 13:36:05 +02:00
name : IsCompleted
- name : (
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.IsCompleted*
commentId : Overload:TinyLife.Actions.TryGoHereAction.IsCompleted
2022-05-24 13:36:05 +02:00
name : IsCompleted
nameWithType : TryGoHereAction.IsCompleted
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.IsCompleted
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Actions.CompletionType
commentId : T:TinyLife.Actions.CompletionType
parent : TinyLife.Actions
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
name : OnCompleted(CompletionType)
2022-11-12 13:53:28 +01:00
nameWithType : Action.OnCompleted(CompletionType)
fullName : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2022-05-24 13:36:05 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2022-05-24 13:36:05 +02:00
name : OnCompleted
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2022-05-24 13:36:05 +02:00
name : OnCompleted
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
- name : )
2023-03-31 13:26:13 +02:00
- uid : TinyLife.Actions.TryGoHereAction.OnCompleted*
commentId : Overload:TinyLife.Actions.TryGoHereAction.OnCompleted
2022-05-24 13:36:05 +02:00
name : OnCompleted
nameWithType : TryGoHereAction.OnCompleted
2023-03-31 13:26:13 +02:00
fullName : TinyLife.Actions.TryGoHereAction.OnCompleted