TinyLifeWeb/docs/api/TinyLife.Actions.BehaviorAction.yml

4752 lines
196 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction
commentId: T:TinyLife.Actions.BehaviorAction
id: BehaviorAction
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions
children:
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.BehaviorAction.#ctor(TinyLife.Actions.ActionInfo,System.Type)
- TinyLife.Actions.BehaviorAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Type)
- TinyLife.Actions.BehaviorAction.AndThenInitialize
- TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
- TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.BehaviorAction.Behavior
- TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action)
- TinyLife.Actions.BehaviorAction.CreateFirstActions
- TinyLife.Actions.BehaviorAction.CreateLastActions
- TinyLife.Actions.BehaviorAction.FullyInProgress
- TinyLife.Actions.BehaviorAction.GetIconObject
- TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2022-12-20 13:25:03 +01:00
name: BehaviorAction
nameWithType: BehaviorAction
fullName: TinyLife.Actions.BehaviorAction
2021-08-04 06:51:12 +02:00
type: Class
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-12-20 13:25:03 +01:00
id: BehaviorAction
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 14
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A behavior-based action is an <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref> that invokes an underlying <xref href="TinyLife.Actions.Behaviors.ActionBehavior" data-throw-if-not-resolved="false"></xref> in the appropriate places.
This type of action can be useful for when an action uses a basic behavior, but does a more complex additional action.
See <xref href="TinyLife.Actions.BehaviorAction%601" data-throw-if-not-resolved="false"></xref> for a generic version with some additional functionality.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-12-20 13:25:03 +01:00
content: 'public abstract class BehaviorAction : MultiAction, IGenericDataHolder'
2023-03-30 18:07:55 +02:00
content.vb: Public MustInherit Class BehaviorAction Inherits MultiAction Implements IGenericDataHolder
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.Action
- TinyLife.Actions.MultiAction
2022-12-20 13:25:03 +01:00
derivedClasses:
- TinyLife.Actions.BehaviorAction`1
2021-08-04 06:51:12 +02:00
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.MultiAction.Handler
2021-11-26 23:42:22 +01:00
- TinyLife.Actions.MultiAction.MainElapsedTime
- TinyLife.Actions.MultiAction.InProgressTime
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.MultiAction.CurrentStage
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.MultiAction.AndThenIsCompleted
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.MultiAction.PreInitialize
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
2022-09-05 14:19:42 +02:00
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.MultiAction.Initialize
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.MultiAction.IsCompleted
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
- TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.MultiAction.CanStartNow
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.Random
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.Action.Type
2022-11-12 13:53:28 +01:00
- 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.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)
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
- TinyLife.Actions.Action.GetDisplayName
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
2023-06-25 15:41:49 +02:00
- TinyLife.Actions.Action.GetProgress
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
2023-12-13 14:46:39 +01:00
- TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single)
2022-11-12 13:53:28 +01:00
- 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)
2023-07-20 14:27:20 +02:00
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
- TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
- TinyLife.Actions.Action.ResetSpeech
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
2023-04-27 18:53:16 +02:00
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
2022-12-20 13:25:03 +01:00
- 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)
2023-10-11 16:05:32 +02:00
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2023-07-20 14:27:20 +02:00
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
- TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2023-10-11 16:05:32 +02:00
- TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
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})
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
2023-05-26 15:16:22 +02:00
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
2023-07-20 14:27:20 +02:00
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2021-11-23 16:24:04 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.BehaviorAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.BehaviorAction.FullyInProgress
commentId: P:TinyLife.Actions.BehaviorAction.FullyInProgress
2022-09-05 14:19:42 +02:00
id: FullyInProgress
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2022-09-05 14:19:42 +02:00
langs:
- csharp
- vb
name: FullyInProgress
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.FullyInProgress
fullName: TinyLife.Actions.BehaviorAction.FullyInProgress
2022-09-05 14:19:42 +02:00
type: Property
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FullyInProgress
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 17
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Returns whether this action is currently "properly" in progress.
This is used by <xref href="TinyLife.Actions.MultiAction" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.
By default, this property is true if <xref href="TinyLife.Actions.Action.InProgressTime" data-throw-if-not-resolved="false"></xref> is greater than <xref href="System.TimeSpan.Zero" data-throw-if-not-resolved="false"></xref>.
2022-09-05 14:19:42 +02:00
example: []
syntax:
content: public override bool FullyInProgress { get; }
parameters: []
return:
type: System.Boolean
description: Whether this action is fully in progress
content.vb: Public Overrides ReadOnly Property FullyInProgress As Boolean
2022-11-12 13:53:28 +01:00
overridden: TinyLife.Actions.Action.FullyInProgress
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.FullyInProgress*
- uid: TinyLife.Actions.BehaviorAction.Behavior
commentId: P:TinyLife.Actions.BehaviorAction.Behavior
2021-11-23 16:24:04 +01:00
id: Behavior
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2021-11-23 16:24:04 +01:00
langs:
- csharp
- vb
name: Behavior
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.Behavior
fullName: TinyLife.Actions.BehaviorAction.Behavior
2021-11-23 16:24:04 +01:00
type: Property
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: Behavior
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 21
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: The underlying <xref href="TinyLife.Actions.Behaviors.ActionBehavior" data-throw-if-not-resolved="false"></xref> that this action uses and invokes
2021-11-23 16:24:04 +01:00
example: []
syntax:
2022-12-20 13:25:03 +01:00
content: public ActionBehavior Behavior { get; protected set; }
2021-11-23 16:24:04 +01:00
parameters: []
return:
2022-12-20 13:25:03 +01:00
type: TinyLife.Actions.Behaviors.ActionBehavior
content.vb: Public Property Behavior As ActionBehavior
overload: TinyLife.Actions.BehaviorAction.Behavior*
- uid: TinyLife.Actions.BehaviorAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Type)
commentId: M:TinyLife.Actions.BehaviorAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Type)
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Type)'
parent: TinyLife.Actions.BehaviorAction
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2022-12-20 13:25:03 +01:00
name: BehaviorAction(ActionType, ActionInfo, Type)
nameWithType: BehaviorAction.BehaviorAction(ActionType, ActionInfo, Type)
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type)
2021-08-04 06:51:12 +02:00
type: Constructor
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: .ctor
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 36
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
example: []
syntax:
2022-12-20 13:25:03 +01:00
content: protected BehaviorAction(ActionType type, ActionInfo info, Type behaviorType)
2021-08-04 06:51:12 +02:00
parameters:
- id: type
type: TinyLife.Actions.ActionType
- id: info
type: TinyLife.Actions.ActionInfo
2022-12-20 13:25:03 +01:00
- id: behaviorType
type: System.Type
content.vb: Protected Sub New(type As ActionType, info As ActionInfo, behaviorType As Type)
overload: TinyLife.Actions.BehaviorAction.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: BehaviorAction.New(ActionType, ActionInfo, Type)
fullName.vb: TinyLife.Actions.BehaviorAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Type)
name.vb: New(ActionType, ActionInfo, Type)
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.#ctor(TinyLife.Actions.ActionInfo,System.Type)
commentId: M:TinyLife.Actions.BehaviorAction.#ctor(TinyLife.Actions.ActionInfo,System.Type)
id: '#ctor(TinyLife.Actions.ActionInfo,System.Type)'
parent: TinyLife.Actions.BehaviorAction
2022-11-12 13:53:28 +01:00
langs:
- csharp
- vb
2022-12-20 13:25:03 +01:00
name: BehaviorAction(ActionInfo, Type)
nameWithType: BehaviorAction.BehaviorAction(ActionInfo, Type)
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction(TinyLife.Actions.ActionInfo, System.Type)
2022-11-12 13:53:28 +01:00
type: Constructor
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-11-12 13:53:28 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 41
2022-11-12 13:53:28 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
example: []
syntax:
2022-12-20 13:25:03 +01:00
content: protected BehaviorAction(ActionInfo info, Type behaviorType)
2022-11-12 13:53:28 +01:00
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
2022-12-20 13:25:03 +01:00
- id: behaviorType
type: System.Type
content.vb: Protected Sub New(info As ActionInfo, behaviorType As Type)
overload: TinyLife.Actions.BehaviorAction.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: BehaviorAction.New(ActionInfo, Type)
fullName.vb: TinyLife.Actions.BehaviorAction.New(TinyLife.Actions.ActionInfo, System.Type)
name.vb: New(ActionInfo, Type)
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.CreateFirstActions
commentId: M:TinyLife.Actions.BehaviorAction.CreateFirstActions
2021-08-04 06:51:12 +02:00
id: CreateFirstActions
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: CreateFirstActions()
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.CreateFirstActions()
fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions()
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CreateFirstActions
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 46
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Return a set of actions that should be executed before this action.
Even if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.
If no action gets returned in this function, this action fails.
If the returned set only contains <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> items, no first actions will be executed.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-11-12 13:53:28 +01:00
content: protected override IEnumerable<Action> CreateFirstActions()
2021-08-04 06:51:12 +02:00
return:
2022-11-12 13:53:28 +01:00
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
2022-07-04 16:50:43 +02:00
description: A set of actions that should run before this action
2023-03-30 18:07:55 +02:00
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
2021-08-04 06:51:12 +02:00
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.CreateFirstActions*
- uid: TinyLife.Actions.BehaviorAction.CreateLastActions
commentId: M:TinyLife.Actions.BehaviorAction.CreateLastActions
2022-07-04 16:50:43 +02:00
id: CreateLastActions
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
name: CreateLastActions()
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.CreateLastActions()
fullName: TinyLife.Actions.BehaviorAction.CreateLastActions()
2022-07-04 16:50:43 +02:00
type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateLastActions
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 51
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Return a set of actions that should be executed after this action.
Even if the yield statement is used, all actions will be collected into a list after the main action is finished.
If no action gets returned in this function, this action fails.
If the returned set only contains <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> items, no last actions will be executed, which is also this method's default behavior.
2022-07-04 16:50:43 +02:00
example: []
syntax:
2022-11-12 13:53:28 +01:00
content: protected override IEnumerable<Action> CreateLastActions()
2022-07-04 16:50:43 +02:00
return:
2022-11-12 13:53:28 +01:00
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
2022-07-04 16:50:43 +02:00
description: A set of actions that should run after this action
2023-03-30 18:07:55 +02:00
content.vb: Protected Overrides Function CreateLastActions() As IEnumerable(Of Action)
2022-07-04 16:50:43 +02:00
overridden: TinyLife.Actions.MultiAction.CreateLastActions
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.CreateLastActions*
- uid: TinyLife.Actions.BehaviorAction.AndThenInitialize
commentId: M:TinyLife.Actions.BehaviorAction.AndThenInitialize
2021-08-04 06:51:12 +02:00
id: AndThenInitialize
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: AndThenInitialize()
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.AndThenInitialize()
fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize()
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: AndThenInitialize
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 56
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Initializes the main action.
This method is called after <xref href="TinyLife.Actions.MultiAction.Handler" data-throw-if-not-resolved="false"></xref> has all completed.
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: protected override void AndThenInitialize()
2023-03-30 18:07:55 +02:00
content.vb: Protected Overrides Sub AndThenInitialize()
2021-08-04 06:51:12 +02:00
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.AndThenInitialize*
- uid: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-09-05 14:19:42 +02:00
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: AndThenUpdate(GameTime, TimeSpan, float)
nameWithType: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: AndThenUpdate
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 61
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
MultiAction version of <xref href="TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
This method is called every update frame while the main action is active.
By default, only <xref href="TinyLife.Actions.MultiAction.MainElapsedTime" data-throw-if-not-resolved="false"></xref> is increased.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-11-26 23:42:22 +01:00
content: protected override void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
2021-08-04 06:51:12 +02:00
parameters:
- id: time
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.GameTime
2022-01-08 12:41:09 +01:00
description: The current game time
2021-08-04 06:51:12 +02:00
- id: passedInGame
type: System.TimeSpan
2022-01-08 12:41:09 +01:00
description: The amount of time that has passed, in game time
2021-11-26 23:42:22 +01:00
- id: speedMultiplier
type: System.Single
2022-01-08 12:41:09 +01:00
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>
2021-11-26 23:42:22 +01:00
content.vb: Protected Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
2022-09-05 14:19:42 +02:00
overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.AndThenUpdate*
2023-03-30 18:07:55 +02:00
nameWithType.vb: BehaviorAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Actions.BehaviorAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.GetIconObject
commentId: M:TinyLife.Actions.BehaviorAction.GetIconObject
2021-11-23 16:24:04 +01:00
id: GetIconObject
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2021-11-23 16:24:04 +01:00
langs:
- csharp
- vb
name: GetIconObject()
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.GetIconObject()
fullName: TinyLife.Actions.BehaviorAction.GetIconObject()
2021-11-23 16:24:04 +01:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: GetIconObject
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 67
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Returns the map object that is displayed in the action queue in the top left of the screen.
Note that this value is ignored if this action's type has a <xref href="TinyLife.Actions.ActionType.TypeSettings.Texture" data-throw-if-not-resolved="false"></xref>.
By default, the <xref href="TinyLife.Actions.ActionInfo.GetActionObject%60%601(System.Boolean)" data-throw-if-not-resolved="false"></xref> is returned.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public override MapObject GetIconObject()
return:
type: TinyLife.Objects.MapObject
2022-01-08 12:41:09 +01:00
description: The icon object
2023-03-30 18:07:55 +02:00
content.vb: Public Overrides Function GetIconObject() As MapObject
2021-11-23 16:24:04 +01:00
overridden: TinyLife.Actions.Action.GetIconObject
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.GetIconObject*
- uid: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action)
2022-09-05 14:19:42 +02:00
id: CanMultitask(TinyLife.Actions.Action)
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2022-09-05 14:19:42 +02:00
langs:
- csharp
- vb
name: CanMultitask(Action)
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.CanMultitask(Action)
fullName: TinyLife.Actions.BehaviorAction.CanMultitask(TinyLife.Actions.Action)
2022-09-05 14:19:42 +02:00
type: Method
source:
remote:
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanMultitask
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 72
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Return true on this method if this action can be multi-tasked along with the passed <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref>.
To actually check this property, <xref href="TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action%2cTinyLife.Actions.Action)" data-throw-if-not-resolved="false"></xref> should be used as it compares both objects.
A multi-tasking is an action that is currently active along with another action.
By default, multi-tasking is disallowed for any action.
2022-09-05 14:19:42 +02:00
example: []
syntax:
content: public override bool CanMultitask(Action other)
parameters:
- id: other
type: TinyLife.Actions.Action
description: The action to multi-task with
return:
type: System.Boolean
description: Whether this action can be multi-tasked
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.CanMultitask*
- uid: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
2021-10-14 20:30:40 +02:00
id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2021-10-14 20:30:40 +02:00
name: AndThenOnCompleted(CompletionType)
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: AndThenOnCompleted
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 77
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
MultiAction version of <xref href="TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)" data-throw-if-not-resolved="false"></xref>.
This method gets called when the main action completes.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-10-14 20:30:40 +02:00
content: protected override void AndThenOnCompleted(CompletionType type)
2021-08-04 06:51:12 +02:00
parameters:
- id: type
2021-10-14 20:30:40 +02:00
type: TinyLife.Actions.CompletionType
2022-01-08 12:41:09 +01:00
description: The completion of the main action
2021-10-14 20:30:40 +02:00
content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType)
overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.AndThenOnCompleted*
- uid: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType)
2021-11-23 16:24:04 +01:00
id: GetNextAction(TinyLife.Actions.CompletionType)
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.BehaviorAction
2021-11-23 16:24:04 +01:00
langs:
- csharp
- vb
name: GetNextAction(CompletionType)
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.GetNextAction(CompletionType)
fullName: TinyLife.Actions.BehaviorAction.GetNextAction(TinyLife.Actions.CompletionType)
2021-11-23 16:24:04 +01:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/BehaviorAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: GetNextAction
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/BehaviorAction.cs
2022-12-20 13:25:03 +01:00
startLine: 83
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Returns an action that should be queued up immediately after this action completes.
The queued up action is immediately started in the slot that this action occupied.
Can be null, and is null by default.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public override Action GetNextAction(CompletionType completion)
parameters:
- id: completion
type: TinyLife.Actions.CompletionType
2022-01-08 12:41:09 +01:00
description: The type that this action completed with
2021-11-23 16:24:04 +01:00
return:
type: TinyLife.Actions.Action
2022-01-08 12:41:09 +01:00
description: The follow-up action
2021-11-23 16:24:04 +01:00
content.vb: Public Overrides Function GetNextAction(completion As CompletionType) As Action
overridden: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
2022-12-20 13:25:03 +01:00
overload: TinyLife.Actions.BehaviorAction.GetNextAction*
2021-08-04 06:51:12 +02:00
references:
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2022-12-20 13:25:03 +01:00
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: TinyLife.Actions.Behaviors.ActionBehavior
commentId: T:TinyLife.Actions.Behaviors.ActionBehavior
parent: TinyLife.Actions.Behaviors
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Behaviors.ActionBehavior.html
2022-12-20 13:25:03 +01:00
name: ActionBehavior
nameWithType: ActionBehavior
fullName: TinyLife.Actions.Behaviors.ActionBehavior
- uid: TinyLife.Actions.BehaviorAction`1
commentId: T:TinyLife.Actions.BehaviorAction`1
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction-1.html
2022-12-20 13:25:03 +01:00
name: BehaviorAction<T>
nameWithType: BehaviorAction<T>
fullName: TinyLife.Actions.BehaviorAction<T>
nameWithType.vb: BehaviorAction(Of T)
fullName.vb: TinyLife.Actions.BehaviorAction(Of T)
name.vb: BehaviorAction(Of T)
2022-09-05 14:19:42 +02:00
spec.csharp:
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction`1
name: BehaviorAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction-1.html
2022-09-05 14:19:42 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction`1
name: BehaviorAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction-1.html
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
2022-09-05 14:19:42 +02:00
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2021-08-04 06:51:12 +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
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent: MLEM.Data.Json
2021-08-04 06:51:12 +02:00
isExternal: true
2021-11-23 16:24:04 +01:00
name: JsonTypeSafeGenericDataHolder
nameWithType: JsonTypeSafeGenericDataHolder
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.MultiAction
commentId: T:TinyLife.Actions.MultiAction
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html
2022-09-05 14:19:42 +02:00
name: MultiAction
nameWithType: MultiAction
fullName: TinyLife.Actions.MultiAction
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
isExternal: true
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
2021-11-26 23:42:22 +01:00
- uid: TinyLife.Actions.MultiAction.Handler
commentId: F:TinyLife.Actions.MultiAction.Handler
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Handler
2021-11-26 23:42:22 +01:00
name: Handler
nameWithType: MultiAction.Handler
fullName: TinyLife.Actions.MultiAction.Handler
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_MainElapsedTime
2021-08-04 06:51:12 +02:00
name: MainElapsedTime
nameWithType: MultiAction.MainElapsedTime
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
2021-11-26 23:42:22 +01:00
- uid: TinyLife.Actions.MultiAction.InProgressTime
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_InProgressTime
2021-11-26 23:42:22 +01:00
name: InProgressTime
nameWithType: MultiAction.InProgressTime
fullName: TinyLife.Actions.MultiAction.InProgressTime
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.MultiAction.CurrentStage
commentId: P:TinyLife.Actions.MultiAction.CurrentStage
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CurrentStage
2023-03-30 18:07:55 +02:00
name: CurrentStage
nameWithType: MultiAction.CurrentStage
fullName: TinyLife.Actions.MultiAction.CurrentStage
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
2021-08-04 06:51:12 +02:00
name: AndThenIsCompleted()
nameWithType: MultiAction.AndThenIsCompleted()
fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
name: AndThenIsCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
name: AndThenIsCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.PreInitialize
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize
2021-10-14 20:30:40 +02:00
name: PreInitialize()
nameWithType: MultiAction.PreInitialize()
fullName: TinyLife.Actions.MultiAction.PreInitialize()
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.PreInitialize
name: PreInitialize
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.PreInitialize
name: PreInitialize
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_
2022-12-20 13:25:03 +01:00
name: PreCompleted(CompletionType)
nameWithType: MultiAction.PreCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
name: PreCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_
2022-12-20 13:25:03 +01:00
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2022-12-20 13:25:03 +01:00
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
name: PreCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_
2022-12-20 13:25:03 +01:00
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2022-12-20 13:25:03 +01:00
- name: )
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.MultiAction
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2023-03-30 18:07:55 +02:00
name: Update(GameTime, TimeSpan, float)
nameWithType: MultiAction.Update(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb: MultiAction.Update(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: Update(GameTime, TimeSpan, Single)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-10-14 20:30:40 +02:00
name: Update
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2021-11-26 23:42:22 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-11-26 23:42:22 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-10-14 20:30:40 +02:00
name: Update
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2021-11-26 23:42:22 +01:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.Actions.MultiAction.Initialize
commentId: M:TinyLife.Actions.MultiAction.Initialize
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize
2021-08-04 06:51:12 +02:00
name: Initialize()
nameWithType: MultiAction.Initialize()
fullName: TinyLife.Actions.MultiAction.Initialize()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Initialize
name: Initialize
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Initialize
name: Initialize
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.Actions.MultiAction.IsCompleted
commentId: M:TinyLife.Actions.MultiAction.IsCompleted
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted
2021-08-04 06:51:12 +02:00
name: IsCompleted()
nameWithType: MultiAction.IsCompleted()
fullName: TinyLife.Actions.MultiAction.IsCompleted()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.IsCompleted
name: IsCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.IsCompleted
name: IsCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_
2021-10-14 20:30:40 +02:00
name: OnCompleted(CompletionType)
nameWithType: MultiAction.OnCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
name: OnCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_
2021-08-04 06:51:12 +02:00
- name: (
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
name: OnCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_
2021-08-04 06:51:12 +02:00
- name: (
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_
2021-08-04 06:51:12 +02:00
name: Validate(Person)
nameWithType: MultiAction.Validate(Person)
fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
name: Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.Person)
name: Validate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_Person_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_
2021-08-04 06:51:12 +02:00
name: CanCancel(Action)
nameWithType: MultiAction.CanCancel(Action)
fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
spec.csharp:
- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
name: CanCancel
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
name: CanCancel
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2021-08-04 06:51:12 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.MultiAction.CanStartNow
commentId: M:TinyLife.Actions.MultiAction.CanStartNow
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow
2023-03-30 18:07:55 +02:00
name: CanStartNow()
nameWithType: MultiAction.CanStartNow()
fullName: TinyLife.Actions.MultiAction.CanStartNow()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.CanStartNow
name: CanStartNow
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow
2023-03-30 18:07:55 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.CanStartNow
name: CanStartNow
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow
2023-03-30 18:07:55 +02:00
- name: (
- name: )
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.Random
commentId: F:TinyLife.Actions.Action.Random
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Random
2022-11-12 13:53:28 +01:00
name: Random
nameWithType: Action.Random
fullName: TinyLife.Actions.Action.Random
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.Action.Type
commentId: F:TinyLife.Actions.Action.Type
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Type
2021-08-04 06:51:12 +02:00
name: Type
nameWithType: Action.Type
fullName: TinyLife.Actions.Action.Type
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.Info
commentId: F:TinyLife.Actions.Action.Info
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Info
2022-11-12 13:53:28 +01:00
name: Info
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Id
2023-03-30 18:07:55 +02:00
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
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_StartedAutomatically
2022-11-12 13:53:28 +01:00
name: StartedAutomatically
nameWithType: Action.StartedAutomatically
fullName: TinyLife.Actions.Action.StartedAutomatically
- uid: TinyLife.Actions.Action.Parent
commentId: P:TinyLife.Actions.Action.Parent
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Parent
2022-11-12 13:53:28 +01:00
name: Parent
nameWithType: Action.Parent
fullName: TinyLife.Actions.Action.Parent
- uid: TinyLife.Actions.Action.Person
commentId: P:TinyLife.Actions.Action.Person
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Person
2022-11-12 13:53:28 +01:00
name: Person
nameWithType: Action.Person
fullName: TinyLife.Actions.Action.Person
- uid: TinyLife.Actions.Action.ElapsedTime
commentId: P:TinyLife.Actions.Action.ElapsedTime
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ElapsedTime
2022-11-12 13:53:28 +01:00
name: ElapsedTime
nameWithType: Action.ElapsedTime
fullName: TinyLife.Actions.Action.ElapsedTime
- uid: TinyLife.Actions.Action.PlayerPromptOpen
commentId: P:TinyLife.Actions.Action.PlayerPromptOpen
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PlayerPromptOpen
2022-11-12 13:53:28 +01:00
name: PlayerPromptOpen
nameWithType: Action.PlayerPromptOpen
fullName: TinyLife.Actions.Action.PlayerPromptOpen
- uid: TinyLife.Actions.Action.ForceResult
commentId: F:TinyLife.Actions.Action.ForceResult
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ForceResult
2022-11-12 13:53:28 +01:00
name: ForceResult
nameWithType: Action.ForceResult
fullName: TinyLife.Actions.Action.ForceResult
2022-07-04 16:50:43 +02:00
- 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)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
2022-05-24 13:36:05 +02:00
name: TryForceResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_
2021-08-04 06:51:12 +02:00
- name: (
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.MapObject
name: MapObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
2022-05-24 13:36:05 +02:00
name: TryForceResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_
2021-08-04 06:51:12 +02:00
- name: (
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.CanExecuteResult
name: CanExecuteResult
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CanExecuteResult.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.MapObject
name: MapObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2021-08-04 06:51:12 +02:00
- name: )
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed
2022-11-12 13:53:28 +01:00
name: CausesExtremelyFastSpeed()
nameWithType: Action.CausesExtremelyFastSpeed()
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed()
spec.csharp:
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
name: CausesExtremelyFastSpeed
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed
2022-11-12 13:53:28 +01:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
name: CausesExtremelyFastSpeed
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed
2022-11-12 13:53:28 +01:00
- name: (
- name: )
- uid: TinyLife.Actions.Action.GetDisplayName
commentId: M:TinyLife.Actions.Action.GetDisplayName
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName
2022-11-12 13:53:28 +01:00
name: GetDisplayName()
nameWithType: Action.GetDisplayName()
fullName: TinyLife.Actions.Action.GetDisplayName()
spec.csharp:
- uid: TinyLife.Actions.Action.GetDisplayName
name: GetDisplayName
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName
2022-11-12 13:53:28 +01:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.GetDisplayName
name: GetDisplayName
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName
2022-11-12 13:53:28 +01:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.Person,TinyLife.Actions.ActionType)
name: CanEnqueueConversation
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_Person_TinyLife_Actions_ActionType_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2021-08-04 06:51:12 +02:00
- name: )
2023-06-25 15:41:49 +02:00
- uid: TinyLife.Actions.Action.GetProgress
commentId: M:TinyLife.Actions.Action.GetProgress
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress
2023-06-25 15:41:49 +02:00
name: GetProgress()
nameWithType: Action.GetProgress()
fullName: TinyLife.Actions.Action.GetProgress()
spec.csharp:
- uid: TinyLife.Actions.Action.GetProgress
name: GetProgress
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress
2023-06-25 15:41:49 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.GetProgress
name: GetProgress
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress
2023-06-25 15:41:49 +02:00
- name: (
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
name: OnChildCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
2023-12-13 14:46:39 +01:00
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single)
commentId: M:TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.Action
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_
2023-12-13 14:46:39 +01:00
name: OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Action<CoveringGroup, Panel>, TextureRegion, float)
nameWithType: Action.OpenPlayerPrompt(string, Predicate<Panel>, Action<Panel>, bool, Action<CoveringGroup, Panel>, TextureRegion, float)
fullName: TinyLife.Actions.Action.OpenPlayerPrompt(string, System.Predicate<MLEM.Ui.Elements.Panel>, System.Action<MLEM.Ui.Elements.Panel>, bool, System.Action<TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel>, MLEM.Textures.TextureRegion, float)
nameWithType.vb: Action.OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Action(Of CoveringGroup, Panel), TextureRegion, Single)
fullName.vb: TinyLife.Actions.Action.OpenPlayerPrompt(String, System.Predicate(Of MLEM.Ui.Elements.Panel), System.Action(Of MLEM.Ui.Elements.Panel), Boolean, System.Action(Of TinyLife.Uis.CoveringGroup, MLEM.Ui.Elements.Panel), MLEM.Textures.TextureRegion, Single)
name.vb: OpenPlayerPrompt(String, Predicate(Of Panel), Action(Of Panel), Boolean, Action(Of CoveringGroup, Panel), TextureRegion, Single)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-12-13 14:46:39 +01:00
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single)
2021-08-04 06:51:12 +02:00
name: OpenPlayerPrompt
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: <
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: '>'
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: <
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: '>'
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-12-13 14:46:39 +01:00
- uid: System.Action`2
name: Action
2021-11-23 16:24:04 +01:00
isExternal: true
2023-12-13 14:46:39 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2021-11-23 16:24:04 +01:00
- name: <
- uid: TinyLife.Uis.CoveringGroup
name: CoveringGroup
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-12-13 14:46:39 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
2021-08-04 06:51:12 +02:00
isExternal: true
2021-11-23 16:24:04 +01:00
- 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
2023-12-13 14:46:39 +01:00
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-12-13 14:46:39 +01:00
- uid: TinyLife.Actions.Action.OpenPlayerPrompt(System.String,System.Predicate{MLEM.Ui.Elements.Panel},System.Action{MLEM.Ui.Elements.Panel},System.Boolean,System.Action{TinyLife.Uis.CoveringGroup,MLEM.Ui.Elements.Panel},MLEM.Textures.TextureRegion,System.Single)
2021-08-04 06:51:12 +02:00
name: OpenPlayerPrompt
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenPlayerPrompt_System_String_System_Predicate_MLEM_Ui_Elements_Panel__System_Action_MLEM_Ui_Elements_Panel__System_Boolean_System_Action_TinyLife_Uis_CoveringGroup_MLEM_Ui_Elements_Panel__MLEM_Textures_TextureRegion_System_Single_
2021-08-04 06:51:12 +02:00
- 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: " "
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-12-13 14:46:39 +01:00
- uid: System.Action`2
name: Action
2021-11-23 16:24:04 +01:00
isExternal: true
2023-12-13 14:46:39 +01:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Uis.CoveringGroup
name: CoveringGroup
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-12-13 14:46:39 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
2021-08-04 06:51:12 +02:00
isExternal: true
2021-11-23 16:24:04 +01:00
- 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
2023-12-13 14:46:39 +01:00
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
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
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
name: OpenYesNoPrompt
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
name: OpenYesNoPrompt
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_
2021-08-04 06:51:12 +02:00
- 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: " "
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenTextPrompt_System_String_System_Action_System_String__System_Predicate_System_String__MLEM_Ui_Elements_TextField_Rule_System_String_MLEM_Textures_TextureRegion_
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
name: OpenTextPrompt
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenTextPrompt_System_String_System_Action_System_String__System_Predicate_System_String__MLEM_Ui_Elements_TextField_Rule_System_String_MLEM_Textures_TextureRegion_
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: '>'
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: <
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: '>'
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.TextField.Rule
2023-03-30 18:07:55 +02:00
name: Rule
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-10-14 20:30:40 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
name: OpenTextPrompt
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenTextPrompt_System_String_System_Action_System_String__System_Predicate_System_String__MLEM_Ui_Elements_TextField_Rule_System_String_MLEM_Textures_TextureRegion_
2021-08-04 06:51:12 +02:00
- 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: " "
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: MLEM.Ui.Elements.TextField.Rule
2023-03-30 18:07:55 +02:00
name: Rule
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +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
2021-08-04 06:51:12 +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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
2022-07-04 16:50:43 +02:00
- name: (
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
name: ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ChoicePromptInfo.html
2022-07-04 16:50:43 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
2022-07-04 16:50:43 +02:00
- name: (
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
name: ChoicePromptInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ChoicePromptInfo.html
2022-07-04 16:50:43 +02:00
- name: )
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
commentId: M:TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
2023-07-20 14:27:20 +02:00
name: SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int, float, float, float, float)
nameWithType: Action.SpeakAlone(GameTime, float, EmoteCategory, SpeakStyle, int, float, float, float, float)
fullName: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, int, float, float, float, float)
nameWithType.vb: Action.SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer, Single, Single, Single, Single)
fullName.vb: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, Integer, Single, Single, Single, Single)
name.vb: SpeakAlone(GameTime, Single, EmoteCategory, SpeakStyle, Integer, Single, Single, Single, Single)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
2021-08-04 06:51:12 +02:00
name: SpeakAlone
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-26 23:42:22 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-11-26 23:42:22 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
2021-08-04 06:51:12 +02:00
name: SpeakAlone
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-26 23:42:22 +01:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2021-11-23 16:24:04 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
2021-11-23 16:24:04 +01:00
- name: )
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
commentId: M:TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2022-03-09 16:13:05 +01:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_
2023-07-20 14:27:20 +02:00
name: ThinkAlone(GameTime, float, EmoteCategory, float, float, float, float, int)
nameWithType: Action.ThinkAlone(GameTime, float, EmoteCategory, float, float, float, float, int)
fullName: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, float, float, float, float, int)
nameWithType.vb: Action.ThinkAlone(GameTime, Single, EmoteCategory, Single, Single, Single, Single, Integer)
fullName.vb: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, Single, Single, Single, Single, Integer)
name.vb: ThinkAlone(GameTime, Single, EmoteCategory, Single, Single, Single, Single, Integer)
2022-03-09 16:13:05 +01:00
spec.csharp:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
name: ThinkAlone
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_
2023-07-20 14:27:20 +02:00
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
isExternal: true
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,System.Single,System.Single,System.Single,System.Single,System.Int32)
name: ThinkAlone
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_System_Single_System_Single_System_Single_System_Single_System_Int32_
2023-07-20 14:27:20 +02:00
- name: (
- uid: Microsoft.Xna.Framework.GameTime
name: GameTime
isExternal: true
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
parent: TinyLife.Actions.Action
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2023-07-20 14:27:20 +02:00
name: SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float)
nameWithType: Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float)
fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float)
nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single)
fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer, Single, Single, Single, Single)
name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single)
spec.csharp:
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-03-09 16:13:05 +01:00
name: SpeakInConversation
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-03-09 16:13:05 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-03-09 16:13:05 +01:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
2022-03-09 16:13:05 +01:00
- name: )
spec.vb:
2023-07-20 14:27:20 +02: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,System.Single,System.Single,System.Single,System.Single)
2022-03-09 16:13:05 +01:00
name: SpeakInConversation
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-03-09 16:13:05 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-03-09 16:13:05 +01:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: TinyLife.Actions.Action.ResetSpeech
commentId: M:TinyLife.Actions.Action.ResetSpeech
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech
2023-07-20 14:27:20 +02:00
name: ResetSpeech()
nameWithType: Action.ResetSpeech()
fullName: TinyLife.Actions.Action.ResetSpeech()
spec.csharp:
- uid: TinyLife.Actions.Action.ResetSpeech
name: ResetSpeech
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech
2023-07-20 14:27:20 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.ResetSpeech
name: ResetSpeech
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech
2023-07-20 14:27:20 +02:00
- name: (
2022-03-09 16:13:05 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FacePartner_TinyLife_Objects_Person_
2022-12-20 13:25:03 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FacePartner_TinyLife_Objects_Person_
2022-12-20 13:25:03 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-12-20 13:25:03 +01:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.FacePartner(TinyLife.Objects.Person)
name: FacePartner
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FacePartner_TinyLife_Objects_Person_
2022-12-20 13:25:03 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-12-20 13:25:03 +01:00
- name: )
2023-04-27 18:53:16 +02:00
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
2022-12-20 13:25:03 +01:00
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_
2023-04-27 18:53:16 +02:00
name: CompleteIfNeedFull(NeedType, Person)
nameWithType: Action.CompleteIfNeedFull(NeedType, Person)
fullName: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.Person)
2022-12-20 13:25:03 +01:00
spec.csharp:
2023-04-27 18:53:16 +02:00
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
2022-12-20 13:25:03 +01:00
name: CompleteIfNeedFull
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_
2022-12-20 13:25:03 +01:00
- name: (
- uid: TinyLife.NeedType
name: NeedType
2024-01-07 16:53:47 +01:00
href: TinyLife.NeedType.html
2023-04-27 18:53:16 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-12-20 13:25:03 +01:00
- name: )
spec.vb:
2023-04-27 18:53:16 +02:00
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.Person)
2022-12-20 13:25:03 +01:00
name: CompleteIfNeedFull
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_Person_
2022-12-20 13:25:03 +01:00
- name: (
- uid: TinyLife.NeedType
name: NeedType
2024-01-07 16:53:47 +01:00
href: TinyLife.NeedType.html
2023-04-27 18:53:16 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-12-20 13:25:03 +01:00
- 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-03-09 16:13:05 +01:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
2023-03-30 18:07:55 +02:00
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-03-09 16:13:05 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
2022-03-09 16:13:05 +01: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-03-09 16:13:05 +01:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Skills.SkillType
name: SkillType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2022-03-09 16:13:05 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
2022-03-09 16:13:05 +01: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-03-09 16:13:05 +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: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Skills.SkillType
name: SkillType
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +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
2022-03-09 16:13:05 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___
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())
2021-11-23 16:24:04 +01:00
spec.csharp:
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
name: CancelIfEmotional
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionType.html
2023-03-30 18:07:55 +02:00
- name: '['
- name: ']'
- name: )
2021-11-23 16:24:04 +01:00
spec.vb:
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
name: CancelIfEmotional
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionType.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ActionSpot.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
name: Sit
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ActionSpot.html
2023-03-30 18:07:55 +02:00
- name: )
- uid: TinyLife.Actions.Action.GetChildren(System.Boolean)
commentId: M:TinyLife.Actions.Action.GetChildren(System.Boolean)
parent: TinyLife.Actions.Action
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_
2023-03-30 18:07:55 +02:00
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)
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_
2021-11-23 16:24:04 +01:00
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
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
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_
2021-11-23 16:24:04 +01:00
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
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
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_
2023-03-30 18:07:55 +02:00
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)
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_
2021-11-23 16:24:04 +01:00
- name: (
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
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
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Func_TinyLife_Objects_Furniture_System_Boolean__System_Boolean_
2021-11-23 16:24:04 +01:00
- name: (
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
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
2021-11-23 16:24:04 +01: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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
2021-08-04 06:51:12 +02:00
name: GetFreeChair
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.Person,TinyLife.Objects.Furniture)
2021-08-04 06:51:12 +02:00
name: GetFreeChair
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_Person_TinyLife_Objects_Furniture_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2021-08-04 06:51:12 +02:00
- 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
2021-10-14 20:30:40 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#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
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))
2021-10-14 20:30:40 +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})
2021-10-14 20:30:40 +02:00
name: GetFreeChairs
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +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
2021-10-14 20:30:40 +02:00
- name: <
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-10-14 20:30:40 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-10-14 20:30:40 +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})
2021-10-14 20:30:40 +02:00
name: GetFreeChairs
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_Person_TinyLife_Objects_Furniture_System_Func_MLEM_Misc_Direction2_System_Boolean__
2021-10-14 20:30:40 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +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: " "
2021-10-14 20:30:40 +02:00
- uid: MLEM.Misc.Direction2
name: Direction2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-10-14 20:30:40 +02:00
- name: )
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
name: GetSeatCategory(Person)
nameWithType: Action.GetSeatCategory(Person)
fullName: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
name: GetSeatCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.Person)
name: GetSeatCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_Person_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
parent: TinyLife.Actions.Action
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
2023-10-11 16:05:32 +02:00
name: FindAllFreePeople(Person, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
nameWithType: Action.FindAllFreePeople(Person, ActionType, Map, Vector2?, float?, float?, bool, bool, bool)
fullName: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool)
nameWithType.vb: Action.FindAllFreePeople(Person, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
name.vb: FindAllFreePeople(Person, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreePeople
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: float
2023-03-30 18:07:55 +02:00
isExternal: true
2023-10-11 16:05:32 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreePeople
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
2023-03-30 18:07:55 +02:00
isExternal: true
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: Single
2023-03-30 18:07:55 +02:00
isExternal: true
2023-10-11 16:05:32 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
2023-10-11 16:05:32 +02:00
name: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
nameWithType: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool)
fullName: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool)
nameWithType.vb: Action.FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean)
name.vb: FindAllFreeFurniture(Person, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreeFurniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreeFurniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +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: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
2023-03-30 18:07:55 +02:00
isExternal: true
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
commentId: M:TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2023-10-11 16:05:32 +02:00
name: FindAllFreeWalls<T>(Person, Map, Vector2?, float?, float?, bool)
nameWithType: Action.FindAllFreeWalls<T>(Person, Map, Vector2?, float?, float?, bool)
fullName: TinyLife.Actions.Action.FindAllFreeWalls<T>(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
nameWithType.vb: Action.FindAllFreeWalls(Of T)(Person, Map, Vector2?, Single?, Single?, Boolean)
fullName.vb: TinyLife.Actions.Action.FindAllFreeWalls(Of T)(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
name.vb: FindAllFreeWalls(Of T)(Person, Map, Vector2?, Single?, Single?, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreeWalls
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2023-10-11 16:05:32 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreeWalls
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
2023-10-11 16:05:32 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
2023-03-30 18:07:55 +02:00
isExternal: true
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
commentId: M:TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2023-10-11 16:05:32 +02:00
name: FindAllFreeGround(Person, Map, Vector2?, float?, float?, bool)
nameWithType: Action.FindAllFreeGround(Person, Map, Vector2?, float?, float?, bool)
fullName: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
nameWithType.vb: Action.FindAllFreeGround(Person, Map, Vector2?, Single?, Single?, Boolean)
fullName.vb: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
name.vb: FindAllFreeGround(Person, Map, Vector2?, Single?, Single?, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreeGround
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindAllFreeGround
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
2023-03-30 18:07:55 +02:00
isExternal: true
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2023-10-11 16:05:32 +02:00
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2021-08-04 06:51:12 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2023-07-20 14:27:20 +02:00
name: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
nameWithType: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
fullName: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
nameWithType.vb: Action.FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
name.vb: FindFreeFurniture(Person, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindFreeFurniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2021-08-30 20:44:32 +02:00
- uid: System.Boolean
2023-03-30 18:07:55 +02:00
name: bool
2021-08-30 20:44:32 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
name: FindFreeFurniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_Person_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ObjectCategory
name: ObjectCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ObjectCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.FurnitureType
name: FurnitureType
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.FurnitureType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
name: Vector2
isExternal: true
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: ','
- name: " "
2021-08-30 20:44:32 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2021-08-04 06:51:12 +02:00
- name: )
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-07-20 14:27:20 +02:00
name: FindAllActionObjects(Person, ActionType, Map, Vector2?)
nameWithType: Action.FindAllActionObjects(Person, ActionType, Map, Vector2?)
fullName: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
2022-05-24 13:36:05 +02:00
spec.csharp:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-05-24 13:36:05 +02:00
name: FindAllActionObjects
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2022-05-24 13:36:05 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +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:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-05-24 13:36:05 +02:00
name: FindAllActionObjects
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2022-05-24 13:36:05 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +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-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2023-07-20 14:27:20 +02:00
name: FindValidActionObjects(Person, ActionType, bool, Map, Vector2?, bool, bool)
nameWithType: Action.FindValidActionObjects(Person, ActionType, bool, Map, Vector2?, bool, bool)
fullName: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
nameWithType.vb: Action.FindValidActionObjects(Person, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
fullName.vb: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person, TinyLife.Actions.ActionType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
name.vb: FindValidActionObjects(Person, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
2022-05-24 13:36:05 +02:00
spec.csharp:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name: FindValidActionObjects
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2022-05-24 13:36:05 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
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-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +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: " "
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-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.Person,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
name: FindValidActionObjects
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_Person_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2022-05-24 13:36:05 +02:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
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: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +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: " "
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: )
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
2023-03-30 18:07:55 +02:00
parent: TinyLife.Actions.Action
2023-04-26 21:12:41 +02:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
2023-10-11 16:05:32 +02:00
name: GetRandomValidArguments(ActionType, ActionInfo, bool)
nameWithType: Action.GetRandomValidArguments(ActionType, ActionInfo, bool)
fullName: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
nameWithType.vb: Action.GetRandomValidArguments(ActionType, ActionInfo, Boolean)
fullName.vb: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean)
name.vb: GetRandomValidArguments(ActionType, ActionInfo, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
name: GetRandomValidArguments
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-04-26 21:12:41 +02:00
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
2023-10-11 16:05:32 +02:00
- uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
name: GetRandomValidArguments
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2023-04-26 21:12:41 +02:00
- uid: System.Boolean
name: Boolean
isExternal: true
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.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
commentId: M:TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
2021-08-04 06:51:12 +02:00
name: GetTableSpot
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ActionSpot.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
2021-08-04 06:51:12 +02:00
name: GetTableSpot
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_
2021-08-04 06:51:12 +02:00
- name: (
- uid: TinyLife.Objects.Furniture
name: Furniture
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Furniture.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.ActionSpot
name: ActionSpot
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.ActionSpot.html
2021-08-04 06:51:12 +02:00
- 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-03-09 16:13:05 +01:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__
2022-03-09 16:13:05 +01: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-03-09 16:13:05 +01: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-03-09 16:13:05 +01:00
name: InvokeForBoth
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__
2022-03-09 16:13:05 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01: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-03-09 16:13:05 +01:00
- name: <
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-03-09 16:13:05 +01:00
- 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-03-09 16:13:05 +01:00
name: InvokeForBoth
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_Person_TinyLife_Objects_Person_System_Action_TinyLife_Objects_Person_TinyLife_Objects_Person__
2022-03-09 16:13:05 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01: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-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-03-09 16:13:05 +01:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_
2022-11-12 13:53:28 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_
2022-11-12 13:53:28 +01:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2022-11-12 13:53:28 +01:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
name: CanMultitask
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_
2022-11-12 13:53:28 +01:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2022-11-12 13:53:28 +01:00
- name: )
2023-05-26 15:16:22 +02:00
- uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
commentId: M:TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_
2023-05-26 15:16:22 +02:00
name: IsInappropriate(ActionType, ActionInfo)
nameWithType: Action.IsInappropriate(ActionType, ActionInfo)
fullName: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
spec.csharp:
- uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
name: IsInappropriate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_
2023-05-26 15:16:22 +02:00
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-05-26 15:16:22 +02:00
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-05-26 15:16:22 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
name: IsInappropriate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_
2023-05-26 15:16:22 +02:00
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-05-26 15:16:22 +02:00
- name: ','
- name: " "
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-05-26 15:16:22 +02:00
- name: )
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId: M:TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-06-25 15:41:49 +02:00
parent: TinyLife.Actions.Action
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-07-20 14:27:20 +02:00
name: IsLotContentVisible(Lot, Person, Map, Vector2?)
nameWithType: Action.IsLotContentVisible(Lot, Person, Map, Vector2?)
fullName: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.Person, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
2023-06-25 15:41:49 +02:00
spec.csharp:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-06-25 15:41:49 +02:00
name: IsLotContentVisible
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-06-25 15:41:49 +02:00
- name: (
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2023-06-25 15:41:49 +02:00
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
- name: '?'
- name: )
spec.vb:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.Person,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-06-25 15:41:49 +02:00
name: IsLotContentVisible
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_Person_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2023-06-25 15:41:49 +02:00
- name: (
- uid: TinyLife.World.Lot
name: Lot
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Lot.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-06-25 15:41:49 +02:00
- name: ','
- name: " "
2023-07-20 14:27:20 +02:00
- uid: TinyLife.World.Map
name: Map
2024-01-07 16:53:47 +01:00
href: TinyLife.World.Map.html
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
2023-06-25 15:41:49 +02:00
- uid: Microsoft.Xna.Framework.Vector2
name: Vector2
isExternal: true
- name: '?'
- name: )
2021-11-23 16:24:04 +01: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
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.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)
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
name: SetData
isExternal: true
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
2021-08-04 06:51:12 +02:00
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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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: )
2021-11-23 16:24:04 +01: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
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: GetData<T>(string)
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2021-11-23 16:24:04 +01: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)
2021-08-04 06:51:12 +02:00
name.vb: GetData(Of T)(String)
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: )
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2021-08-04 06:51:12 +02:00
isExternal: true
name: GetDataKeys()
2021-11-23 16:24:04 +01:00
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
name: GetDataKeys
isExternal: true
- name: (
- name: )
spec.vb:
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
2021-08-04 06:51:12 +02:00
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)
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<BehaviorAction>(BehaviorAction)
nameWithType: Extensions.JsonCopy<BehaviorAction>(BehaviorAction)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.BehaviorAction>(TinyLife.Actions.BehaviorAction)
nameWithType.vb: Extensions.JsonCopy(Of BehaviorAction)(BehaviorAction)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.BehaviorAction)(TinyLife.Actions.BehaviorAction)
name.vb: JsonCopy(Of BehaviorAction)(BehaviorAction)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.BehaviorAction)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.Actions.BehaviorAction
name: BehaviorAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.BehaviorAction
name: BehaviorAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.BehaviorAction)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Actions.BehaviorAction
name: BehaviorAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html
2023-03-30 18:07:55 +02:00
- name: )
- name: (
- uid: TinyLife.Actions.BehaviorAction
name: BehaviorAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html
2021-08-04 06:51:12 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.Behaviors
commentId: N:TinyLife.Actions.Behaviors
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2022-12-20 13:25:03 +01:00
name: TinyLife.Actions.Behaviors
nameWithType: TinyLife.Actions.Behaviors
fullName: TinyLife.Actions.Behaviors
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions.Behaviors
name: Behaviors
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Behaviors.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions.Behaviors
name: Behaviors
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Behaviors.html
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
2021-11-23 16:24:04 +01:00
- uid: MLEM.Data.Json
commentId: N:MLEM.Data.Json
2021-08-04 06:51:12 +02:00
isExternal: true
2021-11-23 16:24:04 +01:00
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
2021-11-23 16:24:04 +01: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: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
- uid: TinyLife.Actions.SocialAction
commentId: T:TinyLife.Actions.SocialAction
parent: TinyLife.Actions
href: TinyLife.Actions.SocialAction.html
name: SocialAction
nameWithType: SocialAction
fullName: TinyLife.Actions.SocialAction
- uid: TinyLife.Actions.Action.InProgressTime
commentId: P:TinyLife.Actions.Action.InProgressTime
parent: TinyLife.Actions.Action
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InProgressTime
name: InProgressTime
nameWithType: Action.InProgressTime
fullName: TinyLife.Actions.Action.InProgressTime
- uid: System.TimeSpan.Zero
commentId: F:System.TimeSpan.Zero
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan.zero
name: Zero
nameWithType: TimeSpan.Zero
fullName: System.TimeSpan.Zero
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.FullyInProgress
commentId: P:TinyLife.Actions.Action.FullyInProgress
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FullyInProgress
2022-09-05 14:19:42 +02:00
name: FullyInProgress
2022-11-12 13:53:28 +01:00
nameWithType: Action.FullyInProgress
fullName: TinyLife.Actions.Action.FullyInProgress
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.FullyInProgress*
commentId: Overload:TinyLife.Actions.BehaviorAction.FullyInProgress
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_FullyInProgress
2022-09-05 14:19:42 +02:00
name: FullyInProgress
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.FullyInProgress
fullName: TinyLife.Actions.BehaviorAction.FullyInProgress
2022-09-05 14:19:42 +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-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.Behavior*
commentId: Overload:TinyLife.Actions.BehaviorAction.Behavior
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_Behavior
2022-09-05 14:19:42 +02:00
name: Behavior
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.Behavior
fullName: TinyLife.Actions.BehaviorAction.Behavior
- uid: TinyLife.Actions.BehaviorAction.#ctor*
commentId: Overload:TinyLife.Actions.BehaviorAction.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction__ctor_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Type_
2022-12-20 13:25:03 +01:00
name: BehaviorAction
nameWithType: BehaviorAction.BehaviorAction
fullName: TinyLife.Actions.BehaviorAction.BehaviorAction
2023-03-30 18:07:55 +02:00
nameWithType.vb: BehaviorAction.New
fullName.vb: TinyLife.Actions.BehaviorAction.New
name.vb: New
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2021-08-04 06:51:12 +02:00
name: ActionType
nameWithType: ActionType
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2021-08-04 06:51:12 +02:00
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
2022-12-20 13:25:03 +01:00
- uid: System.Type
commentId: T:System.Type
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.type
2022-12-20 13:25:03 +01:00
name: Type
nameWithType: Type
fullName: System.Type
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
2021-08-04 06:51:12 +02:00
name: CreateFirstActions()
nameWithType: MultiAction.CreateFirstActions()
fullName: TinyLife.Actions.MultiAction.CreateFirstActions()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
name: CreateFirstActions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
name: CreateFirstActions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.CreateFirstActions*
commentId: Overload:TinyLife.Actions.BehaviorAction.CreateFirstActions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_CreateFirstActions
2021-08-04 06:51:12 +02:00
name: CreateFirstActions
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.CreateFirstActions
fullName: TinyLife.Actions.BehaviorAction.CreateFirstActions
2022-11-12 13:53:28 +01:00
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
2021-08-04 06:51:12 +02:00
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2022-11-12 13:53:28 +01:00
name: IEnumerable<Action>
nameWithType: IEnumerable<Action>
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb: IEnumerable(Of Action)
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb: IEnumerable(Of Action)
2021-08-04 06:51:12 +02:00
spec.csharp:
- 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
2021-08-04 06:51:12 +02:00
- name: <
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- 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-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- 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: " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Actions.MultiAction.CreateLastActions
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
2022-07-04 16:50:43 +02:00
name: CreateLastActions()
nameWithType: MultiAction.CreateLastActions()
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.CreateLastActions
name: CreateLastActions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
2022-07-04 16:50:43 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.CreateLastActions
name: CreateLastActions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
2022-07-04 16:50:43 +02:00
- name: (
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.CreateLastActions*
commentId: Overload:TinyLife.Actions.BehaviorAction.CreateLastActions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_CreateLastActions
2022-07-04 16:50:43 +02:00
name: CreateLastActions
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.CreateLastActions
fullName: TinyLife.Actions.BehaviorAction.CreateLastActions
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
2021-08-04 06:51:12 +02:00
name: AndThenInitialize()
nameWithType: MultiAction.AndThenInitialize()
fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
spec.csharp:
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
name: AndThenInitialize
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
name: AndThenInitialize
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.AndThenInitialize*
commentId: Overload:TinyLife.Actions.BehaviorAction.AndThenInitialize
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_AndThenInitialize
2021-08-04 06:51:12 +02:00
name: AndThenInitialize
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.AndThenInitialize
fullName: TinyLife.Actions.BehaviorAction.AndThenInitialize
2024-01-07 16:53:47 +01:00
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Speed
name: Speed
nameWithType: GameImpl.Speed
fullName: TinyLife.GameImpl.Speed
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.MultiAction
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2023-03-30 18:07:55 +02:00
name: AndThenUpdate(GameTime, TimeSpan, float)
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float)
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
fullName.vb: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
name: AndThenUpdate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2021-11-26 23:42:22 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-11-26 23:42:22 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
name: AndThenUpdate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
- name: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: ','
- name: " "
2021-11-26 23:42:22 +01:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.AndThenUpdate*
commentId: Overload:TinyLife.Actions.BehaviorAction.AndThenUpdate
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2021-08-04 06:51:12 +02:00
name: AndThenUpdate
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.AndThenUpdate
fullName: TinyLife.Actions.BehaviorAction.AndThenUpdate
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: GameTime
nameWithType: GameTime
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
2021-11-26 23:42:22 +01:00
- 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
2024-01-07 16:53:47 +01:00
- uid: TinyLife.Actions.ActionType.TypeSettings.Texture
commentId: F:TinyLife.Actions.ActionType.TypeSettings.Texture
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_Texture
name: Texture
nameWithType: ActionType.TypeSettings.Texture
fullName: TinyLife.Actions.ActionType.TypeSettings.Texture
- uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
commentId: M:TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
isExternal: true
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_GetActionObject__1_System_Boolean_
name: GetActionObject<T>(bool)
nameWithType: ActionInfo.GetActionObject<T>(bool)
fullName: TinyLife.Actions.ActionInfo.GetActionObject<T>(bool)
nameWithType.vb: ActionInfo.GetActionObject(Of T)(Boolean)
fullName.vb: TinyLife.Actions.ActionInfo.GetActionObject(Of T)(Boolean)
name.vb: GetActionObject(Of T)(Boolean)
spec.csharp:
- uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
name: GetActionObject
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_GetActionObject__1_System_Boolean_
- name: <
- name: T
- name: '>'
- name: (
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.Actions.ActionInfo.GetActionObject``1(System.Boolean)
name: GetActionObject
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_GetActionObject__1_System_Boolean_
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Actions.Action.GetIconObject
commentId: M:TinyLife.Actions.Action.GetIconObject
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject
2021-11-23 16:24:04 +01:00
name: GetIconObject()
nameWithType: Action.GetIconObject()
fullName: TinyLife.Actions.Action.GetIconObject()
spec.csharp:
- uid: TinyLife.Actions.Action.GetIconObject
name: GetIconObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject
2021-11-23 16:24:04 +01:00
- name: (
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.GetIconObject
name: GetIconObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject
2021-11-23 16:24:04 +01:00
- name: (
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.GetIconObject*
commentId: Overload:TinyLife.Actions.BehaviorAction.GetIconObject
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_GetIconObject
2021-11-23 16:24:04 +01:00
name: GetIconObject
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.GetIconObject
fullName: TinyLife.Actions.BehaviorAction.GetIconObject
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Objects.MapObject
commentId: T:TinyLife.Objects.MapObject
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.MapObject.html
2021-11-23 16:24:04 +01:00
name: MapObject
nameWithType: MapObject
fullName: TinyLife.Objects.MapObject
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-11-23 16:24:04 +01:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_
2022-09-05 14:19:42 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_
2022-09-05 14:19:42 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2022-09-05 14:19:42 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
name: CanMultitask
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_
2022-09-05 14:19:42 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2022-09-05 14:19:42 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.CanMultitask*
commentId: Overload:TinyLife.Actions.BehaviorAction.CanMultitask
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_CanMultitask_TinyLife_Actions_Action_
2022-09-05 14:19:42 +02:00
name: CanMultitask
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.CanMultitask
fullName: TinyLife.Actions.BehaviorAction.CanMultitask
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.MultiAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
2021-10-14 20:30:40 +02:00
name: AndThenOnCompleted(CompletionType)
nameWithType: MultiAction.AndThenOnCompleted(CompletionType)
fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
name: AndThenOnCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
2021-08-04 06:51:12 +02:00
- name: (
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
name: AndThenOnCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
2021-08-04 06:51:12 +02:00
- name: (
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2021-08-04 06:51:12 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.AndThenOnCompleted*
commentId: Overload:TinyLife.Actions.BehaviorAction.AndThenOnCompleted
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
2021-08-04 06:51:12 +02:00
name: AndThenOnCompleted
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.AndThenOnCompleted
fullName: TinyLife.Actions.BehaviorAction.AndThenOnCompleted
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2021-10-14 20:30:40 +02:00
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
parent: TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_
2021-11-23 16:24:04 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_
2021-11-23 16:24:04 +01:00
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2021-11-23 16:24:04 +01:00
- name: )
spec.vb:
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
name: GetNextAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_
2021-11-23 16:24:04 +01:00
- name: (
- uid: TinyLife.Actions.CompletionType
name: CompletionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.CompletionType.html
2021-11-23 16:24:04 +01:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.BehaviorAction.GetNextAction*
commentId: Overload:TinyLife.Actions.BehaviorAction.GetNextAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.BehaviorAction.html#TinyLife_Actions_BehaviorAction_GetNextAction_TinyLife_Actions_CompletionType_
2021-11-23 16:24:04 +01:00
name: GetNextAction
2022-12-20 13:25:03 +01:00
nameWithType: BehaviorAction.GetNextAction
fullName: TinyLife.Actions.BehaviorAction.GetNextAction