2022-07-04 16:50:43 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Actions.SocialAction.StartPartnerAction
commentId : T:TinyLife.Actions.SocialAction.StartPartnerAction
id : SocialAction.StartPartnerAction
parent : TinyLife.Actions
children :
- TinyLife.Actions.SocialAction.StartPartnerAction.#ctor(TinyLife.Actions.ActionInfo)
- TinyLife.Actions.SocialAction.StartPartnerAction.Initialize
- TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted
langs :
- csharp
- vb
name : SocialAction.StartPartnerAction
nameWithType : SocialAction.StartPartnerAction
fullName : TinyLife.Actions.SocialAction.StartPartnerAction
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
An action is something that a <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> does.
2024-01-07 16:53:47 +01:00
An action is always derived from an underlying <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref> that contains various action settings.
2024-06-09 17:05:30 +02:00
Actions can be queued up for a person (<xref href="TinyLife.Objects.PersonLike.ActionQueue" data-throw-if-not-resolved="false"></xref>) or currently active (<xref href="TinyLife.Objects.PersonLike.CurrentActions" data-throw-if-not-resolved="false"></xref>).
2024-01-07 16:53:47 +01:00
To create a more complex action, it is best to extend <xref href="TinyLife.Actions.MultiAction" data-throw-if-not-resolved="false"></xref>.
2024-06-09 17:05:30 +02:00
You can find a multitude of action-related events in <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref>, like <xref href="TinyLife.Objects.PersonLike.OnActionsCompleted" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content: 'protected class SocialAction.StartPartnerAction : Action, IGenericDataHolder'
content.vb : Protected Class SocialAction.StartPartnerAction Inherits Action Implements IGenericDataHolder
2022-07-04 16:50:43 +02:00
inheritance :
- System.Object
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
implements :
- MLEM.Misc.IGenericDataHolder
inheritedMembers :
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.Random
2024-10-17 17:28:12 +02:00
- TinyLife.Actions.Action.Migrations
2024-06-15 12:48:46 +02:00
- TinyLife.Actions.Action.OnActionTypeConstructed
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.InProgressTime
- TinyLife.Actions.Action.FullyInProgress
- TinyLife.Actions.Action.Type
- TinyLife.Actions.Action.Info
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.Id
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.StartedAutomatically
- TinyLife.Actions.Action.Parent
- TinyLife.Actions.Action.Person
- TinyLife.Actions.Action.ElapsedTime
- TinyLife.Actions.Action.PlayerPromptOpen
- TinyLife.Actions.Action.ForceResult
- TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
- TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2024-10-17 17:28:12 +02:00
- TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.Action.CanStartNow
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
- TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Action.GetIconObject
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
- TinyLife.Actions.Action.GetDisplayName
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,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)
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,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.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
- TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2023-07-20 14:27:20 +02:00
- TinyLife.Actions.Action.ResetSpeech
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
2022-12-20 13:25:03 +01:00
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
- TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
2022-12-20 13:25:03 +01:00
- 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)
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
2024-07-26 12:47:59 +02:00
- TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
2024-09-20 13:01:26 +02:00
- TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.PersonLike,System.Boolean})
- TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.Furniture,System.Boolean})
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,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.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
- TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,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.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
- TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,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)
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
2022-11-12 13:53:28 +01: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)
2024-06-09 17:05:30 +02:00
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-12-20 13:25:03 +01:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
2022-07-04 16:50:43 +02:00
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods :
- TinyLife.Actions.SocialAction.StartPartnerAction.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Actions.SocialAction.StartPartnerAction.#ctor(TinyLife.Actions.ActionInfo)
commentId : M:TinyLife.Actions.SocialAction.StartPartnerAction.#ctor(TinyLife.Actions.ActionInfo)
id : '#ctor(TinyLife.Actions.ActionInfo)'
parent : TinyLife.Actions.SocialAction.StartPartnerAction
langs :
- csharp
- vb
name : StartPartnerAction(ActionInfo)
nameWithType : SocialAction.StartPartnerAction.StartPartnerAction(ActionInfo)
fullName : TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction(TinyLife.Actions.ActionInfo)
type : Constructor
assemblies :
- Tiny Life
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : Creates a new typeless action with the given action information.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public StartPartnerAction(ActionInfo info)
parameters :
- id : info
type : TinyLife.Actions.ActionInfo
2022-11-12 13:53:28 +01:00
description : The information for this action.
2022-07-04 16:50:43 +02:00
content.vb : Public Sub New(info As ActionInfo)
overload : TinyLife.Actions.SocialAction.StartPartnerAction.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : SocialAction.StartPartnerAction.New(ActionInfo)
fullName.vb : TinyLife.Actions.SocialAction.StartPartnerAction.New(TinyLife.Actions.ActionInfo)
name.vb : New(ActionInfo)
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.SocialAction.StartPartnerAction.Initialize
commentId : M:TinyLife.Actions.SocialAction.StartPartnerAction.Initialize
id : Initialize
parent : TinyLife.Actions.SocialAction.StartPartnerAction
langs :
- csharp
- vb
name : Initialize()
nameWithType : SocialAction.StartPartnerAction.Initialize()
fullName : TinyLife.Actions.SocialAction.StartPartnerAction.Initialize()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : >-
This method is called when the action is first started by a <xref href="TinyLife.Actions.Action.Person" data-throw-if-not-resolved="false"></xref>.
2024-06-09 17:05:30 +02:00
Note that it is not called when the action gets added to the <xref href="TinyLife.Objects.PersonLike.ActionQueue" data-throw-if-not-resolved="false"></xref>, but when it is moved to <xref href="TinyLife.Objects.PersonLike.CurrentActions" data-throw-if-not-resolved="false"></xref>.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public override void Initialize()
2023-03-30 18:07:55 +02:00
content.vb : Public Overrides Sub Initialize()
2022-11-12 13:53:28 +01:00
overridden : TinyLife.Actions.Action.Initialize
2022-07-04 16:50:43 +02:00
overload : TinyLife.Actions.SocialAction.StartPartnerAction.Initialize*
- uid : TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted
commentId : M:TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted
id : IsCompleted
parent : TinyLife.Actions.SocialAction.StartPartnerAction
langs :
- csharp
- vb
name : IsCompleted()
nameWithType : SocialAction.StartPartnerAction.IsCompleted()
fullName : TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted()
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary : >-
This method is called every update frame by a <xref href="TinyLife.Actions.Action.Person" data-throw-if-not-resolved="false"></xref> if this action is currently active to check if it should be stopped.
If this returns a result other than <xref href="TinyLife.Actions.CompletionType.Completed" data-throw-if-not-resolved="false"></xref>, <xref href="TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)" data-throw-if-not-resolved="false"></xref> will be called and the action is stopped.
By default, only <xref href="TinyLife.Actions.Action.ForceResult" data-throw-if-not-resolved="false"></xref> modifies the completion type, otherwise <xref href="TinyLife.Actions.CompletionType.Active" data-throw-if-not-resolved="false"></xref> is returned.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
content : public override CompletionType IsCompleted()
return :
type : TinyLife.Actions.CompletionType
description : The current completion type of this action
2023-03-30 18:07:55 +02:00
content.vb : Public Overrides Function IsCompleted() As CompletionType
2022-11-12 13:53:28 +01:00
overridden : TinyLife.Actions.Action.IsCompleted
2022-07-04 16:50:43 +02:00
overload : TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted*
references :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
commentId : T:TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
parent : TinyLife.Objects
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html
name : PersonLike
nameWithType : PersonLike
fullName : TinyLife.Objects.PersonLike
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Actions.ActionType
commentId : T:TinyLife.Actions.ActionType
parent : TinyLife.Actions
href : TinyLife.Actions.ActionType.html
name : ActionType
nameWithType : ActionType
fullName : TinyLife.Actions.ActionType
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.ActionQueue
commentId : F:TinyLife.Objects.PersonLike.ActionQueue
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ActionQueue
2024-01-07 16:53:47 +01:00
name : ActionQueue
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.ActionQueue
fullName : TinyLife.Objects.PersonLike.ActionQueue
- uid : TinyLife.Objects.PersonLike.CurrentActions
commentId : F:TinyLife.Objects.PersonLike.CurrentActions
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentActions
2024-01-07 16:53:47 +01:00
name : CurrentActions
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.CurrentActions
fullName : TinyLife.Objects.PersonLike.CurrentActions
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Actions.MultiAction
commentId : T:TinyLife.Actions.MultiAction
parent : TinyLife.Actions
href : TinyLife.Actions.MultiAction.html
name : MultiAction
nameWithType : MultiAction
fullName : TinyLife.Actions.MultiAction
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.OnActionsCompleted
commentId : E:TinyLife.Objects.PersonLike.OnActionsCompleted
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnActionsCompleted
2024-01-07 16:53:47 +01:00
name : OnActionsCompleted
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.OnActionsCompleted
fullName : TinyLife.Objects.PersonLike.OnActionsCompleted
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions
commentId : N : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2022-07-04 16:50:43 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
commentId : T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
parent : MLEM.Data.Json
isExternal : true
name : JsonTypeSafeGenericDataHolder
nameWithType : JsonTypeSafeGenericDataHolder
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action
commentId : T:TinyLife.Actions.Action
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html
2022-11-12 13:53:28 +01:00
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
- uid : MLEM.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Random
commentId : F:TinyLife.Actions.Action.Random
parent : TinyLife.Actions.Action
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
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Actions.Action.Migrations
commentId : F:TinyLife.Actions.Action.Migrations
parent : TinyLife.Actions.Action
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Migrations
name : Migrations
nameWithType : Action.Migrations
fullName : TinyLife.Actions.Action.Migrations
2024-06-15 12:48:46 +02:00
- uid : TinyLife.Actions.Action.OnActionTypeConstructed
commentId : E:TinyLife.Actions.Action.OnActionTypeConstructed
parent : TinyLife.Actions.Action
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnActionTypeConstructed
name : OnActionTypeConstructed
nameWithType : Action.OnActionTypeConstructed
fullName : TinyLife.Actions.Action.OnActionTypeConstructed
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.InProgressTime
commentId : P:TinyLife.Actions.Action.InProgressTime
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_InProgressTime
2022-11-12 13:53:28 +01:00
name : InProgressTime
nameWithType : Action.InProgressTime
fullName : TinyLife.Actions.Action.InProgressTime
- uid : TinyLife.Actions.Action.FullyInProgress
commentId : P:TinyLife.Actions.Action.FullyInProgress
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FullyInProgress
2022-11-12 13:53:28 +01:00
name : FullyInProgress
nameWithType : Action.FullyInProgress
fullName : TinyLife.Actions.Action.FullyInProgress
- uid : TinyLife.Actions.Action.Type
commentId : F:TinyLife.Actions.Action.Type
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Type
2022-11-12 13:53:28 +01:00
name : Type
nameWithType : Action.Type
fullName : TinyLife.Actions.Action.Type
- uid : TinyLife.Actions.Action.Info
commentId : F:TinyLife.Actions.Action.Info
parent : TinyLife.Actions.Action
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
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
- uid : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
parent : TinyLife.Actions.Action
2022-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_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2023-03-30 18:07:55 +02:00
name : Update(GameTime, TimeSpan, float)
nameWithType : Action.Update(GameTime, TimeSpan, float)
fullName : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb : Action.Update(GameTime, TimeSpan, Single)
fullName.vb : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb : Update(GameTime, TimeSpan, Single)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-04 16:50:43 +02:00
name : Update
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.single
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-07-04 16:50:43 +02:00
name : Update
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2022-07-04 16:50:43 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnCompleted_TinyLife_Actions_CompletionType_
2022-11-12 13:53:28 +01:00
name : OnCompleted(CompletionType)
nameWithType : Action.OnCompleted(CompletionType)
fullName : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
spec.csharp :
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
name : OnCompleted
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnCompleted_TinyLife_Actions_CompletionType_
2022-11-12 13:53:28 +01:00
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CompletionType.html
2022-11-12 13:53:28 +01:00
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
name : OnCompleted
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnCompleted_TinyLife_Actions_CompletionType_
2022-11-12 13:53:28 +01:00
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CompletionType.html
2022-11-12 13:53:28 +01:00
- name : )
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
commentId : M:TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2024-10-17 17:28:12 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Validate_TinyLife_Objects_PersonLike_TinyLife_Utilities_AppliedMigrations_
name : Validate(PersonLike, AppliedMigrations)
nameWithType : Action.Validate(PersonLike, AppliedMigrations)
fullName : TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike, TinyLife.Utilities.AppliedMigrations)
2022-11-12 13:53:28 +01:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
2022-11-12 13:53:28 +01:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Validate_TinyLife_Objects_PersonLike_TinyLife_Utilities_AppliedMigrations_
2022-11-12 13:53:28 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2022-11-12 13:53:28 +01:00
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Actions.Action.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
2022-11-12 13:53:28 +01:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Validate_TinyLife_Objects_PersonLike_TinyLife_Utilities_AppliedMigrations_
2022-11-12 13:53:28 +01:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2024-10-17 17:28:12 +02:00
- name : ','
- name : " "
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2022-11-12 13:53:28 +01:00
- name : )
- uid : TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
commentId : M:TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
parent : TinyLife.Actions.Action
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)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
2022-07-04 16:50:43 +02:00
name : TryForceResult
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_
2022-07-04 16:50:43 +02:00
- 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 : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
2022-07-04 16:50:43 +02:00
name : TryForceResult
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_
2022-07-04 16:50:43 +02:00
- 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 : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.MapObject
name : MapObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.MapObject.html
2022-07-04 16:50:43 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_
2022-11-12 13:53:28 +01:00
name : CanMultitask(Action)
nameWithType : Action.CanMultitask(Action)
fullName : TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- 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-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
2022-11-12 13:53:28 +01: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-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
2022-11-12 13:53:28 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.Action.CanStartNow
commentId : M:TinyLife.Actions.Action.CanStartNow
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanStartNow
2023-03-30 18:07:55 +02:00
name : CanStartNow()
nameWithType : Action.CanStartNow()
fullName : TinyLife.Actions.Action.CanStartNow()
spec.csharp :
- uid : TinyLife.Actions.Action.CanStartNow
name : CanStartNow
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanStartNow
2023-03-30 18:07:55 +02:00
- name : (
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CanStartNow
name : CanStartNow
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanStartNow
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanCancel_TinyLife_Actions_Action_
2022-11-12 13:53:28 +01:00
name : CanCancel(Action)
nameWithType : Action.CanCancel(Action)
fullName : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
spec.csharp :
- uid : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
name : CanCancel
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanCancel_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
2022-11-12 13:53:28 +01:00
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CanCancel(TinyLife.Actions.Action)
name : CanCancel
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanCancel_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
2022-11-12 13:53:28 +01:00
- name : )
- 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_
2022-11-12 13:53:28 +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_
2022-07-04 16:50:43 +02:00
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CompletionType.html
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- 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_
2022-07-04 16:50:43 +02:00
- name : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CompletionType.html
2022-07-04 16:50:43 +02:00
- name : )
2022-11-12 13:53:28 +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
2022-11-12 13:53:28 +01:00
name : GetIconObject()
nameWithType : Action.GetIconObject()
fullName : TinyLife.Actions.Action.GetIconObject()
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetIconObject
name : GetIconObject
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject
2022-11-12 13:53:28 +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
2022-11-12 13:53:28 +01:00
- name : (
- name : )
- 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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
commentId : M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
name : CanEnqueueConversation(PersonLike, ActionType)
nameWithType : Action.CanEnqueueConversation(PersonLike, ActionType)
fullName : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType)
2022-11-12 13:53:28 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
2022-11-12 13:53:28 +01:00
name : CanEnqueueConversation
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
2022-11-12 13:53:28 +01:00
name : CanEnqueueConversation
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.ActionType
name : ActionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.ActionType.html
2022-07-04 16:50:43 +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)
2022-11-12 13:53:28 +01:00
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_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)
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +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_
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
2022-07-04 16:50:43 +02:00
- name : <
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-04 16:50:43 +02:00
- name : <
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- 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
- name : ','
- name : " "
2023-12-13 14:46:39 +01:00
- uid : System.Action`2
name : Action
2022-07-04 16:50:43 +02:00
isExternal : true
2023-12-13 14:46:39 +01:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-04 16:50:43 +02: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
2022-07-04 16:50:43 +02:00
isExternal : true
- 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
2022-07-04 16:50:43 +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)
2022-07-04 16:50:43 +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_
2022-07-04 16:50:43 +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 : " "
2022-07-04 16:50:43 +02:00
- uid : System.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : MLEM.Ui.Elements.Panel
name : Panel
isExternal : true
- 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
- name : ','
- name : " "
2023-12-13 14:46:39 +01:00
- uid : System.Action`2
name : Action
2022-07-04 16:50:43 +02: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 : " "
2022-07-04 16:50:43 +02: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
2022-07-04 16:50:43 +02:00
isExternal : true
- 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
2022-07-04 16:50:43 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
commentId : M:TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
parent : TinyLife.Actions.Action
2022-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_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)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
2022-07-04 16:50:43 +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_
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
- name : ','
- name : " "
2022-07-04 16:50:43 +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-04 16:50:43 +02:00
- uid : System.Action
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
2022-07-04 16:50:43 +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_
2022-07-04 16:50:43 +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 : " "
2022-07-04 16:50:43 +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-04 16:50:43 +02:00
- uid : System.Action
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-07-04 16:50:43 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
commentId : M:TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
parent : TinyLife.Actions.Action
2022-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_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)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
2022-07-04 16:50:43 +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_
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2022-07-04 16:50:43 +02:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
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.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
2022-07-04 16:50:43 +02:00
- name : <
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
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 : MLEM.Ui.Elements.TextField.Rule
2023-03-30 18:07:55 +02:00
name : Rule
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.OpenTextPrompt(System.String,System.Action{System.String},System.Predicate{System.String},MLEM.Ui.Elements.TextField.Rule,System.String,MLEM.Textures.TextureRegion)
2022-07-04 16:50:43 +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_
2022-07-04 16:50:43 +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 : " "
2022-07-04 16:50:43 +02:00
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-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.Predicate`1
name : Predicate
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.predicate-1
- name : (
- name : Of
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-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 : MLEM.Ui.Elements.TextField.Rule
2023-03-30 18:07:55 +02:00
name : Rule
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : MLEM.Textures.TextureRegion
name : TextureRegion
isExternal : true
2022-07-04 16:50:43 +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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,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.EmoteChoices,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
2022-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
name : SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float)
nameWithType : Action.SpeakAlone(GameTime, float, EmoteChoices, SpeakStyle, int, float, float, float, float)
fullName : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, int, float, float, float, float)
nameWithType.vb : Action.SpeakAlone(GameTime, Single, EmoteChoices, SpeakStyle, Integer, Single, Single, Single, Single)
fullName.vb : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, Integer, Single, Single, Single, Single)
name.vb : SpeakAlone(GameTime, Single, EmoteChoices, SpeakStyle, Integer, Single, Single, Single, Single)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-07-04 16:50:43 +02:00
name : SpeakAlone
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : " "
2022-07-04 16:50:43 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
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.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-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.SpeakAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-07-04 16:50:43 +02:00
name : SpeakAlone
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : " "
2022-07-04 16:50:43 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
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.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
2022-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
commentId : M:TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_System_Single_System_Single_System_Single_System_Single_System_Int32_
name : ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int)
nameWithType : Action.ThinkAlone(GameTime, float, EmoteChoices, float, float, float, float, int)
fullName : TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, float, float, float, float, int)
nameWithType.vb : Action.ThinkAlone(GameTime, Single, EmoteChoices, Single, Single, Single, Single, Integer)
fullName.vb : TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, Single, Single, Single, Single, Integer)
name.vb : ThinkAlone(GameTime, Single, EmoteChoices, Single, Single, Single, Single, Integer)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
2023-07-20 14:27:20 +02:00
name : ThinkAlone
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.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 :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
2023-07-20 14:27:20 +02:00
name : ThinkAlone
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_ThinkAlone_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
commentId : M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2023-07-20 14:27:20 +02:00
parent : TinyLife.Actions.Action
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
name : SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float)
nameWithType : Action.SpeakInConversation(PersonLike, GameTime, float, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, int, float, float, float, float)
fullName : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float)
nameWithType.vb : Action.SpeakInConversation(PersonLike, GameTime, Single, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, Integer, Single, Single, Single, Single)
fullName.vb : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteChoices, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteChoices?, TinyLife.Objects.SpeakStyle?, Integer, Single, Single, Single, Single)
name.vb : SpeakInConversation(PersonLike, GameTime, Single, EmoteChoices, SpeakStyle, EmoteChoices?, SpeakStyle?, Integer, Single, Single, Single, Single)
2023-07-20 14:27:20 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-07-04 16:50:43 +02:00
name : SpeakInConversation
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
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.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-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.PersonLike,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteChoices},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-07-04 16:50:43 +02:00
name : SpeakInConversation
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_PersonLike_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteChoices_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteChoices__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
2022-07-04 16:50:43 +02:00
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.EmoteChoices
name : EmoteChoices
href : TinyLife.Actions.EmoteChoices.html
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
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.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-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
commentId : M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
2022-12-20 13:25:03 +01:00
parent : TinyLife.Actions.Action
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
name : CompleteIfNeedFull(NeedType, PersonLike)
nameWithType : Action.CompleteIfNeedFull(NeedType, PersonLike)
fullName : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType, TinyLife.Objects.PersonLike)
2022-12-20 13:25:03 +01:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
2022-12-20 13:25:03 +01:00
name : CompleteIfNeedFull
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2022-12-20 13:25:03 +01:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
2022-12-20 13:25:03 +01:00
name : CompleteIfNeedFull
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.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-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_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-07-04 16:50:43 +02:00
spec.csharp :
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
name : CompleteIfTimeUp
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-07-04 16:50:43 +02:00
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-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
- name : ','
- name : " "
2022-07-04 16:50:43 +02: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-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.single
- 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 : )
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-07-04 16:50:43 +02:00
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
2022-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
- name : ','
- name : " "
2022-07-04 16:50:43 +02: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-07-04 16:50:43 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
commentId : M:TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
parent : TinyLife.Actions.Action
isExternal : true
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
name : CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool)
nameWithType : Action.CompleteIfTimeUp(TimeSpan, TimeSpan, bool, SkillType, float, bool)
fullName : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, bool, TinyLife.Skills.SkillType, float, bool)
nameWithType.vb : Action.CompleteIfTimeUp(TimeSpan, TimeSpan, Boolean, SkillType, Single, Boolean)
fullName.vb : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan, System.TimeSpan, Boolean, TinyLife.Skills.SkillType, Single, Boolean)
name.vb : CompleteIfTimeUp(TimeSpan, TimeSpan, Boolean, SkillType, Single, Boolean)
spec.csharp :
- uid : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
name : CompleteIfTimeUp
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
name : CompleteIfTimeUp
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : TinyLife.Skills.SkillType
name : SkillType
href : TinyLife.Skills.SkillType.html
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
- uid : TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
commentId : M:TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
parent : TinyLife.Actions.Action
isExternal : true
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_
name : GetRandomCompletionTime(TimeSpan, TimeSpan)
nameWithType : Action.GetRandomCompletionTime(TimeSpan, TimeSpan)
fullName : TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan, System.TimeSpan)
spec.csharp :
- uid : TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
name : GetRandomCompletionTime
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : )
spec.vb :
- uid : TinyLife.Actions.Action.GetRandomCompletionTime(System.TimeSpan,System.TimeSpan)
name : GetRandomCompletionTime
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomCompletionTime_System_TimeSpan_System_TimeSpan_
- name : (
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- 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())
2022-07-04 16:50:43 +02: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___
2022-07-04 16:50:43 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : params
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Emotions.EmotionType
name : EmotionType
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionType.html
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
- name : )
2022-07-04 16:50:43 +02: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___
2022-07-04 16:50:43 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : ParamArray
- name : " "
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Emotions.EmotionType
name : EmotionType
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)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
2022-07-04 16:50:43 +02:00
name : PickUpAndGoTo
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_
2022-07-04 16:50:43 +02: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 : " "
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 : 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
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
2022-07-04 16:50:43 +02:00
name : PickUpAndGoTo
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_
2022-07-04 16:50:43 +02: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 : " "
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 : 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
2022-07-04 16:50:43 +02:00
- name : )
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
commentId : M:TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
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)
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_
2022-07-04 16:50:43 +02: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 : " "
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
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
2022-07-04 16:50:43 +02:00
name : PickUpAndGoTo
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_
2022-07-04 16:50:43 +02: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 : " "
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
2022-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
commentId : M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
name : GetFreeChair(PersonLike, Furniture)
nameWithType : Action.GetFreeChair(PersonLike, Furniture)
fullName : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
2022-07-04 16:50:43 +02:00
name : GetFreeChair
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
2022-07-04 16:50:43 +02:00
name : GetFreeChair
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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
2022-07-04 16:50:43 +02:00
- name : )
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
commentId : M:TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
2024-07-26 12:47:59 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
2024-06-09 17:05:30 +02:00
name : GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>)
nameWithType : Action.GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>)
2024-07-26 12:47:59 +02:00
fullName : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func<MLEM.Maths.Direction2, bool>)
2024-06-09 17:05:30 +02:00
nameWithType.vb : Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
2024-07-26 12:47:59 +02:00
fullName.vb : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
2024-06-09 17:05:30 +02:00
name.vb : GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
2022-07-04 16:50:43 +02:00
name : GetFreeChairs
2024-07-26 12:47:59 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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.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 : <
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2022-07-04 16:50:43 +02:00
name : Direction2
isExternal : true
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 : '>'
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
2022-07-04 16:50:43 +02:00
name : GetFreeChairs
2024-07-26 12:47:59 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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.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 : " "
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.Direction2
2022-07-04 16:50:43 +02:00
name : Direction2
isExternal : true
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
- name : )
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
commentId : M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
2023-03-30 18:07:55 +02:00
parent : TinyLife.Actions.Action
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
name : GetSeatCategory(PersonLike)
nameWithType : Action.GetSeatCategory(PersonLike)
fullName : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
2023-03-30 18:07:55 +02:00
name : GetSeatCategory
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2022-07-04 16:50:43 +02:00
- name : )
2023-03-30 18:07:55 +02:00
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
2023-03-30 18:07:55 +02:00
name : GetSeatCategory
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
2023-03-30 18:07:55 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2022-07-04 16:50:43 +02:00
- name : )
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.PersonLike,System.Boolean})
commentId : M:TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.PersonLike,System.Boolean})
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
2024-09-20 13:01:26 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_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_System_Func_TinyLife_Objects_PersonLike_System_Boolean__
name : FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool, Func<PersonLike, bool>)
nameWithType : Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, float?, float?, bool, bool, bool, Func<PersonLike, bool>)
fullName : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, bool, System.Func<TinyLife.Objects.PersonLike, bool>)
nameWithType.vb : Action.FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean, Func(Of PersonLike, Boolean))
fullName.vb : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean, Boolean, System.Func(Of TinyLife.Objects.PersonLike, Boolean))
name.vb : FindAllFreePeople(PersonLike, ActionType, Map, Vector2?, Single?, Single?, Boolean, Boolean, Boolean, Func(Of PersonLike, Boolean))
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.PersonLike,System.Boolean})
2022-07-04 16:50:43 +02:00
name : FindAllFreePeople
2024-09-20 13:01:26 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_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_System_Func_TinyLife_Objects_PersonLike_System_Boolean__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.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
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2024-09-20 13:01:26 +02:00
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : '>'
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Actions.Action.FindAllFreePeople(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.PersonLike,System.Boolean})
2022-07-04 16:50:43 +02:00
name : FindAllFreePeople
2024-09-20 13:01:26 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreePeople_TinyLife_Objects_PersonLike_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_System_Func_TinyLife_Objects_PersonLike_System_Boolean__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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 : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2024-09-20 13:01:26 +02:00
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2022-07-04 16:50:43 +02:00
- name : )
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.Furniture,System.Boolean})
commentId : M:TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.Furniture,System.Boolean})
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
2024-09-20 13:01:26 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_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_System_Func_TinyLife_Objects_Furniture_System_Boolean__
name : FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool, Func<Furniture, bool>)
nameWithType : Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, bool, Map, Vector2?, float?, float?, bool, bool, Func<Furniture, bool>)
fullName : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool, bool, System.Func<TinyLife.Objects.Furniture, bool>)
nameWithType.vb : Action.FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean, Func(Of Furniture, Boolean))
fullName.vb : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean, Boolean, System.Func(Of TinyLife.Objects.Furniture, Boolean))
name.vb : FindAllFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Boolean, Map, Vector2?, Single?, Single?, Boolean, Boolean, Func(Of Furniture, Boolean))
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.Furniture,System.Boolean})
2022-07-04 16:50:43 +02:00
name : FindAllFreeFurniture
2024-09-20 13:01:26 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_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_System_Func_TinyLife_Objects_Furniture_System_Boolean__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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 : 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 : " "
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
- 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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.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 : " "
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
- 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
2024-09-20 13:01:26 +02:00
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- uid : TinyLife.Objects.Furniture
name : Furniture
href : TinyLife.Objects.Furniture.html
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : '>'
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-09-20 13:01:26 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeFurniture(TinyLife.Objects.PersonLike,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,System.Func{TinyLife.Objects.Furniture,System.Boolean})
2022-07-04 16:50:43 +02:00
name : FindAllFreeFurniture
2024-09-20 13:01:26 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeFurniture_TinyLife_Objects_PersonLike_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_System_Func_TinyLife_Objects_Furniture_System_Boolean__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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 : 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 : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : " "
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
- 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
2024-09-20 13:01:26 +02:00
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.Furniture
name : Furniture
href : TinyLife.Objects.Furniture.html
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2022-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,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.PersonLike,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
2022-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
name : FindAllFreeWalls<T>(PersonLike, Map, Vector2?, float?, float?, bool)
nameWithType : Action.FindAllFreeWalls<T>(PersonLike, Map, Vector2?, float?, float?, bool)
fullName : TinyLife.Actions.Action.FindAllFreeWalls<T>(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
nameWithType.vb : Action.FindAllFreeWalls(Of T)(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
fullName.vb : TinyLife.Actions.Action.FindAllFreeWalls(Of T)(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
name.vb : FindAllFreeWalls(Of T)(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindAllFreeWalls
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_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 : '>'
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.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 : " "
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 : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeWalls``1(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindAllFreeWalls
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeWalls__1_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2022-07-04 16:50:43 +02:00
- name : (
2023-10-11 16:05:32 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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-07-04 16:50:43 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : " "
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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,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.PersonLike,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
2022-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
name : FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool)
nameWithType : Action.FindAllFreeGround(PersonLike, Map, Vector2?, float?, float?, bool)
fullName : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, float?, float?, bool)
nameWithType.vb : Action.FindAllFreeGround(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
fullName.vb : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Single?, Single?, Boolean)
name.vb : FindAllFreeGround(PersonLike, Map, Vector2?, Single?, Single?, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindAllFreeGround
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.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 : " "
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 : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllFreeGround(TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{System.Single},System.Nullable{System.Single},System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindAllFreeGround
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllFreeGround_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Nullable_System_Single__System_Nullable_System_Single__System_Boolean_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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-07-04 16:50:43 +02:00
name : Vector2
2023-03-30 18:07:55 +02:00
isExternal : true
- name : '?'
- name : ','
- name : " "
2022-07-04 16:50:43 +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 : " "
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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,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.PersonLike,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
2022-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
name : FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
nameWithType : Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, bool, bool)
fullName : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
nameWithType.vb : Action.FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
fullName.vb : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike, TinyLife.Objects.ObjectCategory, TinyLife.Objects.FurnitureType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
name.vb : FindFreeFurniture(PersonLike, ObjectCategory, FurnitureType, Map, Vector2?, Boolean, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindFreeFurniture
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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 : 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
2022-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- 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
- 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 : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindFreeFurniture(TinyLife.Objects.PersonLike,TinyLife.Objects.ObjectCategory,TinyLife.Objects.FurnitureType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindFreeFurniture
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindFreeFurniture_TinyLife_Objects_PersonLike_TinyLife_Objects_ObjectCategory_TinyLife_Objects_FurnitureType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
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 : 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
2022-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- 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
- 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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId : M:TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,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-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
name : FindAllActionObjects(PersonLike, ActionType, Map, Vector2?)
nameWithType : Action.FindAllActionObjects(PersonLike, ActionType, Map, Vector2?)
fullName : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
name : FindAllActionObjects
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2022-07-04 16:50:43 +02:00
name : FindAllActionObjects
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindAllActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2022-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,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.PersonLike,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-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
name : FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool)
nameWithType : Action.FindValidActionObjects(PersonLike, ActionType, bool, Map, Vector2?, bool, bool)
fullName : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, bool, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, bool, bool)
nameWithType.vb : Action.FindValidActionObjects(PersonLike, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
fullName.vb : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike, TinyLife.Actions.ActionType, Boolean, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?, Boolean, Boolean)
name.vb : FindValidActionObjects(PersonLike, ActionType, Boolean, Map, Vector2?, Boolean, Boolean)
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindValidActionObjects
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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-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
- 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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- 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
- 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-07-04 16:50:43 +02:00
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.FindValidActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,System.Boolean,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Boolean,System.Boolean)
2022-07-04 16:50:43 +02:00
name : FindValidActionObjects
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_FindValidActionObjects_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_System_Boolean_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__System_Boolean_System_Boolean_
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +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-07-04 16:50:43 +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-07-04 16:50:43 +02:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
- 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
- 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-07-04 16:50:43 +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_
2022-07-04 16:50:43 +02:00
name : GetTableSpot(Furniture, ActionSpot)
2022-11-12 13:53:28 +01:00
nameWithType : Action.GetTableSpot(Furniture, ActionSpot)
fullName : TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot)
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
2022-07-04 16:50:43 +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_
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 : TinyLife.Objects.ActionSpot
name : ActionSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ActionSpot.html
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
2022-07-04 16:50:43 +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_
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 : TinyLife.Objects.ActionSpot
name : ActionSpot
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ActionSpot.html
2022-07-04 16:50:43 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
commentId : M:TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
2022-11-12 13:53:28 +01:00
parent : TinyLife.Actions.Action
2022-07-04 16:50:43 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
name : InvokeForBoth(PersonLike, PersonLike, Action<PersonLike, PersonLike>)
nameWithType : Action.InvokeForBoth(PersonLike, PersonLike, Action<PersonLike, PersonLike>)
fullName : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
nameWithType.vb : Action.InvokeForBoth(PersonLike, PersonLike, Action(Of PersonLike, PersonLike))
fullName.vb : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike, System.Action(Of TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike))
name.vb : InvokeForBoth(PersonLike, PersonLike, Action(Of PersonLike, PersonLike))
2022-07-04 16:50:43 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
2022-07-04 16:50:43 +02:00
name : InvokeForBoth
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-04 16:50:43 +02:00
- name : <
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2022-07-04 16:50:43 +02:00
- name : '>'
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
2022-07-04 16:50:43 +02:00
name : InvokeForBoth
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
2022-07-04 16:50:43 +02:00
- name : (
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Action`2
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-2
- name : (
- name : Of
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.html
2022-07-04 16:50:43 +02: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 : )
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId : M:TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-06-25 15:41:49 +02:00
parent : TinyLife.Actions.Action
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_TinyLife_World_Map_System_Nullable_Microsoft_Xna_Framework_Vector2__
name : IsLotContentVisible(Lot, PersonLike, Map, Vector2?)
nameWithType : Action.IsLotContentVisible(Lot, PersonLike, Map, Vector2?)
fullName : TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot, TinyLife.Objects.PersonLike, TinyLife.World.Map, Microsoft.Xna.Framework.Vector2?)
2023-06-25 15:41:49 +02:00
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-06-25 15:41:49 +02:00
name : IsLotContentVisible
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.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 :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
2023-06-25 15:41:49 +02:00
name : IsLotContentVisible
2024-06-09 17:05:30 +02:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsLotContentVisible_TinyLife_World_Lot_TinyLife_Objects_PersonLike_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 : " "
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike
name : PersonLike
href : TinyLife.Objects.PersonLike.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 : )
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
definition : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2022-07-04 16:50:43 +02:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : GetData<T>(string)
nameWithType : JsonTypeSafeGenericDataHolder.GetData<T>(string)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
2022-07-04 16:50:43 +02:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
2022-07-04 16:50:43 +02:00
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2022-07-04 16:50:43 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2022-07-04 16:50:43 +02:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-07-04 16:50:43 +02:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2022-07-04 16:50:43 +02:00
- name : )
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
parent : MLEM.Data.Json.JsonTypeSafeGenericDataHolder
isExternal : true
name : GetDataKeys()
nameWithType : JsonTypeSafeGenericDataHolder.GetDataKeys()
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
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.object
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
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.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
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.object
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
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.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
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.object
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-04 16:50:43 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-04 16:50:43 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2022-07-04 16:50:43 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : TinyLife.Actions.SocialAction.StartPartnerAction.TinyLife.Utilities.Extensions.JsonCopy``1
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<StartPartnerAction>(StartPartnerAction)
nameWithType : Extensions.JsonCopy<SocialAction.StartPartnerAction>(SocialAction.StartPartnerAction)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.SocialAction.StartPartnerAction>(TinyLife.Actions.SocialAction.StartPartnerAction)
nameWithType.vb : Extensions.JsonCopy(Of SocialAction.StartPartnerAction)(SocialAction.StartPartnerAction)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.SocialAction.StartPartnerAction)(TinyLife.Actions.SocialAction.StartPartnerAction)
name.vb : JsonCopy(Of StartPartnerAction)(StartPartnerAction)
2022-07-04 16:50:43 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.SocialAction.StartPartnerAction)
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.SocialAction.StartPartnerAction
name : StartPartnerAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.SocialAction.StartPartnerAction.html
2023-03-30 18:07:55 +02:00
- name : '>'
2022-07-04 16:50:43 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Actions.SocialAction.StartPartnerAction
name : StartPartnerAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.SocialAction.StartPartnerAction.html
2022-07-04 16:50:43 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.SocialAction.StartPartnerAction)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-07-04 16:50:43 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.Actions.SocialAction.StartPartnerAction
name : StartPartnerAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.SocialAction.StartPartnerAction.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Actions.SocialAction.StartPartnerAction
name : StartPartnerAction
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.SocialAction.StartPartnerAction.html
2022-07-04 16:50:43 +02:00
- name : )
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
href : TinyLife.html
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
spec.csharp :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Objects
name : Objects
href : TinyLife.Objects.html
spec.vb :
- uid : TinyLife
name : TinyLife
href : TinyLife.html
- name : .
- uid : TinyLife.Objects
name : Objects
href : TinyLife.Objects.html
2022-07-04 16:50:43 +02:00
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-07-04 16:50:43 +02:00
name : System
nameWithType : System
fullName : System
- uid : MLEM.Data.Json
commentId : N : MLEM.Data.Json
isExternal : true
name : MLEM.Data.Json
nameWithType : MLEM.Data.Json
fullName : MLEM.Data.Json
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Data
name : Data
isExternal : true
- name : .
- uid : MLEM.Data.Json
name : Json
isExternal : true
2022-07-04 16:50:43 +02:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
2022-12-20 13:25:03 +01:00
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2022-07-04 16:50:43 +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_
2022-07-04 16:50:43 +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 : '>'
2022-07-04 16:50:43 +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 : )
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Actions.SocialAction.StartPartnerAction.#ctor*
commentId : Overload:TinyLife.Actions.SocialAction.StartPartnerAction.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.SocialAction.StartPartnerAction.html#TinyLife_Actions_SocialAction_StartPartnerAction__ctor_TinyLife_Actions_ActionInfo_
2022-07-04 16:50:43 +02:00
name : StartPartnerAction
nameWithType : SocialAction.StartPartnerAction.StartPartnerAction
fullName : TinyLife.Actions.SocialAction.StartPartnerAction.StartPartnerAction
2023-03-30 18:07:55 +02:00
nameWithType.vb : SocialAction.StartPartnerAction.New
fullName.vb : TinyLife.Actions.SocialAction.StartPartnerAction.New
name.vb : New
2022-07-04 16:50:43 +02:00
- 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
2022-07-04 16:50:43 +02:00
name : ActionInfo
nameWithType : ActionInfo
fullName : TinyLife.Actions.ActionInfo
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Initialize
commentId : M:TinyLife.Actions.Action.Initialize
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Initialize
2022-07-04 16:50:43 +02:00
name : Initialize()
2022-11-12 13:53:28 +01:00
nameWithType : Action.Initialize()
fullName : TinyLife.Actions.Action.Initialize()
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Initialize
2022-07-04 16:50:43 +02:00
name : Initialize
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Initialize
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.Initialize
2022-07-04 16:50:43 +02:00
name : Initialize
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_Initialize
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : TinyLife.Actions.SocialAction.StartPartnerAction.Initialize*
commentId : Overload:TinyLife.Actions.SocialAction.StartPartnerAction.Initialize
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.SocialAction.StartPartnerAction.html#TinyLife_Actions_SocialAction_StartPartnerAction_Initialize
2022-07-04 16:50:43 +02:00
name : Initialize
nameWithType : SocialAction.StartPartnerAction.Initialize
fullName : TinyLife.Actions.SocialAction.StartPartnerAction.Initialize
2024-01-07 16:53:47 +01:00
- uid : TinyLife.Actions.CompletionType.Completed
commentId : F:TinyLife.Actions.CompletionType.Completed
href : TinyLife.Actions.CompletionType.html#TinyLife_Actions_CompletionType_Completed
name : Completed
nameWithType : CompletionType.Completed
fullName : TinyLife.Actions.CompletionType.Completed
- uid : TinyLife.Actions.CompletionType.Active
commentId : F:TinyLife.Actions.CompletionType.Active
href : TinyLife.Actions.CompletionType.html#TinyLife_Actions_CompletionType_Active
name : Active
nameWithType : CompletionType.Active
fullName : TinyLife.Actions.CompletionType.Active
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.IsCompleted
commentId : M:TinyLife.Actions.Action.IsCompleted
parent : TinyLife.Actions.Action
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted
2022-07-04 16:50:43 +02:00
name : IsCompleted()
2022-11-12 13:53:28 +01:00
nameWithType : Action.IsCompleted()
fullName : TinyLife.Actions.Action.IsCompleted()
2022-07-04 16:50:43 +02:00
spec.csharp :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.IsCompleted
2022-07-04 16:50:43 +02:00
name : IsCompleted
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted
2022-07-04 16:50:43 +02:00
- name : (
- name : )
spec.vb :
2022-11-12 13:53:28 +01:00
- uid : TinyLife.Actions.Action.IsCompleted
2022-07-04 16:50:43 +02:00
name : IsCompleted
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted
2022-07-04 16:50:43 +02:00
- name : (
- name : )
- uid : TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted*
commentId : Overload:TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.SocialAction.StartPartnerAction.html#TinyLife_Actions_SocialAction_StartPartnerAction_IsCompleted
2022-07-04 16:50:43 +02:00
name : IsCompleted
nameWithType : SocialAction.StartPartnerAction.IsCompleted
fullName : TinyLife.Actions.SocialAction.StartPartnerAction.IsCompleted
- uid : TinyLife.Actions.CompletionType
commentId : T:TinyLife.Actions.CompletionType
parent : TinyLife.Actions
2024-01-07 16:53:47 +01:00
href : TinyLife.Actions.CompletionType.html
2022-07-04 16:50:43 +02:00
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType