mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
6549 lines
290 KiB
YAML
Generated
6549 lines
290 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Actions.SocialAction
|
|
commentId: T:TinyLife.Actions.SocialAction
|
|
id: SocialAction
|
|
parent: TinyLife.Actions
|
|
children:
|
|
- TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionInfo)
|
|
- TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
- TinyLife.Actions.SocialAction.AndThenInitialize
|
|
- TinyLife.Actions.SocialAction.AndThenIsCompleted
|
|
- TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
- TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
- TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
- TinyLife.Actions.SocialAction.CanStartNow
|
|
- TinyLife.Actions.SocialAction.ConversationTime
|
|
- TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
- TinyLife.Actions.SocialAction.CreateFirstActions
|
|
- TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
- TinyLife.Actions.SocialAction.GetDisplayName
|
|
- TinyLife.Actions.SocialAction.GetHelper(System.Boolean)
|
|
- TinyLife.Actions.SocialAction.GetMaxWaitTime
|
|
- TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo)
|
|
- TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean)
|
|
- TinyLife.Actions.SocialAction.InProgressTime
|
|
- TinyLife.Actions.SocialAction.InitializeConversation
|
|
- TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
|
|
- TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
- TinyLife.Actions.SocialAction.IsHelper(System.Boolean)
|
|
- TinyLife.Actions.SocialAction.IsMain
|
|
- TinyLife.Actions.SocialAction.MainAction
|
|
- TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
|
- TinyLife.Actions.SocialAction.Partner
|
|
- TinyLife.Actions.SocialAction.PartnerAction
|
|
- TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
|
- TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SocialAction
|
|
nameWithType: SocialAction
|
|
fullName: TinyLife.Actions.SocialAction
|
|
type: Class
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
A social action is an action that involves two <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> instances.
|
|
|
|
Before a social action "actually" starts, both parties have to have the action as their current action.
|
|
|
|
For this to happen, the person that initiates the action follows the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref> until they reach them (or give up).
|
|
example: []
|
|
syntax:
|
|
content: 'public abstract class SocialAction : MultiAction, IGenericDataHolder'
|
|
content.vb: Public MustInherit Class SocialAction Inherits MultiAction Implements IGenericDataHolder
|
|
inheritance:
|
|
- System.Object
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
- TinyLife.Actions.Action
|
|
- TinyLife.Actions.MultiAction
|
|
derivedClasses:
|
|
- TinyLife.Actions.HelpAction
|
|
- TinyLife.Actions.HoldingPersonAction
|
|
- TinyLife.Actions.OrderFromStaffAction
|
|
- TinyLife.Actions.TalkAction
|
|
implements:
|
|
- MLEM.Misc.IGenericDataHolder
|
|
inheritedMembers:
|
|
- TinyLife.Actions.MultiAction.Handler
|
|
- TinyLife.Actions.MultiAction.MainElapsedTime
|
|
- TinyLife.Actions.MultiAction.CurrentStage
|
|
- TinyLife.Actions.MultiAction.CreateLastActions
|
|
- TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Actions.MultiAction.PreInitialize
|
|
- TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
|
- TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Actions.MultiAction.Initialize
|
|
- TinyLife.Actions.MultiAction.IsCompleted
|
|
- TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
|
|
- TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
|
|
- TinyLife.Actions.Action.Random
|
|
- TinyLife.Actions.Action.Migrations
|
|
- TinyLife.Actions.Action.OnActionTypeConstructed
|
|
- TinyLife.Actions.Action.FullyInProgress
|
|
- TinyLife.Actions.Action.Type
|
|
- TinyLife.Actions.Action.Info
|
|
- TinyLife.Actions.Action.Id
|
|
- 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.GetNextAction(TinyLife.Actions.CompletionType)
|
|
- TinyLife.Actions.Action.GetIconObject
|
|
- TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
- TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
|
|
- TinyLife.Actions.Action.GetProgress
|
|
- TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
- 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)
|
|
- 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)
|
|
- TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
|
- 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)
|
|
- TinyLife.Actions.Action.ResetSpeech
|
|
- TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
|
|
- TinyLife.Actions.Action.CompleteIfTimeUp(System.TimeSpan,System.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
|
- 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)
|
|
- TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
|
- 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)
|
|
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
- TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
|
- TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
|
|
- TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
|
|
- TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
|
|
- 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})
|
|
- 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)
|
|
- TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
- TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
- TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
|
|
- TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
- TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
- TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
- System.Object.Equals(System.Object)
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
- System.Object.ToString
|
|
extensionMethods:
|
|
- TinyLife.Actions.SocialAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
- uid: TinyLife.Actions.SocialAction.IsMain
|
|
commentId: P:TinyLife.Actions.SocialAction.IsMain
|
|
id: IsMain
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsMain
|
|
nameWithType: SocialAction.IsMain
|
|
fullName: TinyLife.Actions.SocialAction.IsMain
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Whether or not this is the action that started the social interaction
|
|
|
|
The <xref href="TinyLife.Actions.SocialAction.PartnerAction" data-throw-if-not-resolved="false"></xref> will always have the inverse value of this value.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public bool IsMain { get; protected set; }
|
|
parameters: []
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public Property IsMain As Boolean
|
|
overload: TinyLife.Actions.SocialAction.IsMain*
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.Actions.SocialAction.Partner
|
|
commentId: P:TinyLife.Actions.SocialAction.Partner
|
|
id: Partner
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Partner
|
|
nameWithType: SocialAction.Partner
|
|
fullName: TinyLife.Actions.SocialAction.Partner
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: The <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> that we're interacting with, which is the first <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> result from <xref href="TinyLife.Actions.ActionInfo.GetInvolvedObject%60%601(TinyLife.Objects.ObjectCategory%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Func%7b%60%600%2cSystem.Boolean%7d)" data-throw-if-not-resolved="false"></xref> that isn't <xref href="TinyLife.Actions.Action.Person" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public PersonLike Partner { get; }
|
|
parameters: []
|
|
return:
|
|
type: TinyLife.Objects.PersonLike
|
|
content.vb: Public ReadOnly Property Partner As PersonLike
|
|
overload: TinyLife.Actions.SocialAction.Partner*
|
|
- uid: TinyLife.Actions.SocialAction.PartnerAction
|
|
commentId: P:TinyLife.Actions.SocialAction.PartnerAction
|
|
id: PartnerAction
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PartnerAction
|
|
nameWithType: SocialAction.PartnerAction
|
|
fullName: TinyLife.Actions.SocialAction.PartnerAction
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: The <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref> that the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref> of this action instantiated as part of the interaction
|
|
example: []
|
|
syntax:
|
|
content: public SocialAction PartnerAction { get; }
|
|
parameters: []
|
|
return:
|
|
type: TinyLife.Actions.SocialAction
|
|
content.vb: Public ReadOnly Property PartnerAction As SocialAction
|
|
overload: TinyLife.Actions.SocialAction.PartnerAction*
|
|
- uid: TinyLife.Actions.SocialAction.MainAction
|
|
commentId: P:TinyLife.Actions.SocialAction.MainAction
|
|
id: MainAction
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: MainAction
|
|
nameWithType: SocialAction.MainAction
|
|
fullName: TinyLife.Actions.SocialAction.MainAction
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: The <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref> that is the main action, which is either <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/this">this</a> or <xref href="TinyLife.Actions.SocialAction.PartnerAction" data-throw-if-not-resolved="false"></xref>, based on whether this action <xref href="TinyLife.Actions.SocialAction.IsMain" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public SocialAction MainAction { get; }
|
|
parameters: []
|
|
return:
|
|
type: TinyLife.Actions.SocialAction
|
|
content.vb: Public ReadOnly Property MainAction As SocialAction
|
|
overload: TinyLife.Actions.SocialAction.MainAction*
|
|
- uid: TinyLife.Actions.SocialAction.ConversationTime
|
|
commentId: P:TinyLife.Actions.SocialAction.ConversationTime
|
|
id: ConversationTime
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ConversationTime
|
|
nameWithType: SocialAction.ConversationTime
|
|
fullName: TinyLife.Actions.SocialAction.ConversationTime
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
The amount of time that the actual conversation has been going on for.
|
|
|
|
This is the total amount of time (<xref href="TinyLife.Actions.Action.ElapsedTime" data-throw-if-not-resolved="false"></xref>) minus the amount of time it took for the <xref href="TinyLife.Actions.SocialAction.IsMain" data-throw-if-not-resolved="false"></xref> <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> to reach the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[DataMember]
|
|
|
|
public TimeSpan ConversationTime { get; protected set; }
|
|
parameters: []
|
|
return:
|
|
type: System.TimeSpan
|
|
content.vb: >-
|
|
<DataMember>
|
|
|
|
Public Property ConversationTime As TimeSpan
|
|
overload: TinyLife.Actions.SocialAction.ConversationTime*
|
|
attributes:
|
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
|
arguments: []
|
|
- uid: TinyLife.Actions.SocialAction.InProgressTime
|
|
commentId: P:TinyLife.Actions.SocialAction.InProgressTime
|
|
id: InProgressTime
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InProgressTime
|
|
nameWithType: SocialAction.InProgressTime
|
|
fullName: TinyLife.Actions.SocialAction.InProgressTime
|
|
type: Property
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Represents the amount of time that this action has "properly" been in progress for.
|
|
|
|
This is used by <xref href="TinyLife.Actions.MultiAction" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref> and returns true only once the first actions are completed or the conversation has started, respectively.
|
|
|
|
By default, <xref href="TinyLife.Actions.Action.ElapsedTime" data-throw-if-not-resolved="false"></xref> is returned.
|
|
example: []
|
|
syntax:
|
|
content: public override TimeSpan InProgressTime { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.TimeSpan
|
|
description: The amount of time that this action has properly been in progress for
|
|
content.vb: Public Overrides ReadOnly Property InProgressTime As TimeSpan
|
|
overridden: TinyLife.Actions.MultiAction.InProgressTime
|
|
overload: TinyLife.Actions.SocialAction.InProgressTime*
|
|
- uid: TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionInfo)
|
|
commentId: M:TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionInfo)
|
|
id: '#ctor(TinyLife.Actions.ActionInfo)'
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SocialAction(ActionInfo)
|
|
nameWithType: SocialAction.SocialAction(ActionInfo)
|
|
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionInfo)
|
|
type: Constructor
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: Creates a new typeless action with the given action information.
|
|
example: []
|
|
syntax:
|
|
content: protected SocialAction(ActionInfo info)
|
|
parameters:
|
|
- id: info
|
|
type: TinyLife.Actions.ActionInfo
|
|
description: The information for this action.
|
|
content.vb: Protected Sub New(info As ActionInfo)
|
|
overload: TinyLife.Actions.SocialAction.#ctor*
|
|
nameWithType.vb: SocialAction.New(ActionInfo)
|
|
fullName.vb: TinyLife.Actions.SocialAction.New(TinyLife.Actions.ActionInfo)
|
|
name.vb: New(ActionInfo)
|
|
- uid: TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
commentId: M:TinyLife.Actions.SocialAction.#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
id: '#ctor(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)'
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SocialAction(ActionType, ActionInfo)
|
|
nameWithType: SocialAction.SocialAction(ActionType, ActionInfo)
|
|
fullName: TinyLife.Actions.SocialAction.SocialAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
|
type: Constructor
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: Creates a new action with the given action information.
|
|
example: []
|
|
syntax:
|
|
content: protected SocialAction(ActionType type, ActionInfo info)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Actions.ActionType
|
|
description: The type for this action.
|
|
- id: info
|
|
type: TinyLife.Actions.ActionInfo
|
|
description: The information for this action.
|
|
content.vb: Protected Sub New(type As ActionType, info As ActionInfo)
|
|
overload: TinyLife.Actions.SocialAction.#ctor*
|
|
nameWithType.vb: SocialAction.New(ActionType, ActionInfo)
|
|
fullName.vb: TinyLife.Actions.SocialAction.New(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo)
|
|
name.vb: New(ActionType, ActionInfo)
|
|
- uid: TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
commentId: M:TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
id: IsConversationCompleted
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsConversationCompleted()
|
|
nameWithType: SocialAction.IsConversationCompleted()
|
|
fullName: TinyLife.Actions.SocialAction.IsConversationCompleted()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
SocialAction version of <xref href="TinyLife.Actions.Action.IsCompleted" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This method returns whether the conversation should be marked as completed.
|
|
|
|
Note that this method is only called for the <xref href="TinyLife.Actions.SocialAction.IsMain" data-throw-if-not-resolved="false"></xref> part of the conversation.
|
|
example: []
|
|
syntax:
|
|
content: protected abstract CompletionType IsConversationCompleted()
|
|
return:
|
|
type: TinyLife.Actions.CompletionType
|
|
description: Whether this conversation is completed
|
|
content.vb: Protected MustOverride Function IsConversationCompleted() As CompletionType
|
|
overload: TinyLife.Actions.SocialAction.IsConversationCompleted*
|
|
- uid: TinyLife.Actions.SocialAction.CreateFirstActions
|
|
commentId: M:TinyLife.Actions.SocialAction.CreateFirstActions
|
|
id: CreateFirstActions
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CreateFirstActions()
|
|
nameWithType: SocialAction.CreateFirstActions()
|
|
fullName: TinyLife.Actions.SocialAction.CreateFirstActions()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Return a set of actions that should be executed before this action.
|
|
|
|
Even if the yield statement is used, all actions will be collected into a list at the start of this action's invocation.
|
|
|
|
If no action gets returned in this function, this action fails.
|
|
|
|
If the returned set only contains <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> items, no first actions will be executed.
|
|
example: []
|
|
syntax:
|
|
content: protected override IEnumerable<Action> CreateFirstActions()
|
|
return:
|
|
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
|
description: A set of actions that should run before this action
|
|
content.vb: Protected Overrides Function CreateFirstActions() As IEnumerable(Of Action)
|
|
overridden: TinyLife.Actions.MultiAction.CreateFirstActions
|
|
overload: TinyLife.Actions.SocialAction.CreateFirstActions*
|
|
- uid: TinyLife.Actions.SocialAction.InitializeConversation
|
|
commentId: M:TinyLife.Actions.SocialAction.InitializeConversation
|
|
id: InitializeConversation
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InitializeConversation()
|
|
nameWithType: SocialAction.InitializeConversation()
|
|
fullName: TinyLife.Actions.SocialAction.InitializeConversation()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Initializes the conversation. This method is called for both partners in <xref href="TinyLife.Actions.SocialAction.AndThenInitialize" data-throw-if-not-resolved="false"></xref> by the partner who initializes this action last.
|
|
|
|
By default, this method does nothing.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void InitializeConversation()
|
|
content.vb: Protected Overridable Sub InitializeConversation()
|
|
overload: TinyLife.Actions.SocialAction.InitializeConversation*
|
|
- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
id: UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: UpdateConversation(GameTime, TimeSpan, float)
|
|
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
SocialAction version of <xref href="TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This method is called every update frame during an active conversation for both conversation partners.
|
|
|
|
By default, this method only increases <xref href="TinyLife.Actions.SocialAction.ConversationTime" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void UpdateConversation(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game's time
|
|
- id: passedInGame
|
|
type: System.TimeSpan
|
|
description: The amount of time passed in game time
|
|
- id: speedMultiplier
|
|
type: System.Single
|
|
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
|
|
content.vb: Protected Overridable Sub UpdateConversation(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
|
|
overload: TinyLife.Actions.SocialAction.UpdateConversation*
|
|
nameWithType.vb: SocialAction.UpdateConversation(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: UpdateConversation(GameTime, TimeSpan, Single)
|
|
- uid: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
id: AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AndThenUpdateBoth(GameTime, TimeSpan, float)
|
|
nameWithType: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
A <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref>-specific version of <xref href="TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> that is invoked only when both partners have already started their instances of the <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
Note that, unlike <xref href="TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>, this method is invoked even when one of the involved partners is not yet in the <xref href="TinyLife.Actions.MultiAction.Stage.Main" data-throw-if-not-resolved="false"></xref> stage.
|
|
|
|
By default, this method calls <xref href="TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> if both partners are in the action's main stage.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void AndThenUpdateBoth(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game's time
|
|
- id: passedInGame
|
|
type: System.TimeSpan
|
|
description: The amount of time passed in game time
|
|
- id: speedMultiplier
|
|
type: System.Single
|
|
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
|
|
content.vb: Protected Overridable Sub AndThenUpdateBoth(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
|
|
overload: TinyLife.Actions.SocialAction.AndThenUpdateBoth*
|
|
nameWithType.vb: SocialAction.AndThenUpdateBoth(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.SocialAction.AndThenUpdateBoth(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: AndThenUpdateBoth(GameTime, TimeSpan, Single)
|
|
- uid: TinyLife.Actions.SocialAction.GetMaxWaitTime
|
|
commentId: M:TinyLife.Actions.SocialAction.GetMaxWaitTime
|
|
id: GetMaxWaitTime
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetMaxWaitTime()
|
|
nameWithType: SocialAction.GetMaxWaitTime()
|
|
fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Returns the amount of time that the action <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> should wait next to the person they want to talk to before the action is canceled.
|
|
|
|
By default, this returns 30 minutes for an action that was <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>, and 2 hours for a manual action.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual TimeSpan GetMaxWaitTime()
|
|
return:
|
|
type: System.TimeSpan
|
|
description: The amount of time until this action is canceled.
|
|
content.vb: Protected Overridable Function GetMaxWaitTime() As TimeSpan
|
|
overload: TinyLife.Actions.SocialAction.GetMaxWaitTime*
|
|
- uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
commentId: M:TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
id: EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: EnqueuePartnerAction(ActionInfo)
|
|
nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo)
|
|
fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
A method that is called to enqueue the action that the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref> should execute.
|
|
|
|
The returned action will have its <xref href="TinyLife.Actions.SocialAction.IsMain" data-throw-if-not-resolved="false"></xref> value set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, as well as its <xref href="TinyLife.Actions.SocialAction.PartnerAction" data-throw-if-not-resolved="false"></xref> linked to this action's <xref href="TinyLife.Actions.Action.Id" data-throw-if-not-resolved="false"></xref> and vice versa.
|
|
|
|
By default, this causes this action's <xref href="System.Type" data-throw-if-not-resolved="false"></xref> to be enqueued using <xref href="TinyLife.Objects.PersonLike.EnqueueAction%60%601(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean%2cTinyLife.Actions.ActionArgument%5b%5d)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual SocialAction EnqueuePartnerAction(ActionInfo info)
|
|
parameters:
|
|
- id: info
|
|
type: TinyLife.Actions.ActionInfo
|
|
description: The action info to use.
|
|
return:
|
|
type: TinyLife.Actions.SocialAction
|
|
description: The action that was enqueued for the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref>.
|
|
content.vb: Protected Overridable Function EnqueuePartnerAction(info As ActionInfo) As SocialAction
|
|
overload: TinyLife.Actions.SocialAction.EnqueuePartnerAction*
|
|
- uid: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo)
|
|
commentId: M:TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo)
|
|
id: GetPartnerArguments(TinyLife.Actions.ActionInfo)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetPartnerArguments(ActionInfo)
|
|
nameWithType: SocialAction.GetPartnerArguments(ActionInfo)
|
|
fullName: TinyLife.Actions.SocialAction.GetPartnerArguments(TinyLife.Actions.ActionInfo)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
A method that is called in <xref href="TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)" data-throw-if-not-resolved="false"></xref> that determines what <xref href="TinyLife.Actions.ActionArgument" data-throw-if-not-resolved="false"></xref> should be used.
|
|
|
|
By default, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> is returned.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual IEnumerable<ActionArgument> GetPartnerArguments(ActionInfo info)
|
|
parameters:
|
|
- id: info
|
|
type: TinyLife.Actions.ActionInfo
|
|
description: The action info to use.
|
|
return:
|
|
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
|
|
description: The <xref href="TinyLife.Actions.ActionArgument" data-throw-if-not-resolved="false"></xref> to use for the partner action.
|
|
content.vb: Protected Overridable Function GetPartnerArguments(info As ActionInfo) As IEnumerable(Of ActionArgument)
|
|
overload: TinyLife.Actions.SocialAction.GetPartnerArguments*
|
|
- uid: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
|
id: OnBothCompleted(TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OnBothCompleted(CompletionType)
|
|
nameWithType: SocialAction.OnBothCompleted(CompletionType)
|
|
fullName: TinyLife.Actions.SocialAction.OnBothCompleted(TinyLife.Actions.CompletionType)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
A method that is called when both actions (this action and the <xref href="TinyLife.Actions.SocialAction.PartnerAction" data-throw-if-not-resolved="false"></xref>) have been completed.
|
|
|
|
This method is called for both partners in <xref href="TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)" data-throw-if-not-resolved="false"></xref> before either partner has cleared the action from their queue.
|
|
example: []
|
|
syntax:
|
|
content: protected virtual void OnBothCompleted(CompletionType type)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Actions.CompletionType
|
|
description: The completion type.
|
|
content.vb: Protected Overridable Sub OnBothCompleted(type As CompletionType)
|
|
overload: TinyLife.Actions.SocialAction.OnBothCompleted*
|
|
- uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
id: AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AndThenUpdate(GameTime, TimeSpan, float)
|
|
nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
MultiAction version of <xref href="TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This method is called every update frame while the main action is active.
|
|
|
|
By default, only <xref href="TinyLife.Actions.MultiAction.MainElapsedTime" data-throw-if-not-resolved="false"></xref> is increased.
|
|
example: []
|
|
syntax:
|
|
content: protected override sealed void AndThenUpdate(GameTime time, TimeSpan passedInGame, float speedMultiplier)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The current game time
|
|
- id: passedInGame
|
|
type: System.TimeSpan
|
|
description: The amount of time that has passed, in game time
|
|
- id: speedMultiplier
|
|
type: System.Single
|
|
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
|
|
content.vb: Protected NotOverridable Overrides Sub AndThenUpdate(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
|
|
overridden: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
overload: TinyLife.Actions.SocialAction.AndThenUpdate*
|
|
nameWithType.vb: SocialAction.AndThenUpdate(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
|
|
- uid: TinyLife.Actions.SocialAction.AndThenIsCompleted
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenIsCompleted
|
|
id: AndThenIsCompleted
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AndThenIsCompleted()
|
|
nameWithType: SocialAction.AndThenIsCompleted()
|
|
fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
MultiAction version of <xref href="TinyLife.Actions.MultiAction.IsCompleted" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This method returns whether or not the main action is completed.
|
|
example: []
|
|
syntax:
|
|
content: protected override sealed CompletionType AndThenIsCompleted()
|
|
return:
|
|
type: TinyLife.Actions.CompletionType
|
|
description: Whether the main action is completed
|
|
content.vb: Protected NotOverridable Overrides Function AndThenIsCompleted() As CompletionType
|
|
overridden: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
|
overload: TinyLife.Actions.SocialAction.AndThenIsCompleted*
|
|
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenInitialize
|
|
id: AndThenInitialize
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AndThenInitialize()
|
|
nameWithType: SocialAction.AndThenInitialize()
|
|
fullName: TinyLife.Actions.SocialAction.AndThenInitialize()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Initializes the main action.
|
|
|
|
This method is called after <xref href="TinyLife.Actions.MultiAction.Handler" data-throw-if-not-resolved="false"></xref> has all completed.
|
|
example: []
|
|
syntax:
|
|
content: protected override sealed void AndThenInitialize()
|
|
content.vb: Protected NotOverridable Overrides Sub AndThenInitialize()
|
|
overridden: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
overload: TinyLife.Actions.SocialAction.AndThenInitialize*
|
|
- uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
id: AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: AndThenOnCompleted(CompletionType)
|
|
nameWithType: SocialAction.AndThenOnCompleted(CompletionType)
|
|
fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
MultiAction version of <xref href="TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
This method gets called when the main action completes.
|
|
example: []
|
|
syntax:
|
|
content: protected override void AndThenOnCompleted(CompletionType type)
|
|
parameters:
|
|
- id: type
|
|
type: TinyLife.Actions.CompletionType
|
|
description: The completion of the main action
|
|
content.vb: Protected Overrides Sub AndThenOnCompleted(type As CompletionType)
|
|
overridden: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
overload: TinyLife.Actions.SocialAction.AndThenOnCompleted*
|
|
- uid: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
id: CanCancel(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanCancel(Action)
|
|
nameWithType: SocialAction.CanCancel(Action)
|
|
fullName: TinyLife.Actions.SocialAction.CanCancel(TinyLife.Actions.Action)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Returns whether or not this action can be canceled by the given outside source.
|
|
|
|
Note that the outside source can be null, and if it is, it means that the player canceled the action manually.
|
|
|
|
By default, actions can only be canceled if the <code class="paramref">cancelSource</code> is null.
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanCancel(Action cancelSource)
|
|
parameters:
|
|
- id: cancelSource
|
|
type: TinyLife.Actions.Action
|
|
description: The source of the cancelation, or null if the player canceled it
|
|
return:
|
|
type: System.Boolean
|
|
description: true if the action can be canceled
|
|
content.vb: Public Overrides Function CanCancel(cancelSource As Action) As Boolean
|
|
overridden: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
|
overload: TinyLife.Actions.SocialAction.CanCancel*
|
|
- uid: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
id: CanMultitask(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanMultitask(Action)
|
|
nameWithType: SocialAction.CanMultitask(Action)
|
|
fullName: TinyLife.Actions.SocialAction.CanMultitask(TinyLife.Actions.Action)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Return true on this method if this action can be multi-tasked along with the passed <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
To actually check this property, <xref href="TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action%2cTinyLife.Actions.Action)" data-throw-if-not-resolved="false"></xref> should be used as it compares both objects.
|
|
|
|
A multi-tasking is an action that is currently active along with another action.
|
|
|
|
By default, multi-tasking is disallowed for any action.
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanMultitask(Action other)
|
|
parameters:
|
|
- id: other
|
|
type: TinyLife.Actions.Action
|
|
description: The action to multi-task with
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this action can be multi-tasked
|
|
content.vb: Public Overrides Function CanMultitask(other As Action) As Boolean
|
|
overridden: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
overload: TinyLife.Actions.SocialAction.CanMultitask*
|
|
- uid: TinyLife.Actions.SocialAction.CanStartNow
|
|
commentId: M:TinyLife.Actions.SocialAction.CanStartNow
|
|
id: CanStartNow
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CanStartNow()
|
|
nameWithType: SocialAction.CanStartNow()
|
|
fullName: TinyLife.Actions.SocialAction.CanStartNow()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Return <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> on this method if this action can be started right now. This method is queried when this action moves from a person's <xref href="TinyLife.Objects.PersonLike.ActionQueue" data-throw-if-not-resolved="false"></xref> to their <xref href="TinyLife.Objects.PersonLike.CurrentActions" data-throw-if-not-resolved="false"></xref>. If this method returns <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>, it stays in the <xref href="TinyLife.Objects.PersonLike.ActionQueue" data-throw-if-not-resolved="false"></xref>.
|
|
|
|
|
|
By default, <xref href="TinyLife.Actions.MultiAction" data-throw-if-not-resolved="false"></xref> overrides this behavior to only allow the action to be started if the <xref href="TinyLife.Actions.Action.Person" data-throw-if-not-resolved="false"></xref> is not being held, and not currently occupying an action spot that has the <code>Stay</code> flag set.
|
|
example: []
|
|
syntax:
|
|
content: public override bool CanStartNow()
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this action can start now.
|
|
content.vb: Public Overrides Function CanStartNow() As Boolean
|
|
overridden: TinyLife.Actions.MultiAction.CanStartNow
|
|
overload: TinyLife.Actions.SocialAction.CanStartNow*
|
|
- uid: TinyLife.Actions.SocialAction.GetDisplayName
|
|
commentId: M:TinyLife.Actions.SocialAction.GetDisplayName
|
|
id: GetDisplayName
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetDisplayName()
|
|
nameWithType: SocialAction.GetDisplayName()
|
|
fullName: TinyLife.Actions.SocialAction.GetDisplayName()
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Returns a localized string that explains this action in short.
|
|
|
|
By default, this method returns <xref href="TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public override string GetDisplayName()
|
|
return:
|
|
type: System.String
|
|
description: This action's display name
|
|
content.vb: Public Overrides Function GetDisplayName() As String
|
|
overridden: TinyLife.Actions.Action.GetDisplayName
|
|
overload: TinyLife.Actions.SocialAction.GetDisplayName*
|
|
- uid: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
|
commentId: M:TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
|
id: TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TryForceResult(CompletionType, CanExecuteResult?, MapObject)
|
|
nameWithType: SocialAction.TryForceResult(CompletionType, CanExecuteResult?, MapObject)
|
|
fullName: TinyLife.Actions.SocialAction.TryForceResult(TinyLife.Actions.CompletionType, TinyLife.Actions.CanExecuteResult?, TinyLife.Objects.MapObject)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
This is an external version of <xref href="TinyLife.Actions.Action.ForceResult" data-throw-if-not-resolved="false"></xref> which can be called from outside sources, like a <xref href="TinyLife.Objects.BreakableFurniture" data-throw-if-not-resolved="false"></xref> object.
|
|
|
|
A reason is provided that can be used to decide whether the external object can cause this action to fail.
|
|
|
|
By default, this action sets <xref href="TinyLife.Actions.Action.ForceResult" data-throw-if-not-resolved="false"></xref> to true and returns true if <xref href="TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions" data-throw-if-not-resolved="false"></xref> doesn't return true.
|
|
example: []
|
|
syntax:
|
|
content: public override bool TryForceResult(CompletionType result, CanExecuteResult? reason = null, MapObject source = null)
|
|
parameters:
|
|
- id: result
|
|
type: TinyLife.Actions.CompletionType
|
|
description: The result to force.
|
|
- id: reason
|
|
type: System.Nullable{TinyLife.Actions.CanExecuteResult}
|
|
description: The reason for this action to fail. Can be null.
|
|
- id: source
|
|
type: TinyLife.Objects.MapObject
|
|
description: The object that is trying to force this action to fail. Can be null.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this action was successfully forced to fail (if returning true, <xref href="TinyLife.Actions.Action.ForceResult" data-throw-if-not-resolved="false"></xref> should also be set to true).
|
|
content.vb: Public Overrides Function TryForceResult(result As CompletionType, reason As CanExecuteResult? = Nothing, source As MapObject = Nothing) As Boolean
|
|
overridden: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
|
overload: TinyLife.Actions.SocialAction.TryForceResult*
|
|
- uid: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
|
|
commentId: M:TinyLife.Actions.SocialAction.InvokeForBoth(System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
|
|
id: InvokeForBoth(System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InvokeForBoth(Action<PersonLike, PersonLike>)
|
|
nameWithType: SocialAction.InvokeForBoth(Action<PersonLike, PersonLike>)
|
|
fullName: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: Invokes the given action for both the <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> and the <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike%2cTinyLife.Objects.PersonLike%2cSystem.Action%7bTinyLife.Objects.PersonLike%2cTinyLife.Objects.PersonLike%7d)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public void InvokeForBoth(Action<PersonLike, PersonLike> action)
|
|
parameters:
|
|
- id: action
|
|
type: System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}
|
|
description: The action to invoke for both people of this conversation
|
|
content.vb: Public Sub InvokeForBoth(action As Action(Of PersonLike, PersonLike))
|
|
overload: TinyLife.Actions.SocialAction.InvokeForBoth*
|
|
nameWithType.vb: SocialAction.InvokeForBoth(Action(Of PersonLike, PersonLike))
|
|
fullName.vb: TinyLife.Actions.SocialAction.InvokeForBoth(System.Action(Of TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike))
|
|
name.vb: InvokeForBoth(Action(Of PersonLike, PersonLike))
|
|
- uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean)
|
|
commentId: M:TinyLife.Actions.SocialAction.IsHelper(System.Boolean)
|
|
id: IsHelper(System.Boolean)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsHelper(bool)
|
|
nameWithType: SocialAction.IsHelper(bool)
|
|
fullName: TinyLife.Actions.SocialAction.IsHelper(bool)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Returns whether this action is the helper action, based on whether help was offered through this action.
|
|
|
|
This should be used in conjunction with <xref href="TinyLife.Actions.SocialAction.CreateAskOffer(System.String%2cTinyLife.Objects.ObjectCategory%2cSystem.Type%2cTinyLife.Actions.ActionType.CanExecuteDelegate%2cTinyLife.Actions.ActionType.CanExecuteDelegate%2cSystem.Nullable%7bTinyLife.Actions.ActionType.AiSettings%7d%2cSystem.Nullable%7bTinyLife.Actions.ActionType.AiSettings%7d%2cSystem.Nullable%7bTinyLife.Actions.CanExecuteResult%7d)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected bool IsHelper(bool wasOffered)
|
|
parameters:
|
|
- id: wasOffered
|
|
type: System.Boolean
|
|
description: Whether help was offered through this action.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether this action is the helper action.
|
|
content.vb: Protected Function IsHelper(wasOffered As Boolean) As Boolean
|
|
overload: TinyLife.Actions.SocialAction.IsHelper*
|
|
nameWithType.vb: SocialAction.IsHelper(Boolean)
|
|
fullName.vb: TinyLife.Actions.SocialAction.IsHelper(Boolean)
|
|
name.vb: IsHelper(Boolean)
|
|
- uid: TinyLife.Actions.SocialAction.GetHelper(System.Boolean)
|
|
commentId: M:TinyLife.Actions.SocialAction.GetHelper(System.Boolean)
|
|
id: GetHelper(System.Boolean)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetHelper(bool)
|
|
nameWithType: SocialAction.GetHelper(bool)
|
|
fullName: TinyLife.Actions.SocialAction.GetHelper(bool)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Returns the helper party of this action, based on whether help was offered through this action.
|
|
|
|
This should be used in conjunction with <xref href="TinyLife.Actions.SocialAction.CreateAskOffer(System.String%2cTinyLife.Objects.ObjectCategory%2cSystem.Type%2cTinyLife.Actions.ActionType.CanExecuteDelegate%2cTinyLife.Actions.ActionType.CanExecuteDelegate%2cSystem.Nullable%7bTinyLife.Actions.ActionType.AiSettings%7d%2cSystem.Nullable%7bTinyLife.Actions.ActionType.AiSettings%7d%2cSystem.Nullable%7bTinyLife.Actions.CanExecuteResult%7d)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected PersonLike GetHelper(bool wasOffered)
|
|
parameters:
|
|
- id: wasOffered
|
|
type: System.Boolean
|
|
description: Whether help was offered through this action.
|
|
return:
|
|
type: TinyLife.Objects.PersonLike
|
|
description: This action's helper party, which is either <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> or <xref href="TinyLife.Actions.SocialAction.Partner" data-throw-if-not-resolved="false"></xref>.
|
|
content.vb: Protected Function GetHelper(wasOffered As Boolean) As PersonLike
|
|
overload: TinyLife.Actions.SocialAction.GetHelper*
|
|
nameWithType.vb: SocialAction.GetHelper(Boolean)
|
|
fullName.vb: TinyLife.Actions.SocialAction.GetHelper(Boolean)
|
|
name.vb: GetHelper(Boolean)
|
|
- uid: TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean)
|
|
commentId: M:TinyLife.Actions.SocialAction.GetRecipientAction(System.Boolean)
|
|
id: GetRecipientAction(System.Boolean)
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetRecipientAction(bool)
|
|
nameWithType: SocialAction.GetRecipientAction(bool)
|
|
fullName: TinyLife.Actions.SocialAction.GetRecipientAction(bool)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Returns the recipient action of this action, based on whether help was offered through this action.
|
|
|
|
This should be used in conjunction with <xref href="TinyLife.Actions.SocialAction.CreateAskOffer(System.String%2cTinyLife.Objects.ObjectCategory%2cSystem.Type%2cTinyLife.Actions.ActionType.CanExecuteDelegate%2cTinyLife.Actions.ActionType.CanExecuteDelegate%2cSystem.Nullable%7bTinyLife.Actions.ActionType.AiSettings%7d%2cSystem.Nullable%7bTinyLife.Actions.ActionType.AiSettings%7d%2cSystem.Nullable%7bTinyLife.Actions.CanExecuteResult%7d)" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: protected SocialAction GetRecipientAction(bool wasOffered)
|
|
parameters:
|
|
- id: wasOffered
|
|
type: System.Boolean
|
|
description: Whether help was offered through this action.
|
|
return:
|
|
type: TinyLife.Actions.SocialAction
|
|
description: This action's recipient action, which is either <xref href="TinyLife.Actions.SocialAction.PartnerAction" data-throw-if-not-resolved="false"></xref> or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/this">this</a>.
|
|
content.vb: Protected Function GetRecipientAction(wasOffered As Boolean) As SocialAction
|
|
overload: TinyLife.Actions.SocialAction.GetRecipientAction*
|
|
nameWithType.vb: SocialAction.GetRecipientAction(Boolean)
|
|
fullName.vb: TinyLife.Actions.SocialAction.GetRecipientAction(Boolean)
|
|
name.vb: GetRecipientAction(Boolean)
|
|
- uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
commentId: M:TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
id: CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
parent: TinyLife.Actions.SocialAction
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CreateAskOffer(string, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?)
|
|
nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?)
|
|
fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?)
|
|
type: Method
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Actions
|
|
summary: >-
|
|
Creates and returns a set of <xref href="TinyLife.Actions.ActionType.TypeSettings" data-throw-if-not-resolved="false"></xref> instances that contains an "Ask" action, as well as an "Offer" action, for a specific <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref> class. The returned <xref href="TinyLife.Actions.ActionType.TypeSettings" data-throw-if-not-resolved="false"></xref> have an additional <xref href="System.Boolean" data-throw-if-not-resolved="false"></xref> entry in their <xref href="TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments" data-throw-if-not-resolved="false"></xref> that determines whether the action was started from the offering party, rather than the asking party. It can be evaluated using <xref href="TinyLife.Actions.SocialAction.IsHelper(System.Boolean)" data-throw-if-not-resolved="false"></xref> and related methods.
|
|
|
|
The returned <xref href="TinyLife.Actions.ActionType.TypeSettings" data-throw-if-not-resolved="false"></xref> also automatically include an <xref href="TinyLife.Actions.ActionArgument" data-throw-if-not-resolved="false"></xref> evaluator that displays a list of potential action partners if no action partner was immediately selected through the <code class="paramref">context</code>.
|
|
|
|
This means that the <code class="paramref">constructedType</code>'s constructor should accept the usual <xref href="TinyLife.Actions.ActionType" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.ActionInfo" data-throw-if-not-resolved="false"></xref>, but also the <code>wasOffered</code> <xref href="System.Boolean" data-throw-if-not-resolved="false"></xref> and the (optional) <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> passed from the <xref href="TinyLife.Actions.ActionArgument" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public static IEnumerable<ActionType.TypeSettings> CreateAskOffer(string name, ObjectCategory context, Type constructedType, ActionType.CanExecuteDelegate canRecipientExecute, ActionType.CanExecuteDelegate canHelperExecute, ActionType.AiSettings? askAi = null, ActionType.AiSettings? offerAi = null, CanExecuteResult? noValidArgumentsResult = null)
|
|
parameters:
|
|
- id: name
|
|
type: System.String
|
|
description: The base action name, which has "Ask" and "Offer" appended to it automatically.
|
|
- id: context
|
|
type: TinyLife.Objects.ObjectCategory
|
|
description: The context.
|
|
- id: constructedType
|
|
type: System.Type
|
|
description: The constructed action type.
|
|
- id: canRecipientExecute
|
|
type: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref> that determines whether the recipient of this action (the person that is offered help, or the person that asks for help) can execute it.
|
|
- id: canHelperExecute
|
|
type: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
description: A <xref href="TinyLife.Actions.ActionType.CanExecuteDelegate" data-throw-if-not-resolved="false"></xref> that determines whether the helper of this action (the person that offers help, or the person that is asked for help) can execute it.
|
|
- id: askAi
|
|
type: System.Nullable{TinyLife.Actions.ActionType.AiSettings}
|
|
description: The <xref href="TinyLife.Actions.ActionType.AiSettings" data-throw-if-not-resolved="false"></xref> for the "Ask" version of this action.
|
|
- id: offerAi
|
|
type: System.Nullable{TinyLife.Actions.ActionType.AiSettings}
|
|
description: The <xref href="TinyLife.Actions.ActionType.AiSettings" data-throw-if-not-resolved="false"></xref> for the "Offer" version of this action.
|
|
- id: noValidArgumentsResult
|
|
type: System.Nullable{TinyLife.Actions.CanExecuteResult}
|
|
description: A <xref href="TinyLife.Actions.CanExecuteResult" data-throw-if-not-resolved="false"></xref> that is used when no free people are found.
|
|
return:
|
|
type: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings}
|
|
description: The "Ask" and "Offer" action type settings.
|
|
content.vb: Public Shared Function CreateAskOffer(name As String, context As ObjectCategory, constructedType As Type, canRecipientExecute As ActionType.CanExecuteDelegate, canHelperExecute As ActionType.CanExecuteDelegate, askAi As ActionType.AiSettings? = Nothing, offerAi As ActionType.AiSettings? = Nothing, noValidArgumentsResult As CanExecuteResult? = Nothing) As IEnumerable(Of ActionType.TypeSettings)
|
|
overload: TinyLife.Actions.SocialAction.CreateAskOffer*
|
|
nameWithType.vb: SocialAction.CreateAskOffer(String, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?)
|
|
fullName.vb: TinyLife.Actions.SocialAction.CreateAskOffer(String, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?)
|
|
name.vb: CreateAskOffer(String, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?)
|
|
references:
|
|
- uid: TinyLife.Objects.PersonLike
|
|
commentId: T:TinyLife.Objects.PersonLike
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.PersonLike.html
|
|
name: PersonLike
|
|
nameWithType: PersonLike
|
|
fullName: TinyLife.Objects.PersonLike
|
|
- uid: TinyLife.Actions.SocialAction.Partner
|
|
commentId: P:TinyLife.Actions.SocialAction.Partner
|
|
parent: TinyLife.Actions.SocialAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_Partner
|
|
name: Partner
|
|
nameWithType: SocialAction.Partner
|
|
fullName: TinyLife.Actions.SocialAction.Partner
|
|
- uid: TinyLife.Actions
|
|
commentId: N:TinyLife.Actions
|
|
href: TinyLife.html
|
|
name: TinyLife.Actions
|
|
nameWithType: TinyLife.Actions
|
|
fullName: TinyLife.Actions
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
parent: MLEM.Data.Json
|
|
isExternal: true
|
|
name: JsonTypeSafeGenericDataHolder
|
|
nameWithType: JsonTypeSafeGenericDataHolder
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
- uid: TinyLife.Actions.Action
|
|
commentId: T:TinyLife.Actions.Action
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.Action.html
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- 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
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
commentId: T:MLEM.Misc.IGenericDataHolder
|
|
parent: MLEM.Misc
|
|
isExternal: true
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
- uid: TinyLife.Actions.MultiAction.Handler
|
|
commentId: F:TinyLife.Actions.MultiAction.Handler
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Handler
|
|
name: Handler
|
|
nameWithType: MultiAction.Handler
|
|
fullName: TinyLife.Actions.MultiAction.Handler
|
|
- uid: TinyLife.Actions.MultiAction.MainElapsedTime
|
|
commentId: P:TinyLife.Actions.MultiAction.MainElapsedTime
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_MainElapsedTime
|
|
name: MainElapsedTime
|
|
nameWithType: MultiAction.MainElapsedTime
|
|
fullName: TinyLife.Actions.MultiAction.MainElapsedTime
|
|
- uid: TinyLife.Actions.MultiAction.CurrentStage
|
|
commentId: P:TinyLife.Actions.MultiAction.CurrentStage
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CurrentStage
|
|
name: CurrentStage
|
|
nameWithType: MultiAction.CurrentStage
|
|
fullName: TinyLife.Actions.MultiAction.CurrentStage
|
|
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
|
commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
|
|
name: CreateLastActions()
|
|
nameWithType: MultiAction.CreateLastActions()
|
|
fullName: TinyLife.Actions.MultiAction.CreateLastActions()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
|
name: CreateLastActions
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.CreateLastActions
|
|
name: CreateLastActions
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.MultiAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: OnFirstUpdate(GameTime, TimeSpan, float)
|
|
nameWithType: MultiAction.OnFirstUpdate(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: MultiAction.OnFirstUpdate(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: OnFirstUpdate(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: OnFirstUpdate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.OnFirstUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: OnFirstUpdate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnFirstUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.MultiAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: OnLastUpdate(GameTime, TimeSpan, float)
|
|
nameWithType: MultiAction.OnLastUpdate(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: MultiAction.OnLastUpdate(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: OnLastUpdate(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: OnLastUpdate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.OnLastUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: OnLastUpdate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnLastUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
|
commentId: M:TinyLife.Actions.MultiAction.PreInitialize
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize
|
|
name: PreInitialize()
|
|
nameWithType: MultiAction.PreInitialize()
|
|
fullName: TinyLife.Actions.MultiAction.PreInitialize()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
|
name: PreInitialize
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.PreInitialize
|
|
name: PreInitialize
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreInitialize
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_
|
|
name: PreCompleted(CompletionType)
|
|
nameWithType: MultiAction.PreCompleted(CompletionType)
|
|
fullName: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
|
name: PreCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.PreCompleted(TinyLife.Actions.CompletionType)
|
|
name: PreCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_PreCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.MultiAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: Update(GameTime, TimeSpan, float)
|
|
nameWithType: MultiAction.Update(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: MultiAction.Update(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: Update(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.Initialize
|
|
commentId: M:TinyLife.Actions.MultiAction.Initialize
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize
|
|
name: Initialize()
|
|
nameWithType: MultiAction.Initialize()
|
|
fullName: TinyLife.Actions.MultiAction.Initialize()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.Initialize
|
|
name: Initialize
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.Initialize
|
|
name: Initialize
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Initialize
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.IsCompleted
|
|
commentId: M:TinyLife.Actions.MultiAction.IsCompleted
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted
|
|
name: IsCompleted()
|
|
nameWithType: MultiAction.IsCompleted()
|
|
fullName: TinyLife.Actions.MultiAction.IsCompleted()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.IsCompleted
|
|
name: IsCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.IsCompleted
|
|
name: IsCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_IsCompleted
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_
|
|
name: OnCompleted(CompletionType)
|
|
nameWithType: MultiAction.OnCompleted(CompletionType)
|
|
fullName: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
|
|
name: OnCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.OnCompleted(TinyLife.Actions.CompletionType)
|
|
name: OnCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_OnCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
|
|
commentId: M:TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_TinyLife_Utilities_AppliedMigrations_
|
|
name: Validate(PersonLike, AppliedMigrations)
|
|
nameWithType: MultiAction.Validate(PersonLike, AppliedMigrations)
|
|
fullName: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike, TinyLife.Utilities.AppliedMigrations)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
|
|
name: Validate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.Validate(TinyLife.Objects.PersonLike,TinyLife.Utilities.AppliedMigrations)
|
|
name: Validate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_Validate_TinyLife_Objects_PersonLike_TinyLife_Utilities_AppliedMigrations_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Utilities.AppliedMigrations
|
|
name: AppliedMigrations
|
|
href: TinyLife.Utilities.AppliedMigrations.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.Random
|
|
commentId: F:TinyLife.Actions.Action.Random
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Random
|
|
name: Random
|
|
nameWithType: Action.Random
|
|
fullName: TinyLife.Actions.Action.Random
|
|
- 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
|
|
- 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
|
|
- uid: TinyLife.Actions.Action.FullyInProgress
|
|
commentId: P:TinyLife.Actions.Action.FullyInProgress
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_FullyInProgress
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Type
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Info
|
|
name: Info
|
|
nameWithType: Action.Info
|
|
fullName: TinyLife.Actions.Action.Info
|
|
- uid: TinyLife.Actions.Action.Id
|
|
commentId: F:TinyLife.Actions.Action.Id
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Id
|
|
name: Id
|
|
nameWithType: Action.Id
|
|
fullName: TinyLife.Actions.Action.Id
|
|
- uid: TinyLife.Actions.Action.StartedAutomatically
|
|
commentId: P:TinyLife.Actions.Action.StartedAutomatically
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_StartedAutomatically
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Parent
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Person
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ElapsedTime
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PlayerPromptOpen
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ForceResult
|
|
name: ForceResult
|
|
nameWithType: Action.ForceResult
|
|
fullName: TinyLife.Actions.Action.ForceResult
|
|
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetNextAction(TinyLife.Actions.CompletionType)
|
|
name: GetNextAction
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetNextAction_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.GetIconObject
|
|
commentId: M:TinyLife.Actions.Action.GetIconObject
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject
|
|
name: GetIconObject()
|
|
nameWithType: Action.GetIconObject()
|
|
fullName: TinyLife.Actions.Action.GetIconObject()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetIconObject
|
|
name: GetIconObject
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetIconObject
|
|
name: GetIconObject
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetIconObject
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
commentId: M:TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed
|
|
name: CausesExtremelyFastSpeed()
|
|
nameWithType: Action.CausesExtremelyFastSpeed()
|
|
fullName: TinyLife.Actions.Action.CausesExtremelyFastSpeed()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
name: CausesExtremelyFastSpeed
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CausesExtremelyFastSpeed
|
|
name: CausesExtremelyFastSpeed
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CausesExtremelyFastSpeed
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
|
|
commentId: M:TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
|
|
parent: TinyLife.Actions.Action
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
|
|
name: CanEnqueueConversation
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CanEnqueueConversation(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType)
|
|
name: CanEnqueueConversation
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanEnqueueConversation_TinyLife_Objects_PersonLike_TinyLife_Actions_ActionType_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.GetProgress
|
|
commentId: M:TinyLife.Actions.Action.GetProgress
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress
|
|
name: GetProgress()
|
|
nameWithType: Action.GetProgress()
|
|
fullName: TinyLife.Actions.Action.GetProgress()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetProgress
|
|
name: GetProgress
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetProgress
|
|
name: GetProgress
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetProgress
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
|
|
name: OnChildCompleted(Action, CompletionType, bool)
|
|
nameWithType: Action.OnChildCompleted(Action, CompletionType, bool)
|
|
fullName: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, bool)
|
|
nameWithType.vb: Action.OnChildCompleted(Action, CompletionType, Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, Boolean)
|
|
name.vb: OnChildCompleted(Action, CompletionType, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
name: OnChildCompleted
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.OnChildCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
name: OnChildCompleted
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OnChildCompleted_TinyLife_Actions_Action_TinyLife_Actions_CompletionType_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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_
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: OpenPlayerPrompt
|
|
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_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: <
|
|
- uid: TinyLife.Uis.CoveringGroup
|
|
name: CoveringGroup
|
|
href: TinyLife.Uis.CoveringGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.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)
|
|
name: OpenPlayerPrompt
|
|
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_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Uis.CoveringGroup
|
|
name: CoveringGroup
|
|
href: TinyLife.Uis.CoveringGroup.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- 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
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
|
|
name: OpenYesNoPrompt
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.OpenYesNoPrompt(System.String,System.Action,System.Action,MLEM.Textures.TextureRegion)
|
|
name: OpenYesNoPrompt
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenYesNoPrompt_System_String_System_Action_System_Action_MLEM_Textures_TextureRegion_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- 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
|
|
isExternal: true
|
|
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_
|
|
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)
|
|
nameWithType.vb: Action.OpenTextPrompt(String, Action(Of String), Predicate(Of String), TextField.Rule, String, TextureRegion)
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: OpenTextPrompt
|
|
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_
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: '>'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Ui.Elements.TextField.Rule
|
|
name: Rule
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
spec.vb:
|
|
- 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)
|
|
name: OpenTextPrompt
|
|
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_
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Ui.Elements.TextField.Rule
|
|
name: Rule
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
|
commentId: M:TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
|
|
name: OpenChoicePrompt(ChoicePromptInfo)
|
|
nameWithType: Action.OpenChoicePrompt(ChoicePromptInfo)
|
|
fullName: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
|
name: OpenChoicePrompt
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
|
name: ChoicePromptInfo
|
|
href: TinyLife.Actions.ChoicePromptInfo.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.OpenChoicePrompt(TinyLife.Actions.ChoicePromptInfo)
|
|
name: OpenChoicePrompt
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_OpenChoicePrompt_TinyLife_Actions_ChoicePromptInfo_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ChoicePromptInfo
|
|
name: ChoicePromptInfo
|
|
href: TinyLife.Actions.ChoicePromptInfo.html
|
|
- name: )
|
|
- 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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: SpeakAlone
|
|
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: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- 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: )
|
|
spec.vb:
|
|
- 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)
|
|
name: SpeakAlone
|
|
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: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- 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.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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- uid: 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
|
|
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: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.ThinkAlone(Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteChoices,System.Single,System.Single,System.Single,System.Single,System.Int32)
|
|
name: ThinkAlone
|
|
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: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: SpeakInConversation
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- 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: )
|
|
spec.vb:
|
|
- 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)
|
|
name: SpeakInConversation
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.EmoteChoices
|
|
name: EmoteChoices
|
|
href: TinyLife.Actions.EmoteChoices.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.SpeakStyle
|
|
name: SpeakStyle
|
|
href: TinyLife.Objects.SpeakStyle.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- 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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech
|
|
name: ResetSpeech()
|
|
nameWithType: Action.ResetSpeech()
|
|
fullName: TinyLife.Actions.Action.ResetSpeech()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.ResetSpeech
|
|
name: ResetSpeech
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.ResetSpeech
|
|
name: ResetSpeech
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_ResetSpeech
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
|
|
commentId: M:TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
|
|
parent: TinyLife.Actions.Action
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
|
|
name: CompleteIfNeedFull
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CompleteIfNeedFull(TinyLife.NeedType,TinyLife.Objects.PersonLike)
|
|
name: CompleteIfNeedFull
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfNeedFull_TinyLife_NeedType_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
href: TinyLife.NeedType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- 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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_System_TimeSpan_System_Boolean_TinyLife_Skills_SkillType_System_Single_System_Boolean_
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CompleteIfTimeUp(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_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.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.Boolean,TinyLife.Skills.SkillType,System.Single,System.Boolean)
|
|
name: CompleteIfTimeUp
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CompleteIfTimeUp_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.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.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: )
|
|
- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
|
commentId: M:TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___
|
|
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())
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
|
name: CancelIfEmotional
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___
|
|
- name: (
|
|
- name: params
|
|
- name: " "
|
|
- uid: TinyLife.Emotions.EmotionType
|
|
name: EmotionType
|
|
href: TinyLife.Emotions.EmotionType.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CancelIfEmotional(TinyLife.Emotions.EmotionType[])
|
|
name: CancelIfEmotional
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CancelIfEmotional_TinyLife_Emotions_EmotionType___
|
|
- name: (
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: TinyLife.Emotions.EmotionType
|
|
name: EmotionType
|
|
href: TinyLife.Emotions.EmotionType.html
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
|
commentId: M:TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- 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
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.Sit(TinyLife.Objects.Furniture,System.Single,TinyLife.Objects.ActionSpot)
|
|
name: Sit
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Sit_TinyLife_Objects_Furniture_System_Single_TinyLife_Objects_ActionSpot_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- 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
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.GetChildren(System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.GetChildren(System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_
|
|
name: GetChildren(bool)
|
|
nameWithType: Action.GetChildren(bool)
|
|
fullName: TinyLife.Actions.Action.GetChildren(bool)
|
|
nameWithType.vb: Action.GetChildren(Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.GetChildren(Boolean)
|
|
name.vb: GetChildren(Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetChildren(System.Boolean)
|
|
name: GetChildren
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_
|
|
- 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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChildren_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
|
|
commentId: M:TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetChild``1(System.Guid,System.Boolean)
|
|
name: GetChild
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetChild__1_System_Guid_System_Boolean_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.Guid
|
|
name: Guid
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.guid
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.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
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_
|
|
name: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
|
|
nameWithType: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, bool)
|
|
fullName: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, bool)
|
|
nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, TinyLife.Objects.ObjectCategory, TinyLife.Objects.ObjectCategory, Boolean)
|
|
name.vb: PickUpAndGoTo(ActionInfo, ObjectCategory, ObjectCategory, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
name: PickUpAndGoTo
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,TinyLife.Objects.ObjectCategory,TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
name: PickUpAndGoTo
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_PickUpAndGoTo_TinyLife_Actions_ActionInfo_TinyLife_Objects_ObjectCategory_TinyLife_Objects_ObjectCategory_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- 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
|
|
isExternal: true
|
|
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_
|
|
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)
|
|
nameWithType.vb: Action.PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
|
fullName.vb: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo, System.Func(Of TinyLife.Objects.Furniture, Boolean), System.Func(Of TinyLife.Objects.Furniture, Boolean), Boolean)
|
|
name.vb: PickUpAndGoTo(ActionInfo, Func(Of Furniture, Boolean), Func(Of Furniture, Boolean), Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
|
name: PickUpAndGoTo
|
|
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_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- 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: '>'
|
|
- 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: '>'
|
|
- 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.PickUpAndGoTo(TinyLife.Actions.ActionInfo,System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Func{TinyLife.Objects.Furniture,System.Boolean},System.Boolean)
|
|
name: PickUpAndGoTo
|
|
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_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- 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: )
|
|
- 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: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
|
|
commentId: M:TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
|
|
parent: TinyLife.Actions.Action
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
|
|
name: GetFreeChair
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetFreeChair(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture)
|
|
name: GetFreeChair
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChair_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: )
|
|
- 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})
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
|
|
name: GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>)
|
|
nameWithType: Action.GetFreeChairs(PersonLike, Furniture, Func<Direction2, bool>)
|
|
fullName: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func<MLEM.Maths.Direction2, bool>)
|
|
nameWithType.vb: Action.GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
|
|
fullName.vb: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike, TinyLife.Objects.Furniture, System.Func(Of MLEM.Maths.Direction2, Boolean))
|
|
name.vb: GetFreeChairs(PersonLike, Furniture, Func(Of Direction2, Boolean))
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
|
|
name: GetFreeChairs
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetFreeChairs(TinyLife.Objects.PersonLike,TinyLife.Objects.Furniture,System.Func{MLEM.Maths.Direction2,System.Boolean})
|
|
name: GetFreeChairs
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetFreeChairs_TinyLife_Objects_PersonLike_TinyLife_Objects_Furniture_System_Func_MLEM_Maths_Direction2_System_Boolean__
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: MLEM.Maths.Direction2
|
|
name: Direction2
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
|
|
commentId: M:TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
|
|
parent: TinyLife.Actions.Action
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
|
|
name: GetSeatCategory
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetSeatCategory(TinyLife.Objects.PersonLike)
|
|
name: GetSeatCategory
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetSeatCategory_TinyLife_Objects_PersonLike_
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- 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})
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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))
|
|
spec.csharp:
|
|
- 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})
|
|
name: FindAllFreePeople
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.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: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- 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})
|
|
name: FindAllFreePeople
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- 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: )
|
|
- name: )
|
|
- 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})
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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))
|
|
spec.csharp:
|
|
- 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})
|
|
name: FindAllFreeFurniture
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
href: TinyLife.Objects.FurnitureType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.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: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- 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})
|
|
name: FindAllFreeFurniture
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
href: TinyLife.Objects.FurnitureType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.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: )
|
|
- name: )
|
|
- 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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: FindAllFreeWalls
|
|
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: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- 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.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
|
|
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: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- 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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: FindAllFreeGround
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- 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.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
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- 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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: FindFreeFurniture
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
href: TinyLife.Objects.FurnitureType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.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
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
href: TinyLife.Objects.FurnitureType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.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})
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: FindAllActionObjects
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.FindAllActionObjects(TinyLife.Objects.PersonLike,TinyLife.Actions.ActionType,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: FindAllActionObjects
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
- uid: 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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- 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)
|
|
name: FindValidActionObjects
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.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
|
|
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: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.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)
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
name: GetRandomValidArguments
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetRandomValidArguments(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
|
|
name: GetRandomValidArguments
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetRandomValidArguments_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_
|
|
name: GetTableSpot(Furniture, ActionSpot)
|
|
nameWithType: Action.GetTableSpot(Furniture, ActionSpot)
|
|
fullName: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture, TinyLife.Objects.ActionSpot)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
name: GetTableSpot
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetTableSpot(TinyLife.Objects.Furniture,TinyLife.Objects.ActionSpot)
|
|
name: GetTableSpot
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetTableSpot_TinyLife_Objects_Furniture_TinyLife_Objects_ActionSpot_
|
|
- name: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
href: TinyLife.Objects.Furniture.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
href: TinyLife.Objects.ActionSpot.html
|
|
- name: )
|
|
- 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})
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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))
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
|
|
name: InvokeForBoth
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: <
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.InvokeForBoth(TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike,System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike})
|
|
name: InvokeForBoth
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_InvokeForBoth_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
|
|
- name: (
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- name: )
|
|
- 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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_
|
|
name: CanMultitask(Action, Action)
|
|
nameWithType: Action.CanMultitask(Action, Action)
|
|
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action, TinyLife.Actions.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action,TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
- 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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_
|
|
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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.IsInappropriate(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo)
|
|
name: IsInappropriate
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsInappropriate_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: )
|
|
- 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})
|
|
parent: TinyLife.Actions.Action
|
|
isExternal: true
|
|
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?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: IsLotContentVisible
|
|
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: (
|
|
- uid: TinyLife.World.Lot
|
|
name: Lot
|
|
href: TinyLife.World.Lot.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.IsLotContentVisible(TinyLife.World.Lot,TinyLife.Objects.PersonLike,TinyLife.World.Map,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: IsLotContentVisible
|
|
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: (
|
|
- uid: TinyLife.World.Lot
|
|
name: Lot
|
|
href: TinyLife.World.Lot.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
href: TinyLife.World.Map.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
isExternal: true
|
|
- name: '?'
|
|
- name: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: SetData<T>(string, T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
|
|
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
|
|
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
|
|
name.vb: SetData(Of T)(String, T)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData
|
|
isExternal: true
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: GetData<T>(string)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(string)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(string)
|
|
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
|
|
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
|
|
name.vb: GetData(Of T)(String)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
name: GetData
|
|
isExternal: true
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
name: GetData
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
isExternal: true
|
|
name: GetDataKeys()
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
isExternal: true
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<SocialAction>(SocialAction)
|
|
nameWithType: Extensions.JsonCopy<SocialAction>(SocialAction)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.SocialAction>(TinyLife.Actions.SocialAction)
|
|
nameWithType.vb: Extensions.JsonCopy(Of SocialAction)(SocialAction)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.SocialAction)(TinyLife.Actions.SocialAction)
|
|
name.vb: JsonCopy(Of SocialAction)(SocialAction)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.SocialAction)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Actions.SocialAction
|
|
name: SocialAction
|
|
href: TinyLife.Actions.SocialAction.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Actions.SocialAction
|
|
name: SocialAction
|
|
href: TinyLife.Actions.SocialAction.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.SocialAction)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.SocialAction
|
|
name: SocialAction
|
|
href: TinyLife.Actions.SocialAction.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Actions.SocialAction
|
|
name: SocialAction
|
|
href: TinyLife.Actions.SocialAction.html
|
|
- name: )
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
href: TinyLife.html
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
- uid: TinyLife.Actions.SocialAction
|
|
commentId: T:TinyLife.Actions.SocialAction
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.SocialAction.html
|
|
name: SocialAction
|
|
nameWithType: SocialAction
|
|
fullName: TinyLife.Actions.SocialAction
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: MLEM.Data.Json
|
|
commentId: N:MLEM.Data.Json
|
|
isExternal: true
|
|
name: MLEM.Data.Json
|
|
nameWithType: MLEM.Data.Json
|
|
fullName: MLEM.Data.Json
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data
|
|
name: Data
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data.Json
|
|
name: Json
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data
|
|
name: Data
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Data.Json
|
|
name: Json
|
|
isExternal: true
|
|
- uid: MLEM.Misc
|
|
commentId: N:MLEM.Misc
|
|
isExternal: true
|
|
name: MLEM.Misc
|
|
nameWithType: MLEM.Misc
|
|
fullName: MLEM.Misc
|
|
spec.csharp:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Misc
|
|
name: Misc
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: MLEM
|
|
name: MLEM
|
|
isExternal: true
|
|
- name: .
|
|
- uid: MLEM.Misc
|
|
name: Misc
|
|
isExternal: true
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: SetData<T>(string, T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(string, T)
|
|
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
|
|
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
|
|
name.vb: SetData(Of T)(String, T)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData
|
|
isExternal: true
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData
|
|
isExternal: true
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
- uid: TinyLife.Actions.SocialAction.PartnerAction
|
|
commentId: P:TinyLife.Actions.SocialAction.PartnerAction
|
|
parent: TinyLife.Actions.SocialAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_PartnerAction
|
|
name: PartnerAction
|
|
nameWithType: SocialAction.PartnerAction
|
|
fullName: TinyLife.Actions.SocialAction.PartnerAction
|
|
- uid: TinyLife.Actions.SocialAction.IsMain*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.IsMain
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsMain
|
|
name: IsMain
|
|
nameWithType: SocialAction.IsMain
|
|
fullName: TinyLife.Actions.SocialAction.IsMain
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean,System.Func{``0,System.Boolean})
|
|
commentId: M:TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean,System.Func{``0,System.Boolean})
|
|
isExternal: true
|
|
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_GetInvolvedObject__1_TinyLife_Objects_ObjectCategory_System_Boolean_System_Boolean_System_Func___0_System_Boolean__
|
|
name: GetInvolvedObject<T>(ObjectCategory, bool, bool, Func<T, bool>)
|
|
nameWithType: ActionInfo.GetInvolvedObject<T>(ObjectCategory, bool, bool, Func<T, bool>)
|
|
fullName: TinyLife.Actions.ActionInfo.GetInvolvedObject<T>(TinyLife.Objects.ObjectCategory, bool, bool, System.Func<T, bool>)
|
|
nameWithType.vb: ActionInfo.GetInvolvedObject(Of T)(ObjectCategory, Boolean, Boolean, Func(Of T, Boolean))
|
|
fullName.vb: TinyLife.Actions.ActionInfo.GetInvolvedObject(Of T)(TinyLife.Objects.ObjectCategory, Boolean, Boolean, System.Func(Of T, Boolean))
|
|
name.vb: GetInvolvedObject(Of T)(ObjectCategory, Boolean, Boolean, Func(Of T, Boolean))
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean,System.Func{``0,System.Boolean})
|
|
name: GetInvolvedObject
|
|
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_GetInvolvedObject__1_TinyLife_Objects_ObjectCategory_System_Boolean_System_Boolean_System_Func___0_System_Boolean__
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: <
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.ActionInfo.GetInvolvedObject``1(TinyLife.Objects.ObjectCategory,System.Boolean,System.Boolean,System.Func{``0,System.Boolean})
|
|
name: GetInvolvedObject
|
|
href: TinyLife.Actions.ActionInfo.html#TinyLife_Actions_ActionInfo_GetInvolvedObject__1_TinyLife_Objects_ObjectCategory_System_Boolean_System_Boolean_System_Func___0_System_Boolean__
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Func`2
|
|
name: Func
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.func-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.Partner*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.Partner
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_Partner
|
|
name: Partner
|
|
nameWithType: SocialAction.Partner
|
|
fullName: TinyLife.Actions.SocialAction.Partner
|
|
- uid: TinyLife.Actions.SocialAction.PartnerAction*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.PartnerAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_PartnerAction
|
|
name: PartnerAction
|
|
nameWithType: SocialAction.PartnerAction
|
|
fullName: TinyLife.Actions.SocialAction.PartnerAction
|
|
- uid: TinyLife.Actions.SocialAction.IsMain
|
|
commentId: P:TinyLife.Actions.SocialAction.IsMain
|
|
parent: TinyLife.Actions.SocialAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsMain
|
|
name: IsMain
|
|
nameWithType: SocialAction.IsMain
|
|
fullName: TinyLife.Actions.SocialAction.IsMain
|
|
- uid: TinyLife.Actions.SocialAction.MainAction*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.MainAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_MainAction
|
|
name: MainAction
|
|
nameWithType: SocialAction.MainAction
|
|
fullName: TinyLife.Actions.SocialAction.MainAction
|
|
- uid: TinyLife.Actions.SocialAction.ConversationTime*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.ConversationTime
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_ConversationTime
|
|
name: ConversationTime
|
|
nameWithType: SocialAction.ConversationTime
|
|
fullName: TinyLife.Actions.SocialAction.ConversationTime
|
|
- uid: System.TimeSpan
|
|
commentId: T:System.TimeSpan
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
- uid: TinyLife.Actions.MultiAction.InProgressTime
|
|
commentId: P:TinyLife.Actions.MultiAction.InProgressTime
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_InProgressTime
|
|
name: InProgressTime
|
|
nameWithType: MultiAction.InProgressTime
|
|
fullName: TinyLife.Actions.MultiAction.InProgressTime
|
|
- uid: TinyLife.Actions.SocialAction.InProgressTime*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.InProgressTime
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InProgressTime
|
|
name: InProgressTime
|
|
nameWithType: SocialAction.InProgressTime
|
|
fullName: TinyLife.Actions.SocialAction.InProgressTime
|
|
- uid: TinyLife.Actions.SocialAction.#ctor*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.#ctor
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction__ctor_TinyLife_Actions_ActionInfo_
|
|
name: SocialAction
|
|
nameWithType: SocialAction.SocialAction
|
|
fullName: TinyLife.Actions.SocialAction.SocialAction
|
|
nameWithType.vb: SocialAction.New
|
|
fullName.vb: TinyLife.Actions.SocialAction.New
|
|
name.vb: New
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
commentId: T:TinyLife.Actions.ActionInfo
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- uid: TinyLife.Actions.ActionType
|
|
commentId: T:TinyLife.Actions.ActionType
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.ActionType.html
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- uid: TinyLife.Actions.Action.IsCompleted
|
|
commentId: M:TinyLife.Actions.Action.IsCompleted
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted
|
|
name: IsCompleted()
|
|
nameWithType: Action.IsCompleted()
|
|
fullName: TinyLife.Actions.Action.IsCompleted()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.IsCompleted
|
|
name: IsCompleted
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.IsCompleted
|
|
name: IsCompleted
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_IsCompleted
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.IsConversationCompleted*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsConversationCompleted
|
|
name: IsConversationCompleted
|
|
nameWithType: SocialAction.IsConversationCompleted
|
|
fullName: TinyLife.Actions.SocialAction.IsConversationCompleted
|
|
- uid: TinyLife.Actions.CompletionType
|
|
commentId: T:TinyLife.Actions.CompletionType
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.CompletionType.html
|
|
name: CompletionType
|
|
nameWithType: CompletionType
|
|
fullName: TinyLife.Actions.CompletionType
|
|
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
|
|
commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
|
|
name: CreateFirstActions()
|
|
nameWithType: MultiAction.CreateFirstActions()
|
|
fullName: TinyLife.Actions.MultiAction.CreateFirstActions()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
|
|
name: CreateFirstActions
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
|
|
name: CreateFirstActions
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.CreateFirstActions*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.CreateFirstActions
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateFirstActions
|
|
name: CreateFirstActions
|
|
nameWithType: SocialAction.CreateFirstActions
|
|
fullName: TinyLife.Actions.SocialAction.CreateFirstActions
|
|
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
|
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.IEnumerable`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
name: IEnumerable<Action>
|
|
nameWithType: IEnumerable<Action>
|
|
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
|
|
nameWithType.vb: IEnumerable(Of Action)
|
|
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
|
|
name.vb: IEnumerable(Of Action)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
commentId: T:System.Collections.Generic.IEnumerable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
name: IEnumerable<T>
|
|
nameWithType: IEnumerable<T>
|
|
fullName: System.Collections.Generic.IEnumerable<T>
|
|
nameWithType.vb: IEnumerable(Of T)
|
|
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
|
name.vb: IEnumerable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic
|
|
commentId: N:System.Collections.Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections.Generic
|
|
nameWithType: System.Collections.Generic
|
|
fullName: System.Collections.Generic
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- name: .
|
|
- uid: System.Collections.Generic
|
|
name: Generic
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
|
|
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenInitialize
|
|
parent: TinyLife.Actions.SocialAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenInitialize
|
|
name: AndThenInitialize()
|
|
nameWithType: SocialAction.AndThenInitialize()
|
|
fullName: TinyLife.Actions.SocialAction.AndThenInitialize()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
|
name: AndThenInitialize
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenInitialize
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.AndThenInitialize
|
|
name: AndThenInitialize
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenInitialize
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.InitializeConversation*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.InitializeConversation
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InitializeConversation
|
|
name: InitializeConversation
|
|
nameWithType: SocialAction.InitializeConversation
|
|
fullName: TinyLife.Actions.SocialAction.InitializeConversation
|
|
- 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
|
|
isExternal: true
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: Update
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_Update_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.ConversationTime
|
|
commentId: P:TinyLife.Actions.SocialAction.ConversationTime
|
|
parent: TinyLife.Actions.SocialAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_ConversationTime
|
|
name: ConversationTime
|
|
nameWithType: SocialAction.ConversationTime
|
|
fullName: TinyLife.Actions.SocialAction.ConversationTime
|
|
- uid: TinyLife.GameImpl.Speed
|
|
commentId: P:TinyLife.GameImpl.Speed
|
|
href: TinyLife.GameImpl.html#TinyLife_GameImpl_Speed
|
|
name: Speed
|
|
nameWithType: GameImpl.Speed
|
|
fullName: TinyLife.GameImpl.Speed
|
|
- uid: TinyLife.Actions.SocialAction.UpdateConversation*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.UpdateConversation
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: UpdateConversation
|
|
nameWithType: SocialAction.UpdateConversation
|
|
fullName: TinyLife.Actions.SocialAction.UpdateConversation
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
- uid: System.Single
|
|
commentId: T:System.Single
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
name: float
|
|
nameWithType: float
|
|
fullName: float
|
|
nameWithType.vb: Single
|
|
fullName.vb: Single
|
|
name.vb: Single
|
|
- uid: Microsoft.Xna.Framework
|
|
commentId: N:Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Microsoft.Xna.Framework
|
|
nameWithType: Microsoft.Xna.Framework
|
|
fullName: Microsoft.Xna.Framework
|
|
spec.csharp:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
spec.vb:
|
|
- uid: Microsoft
|
|
name: Microsoft
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna
|
|
name: Xna
|
|
isExternal: true
|
|
- name: .
|
|
- uid: Microsoft.Xna.Framework
|
|
name: Framework
|
|
isExternal: true
|
|
- uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.SocialAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: AndThenUpdate(GameTime, TimeSpan, float)
|
|
nameWithType: SocialAction.AndThenUpdate(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: SocialAction.AndThenUpdate(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: AndThenUpdate
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: AndThenUpdate
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.SocialAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: UpdateConversation(GameTime, TimeSpan, float)
|
|
nameWithType: SocialAction.UpdateConversation(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: SocialAction.UpdateConversation(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: UpdateConversation(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: UpdateConversation
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.UpdateConversation(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: UpdateConversation
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_UpdateConversation_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Actions.MultiAction.Stage.Main
|
|
commentId: F:TinyLife.Actions.MultiAction.Stage.Main
|
|
href: TinyLife.Actions.MultiAction.Stage.html#TinyLife_Actions_MultiAction_Stage_Main
|
|
name: Main
|
|
nameWithType: MultiAction.Stage.Main
|
|
fullName: TinyLife.Actions.MultiAction.Stage.Main
|
|
- uid: TinyLife.Actions.SocialAction.AndThenUpdateBoth*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.AndThenUpdateBoth
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdateBoth_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: AndThenUpdateBoth
|
|
nameWithType: SocialAction.AndThenUpdateBoth
|
|
fullName: TinyLife.Actions.SocialAction.AndThenUpdateBoth
|
|
- uid: TinyLife.Actions.SocialAction.GetMaxWaitTime*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetMaxWaitTime
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetMaxWaitTime
|
|
name: GetMaxWaitTime
|
|
nameWithType: SocialAction.GetMaxWaitTime
|
|
fullName: TinyLife.Actions.SocialAction.GetMaxWaitTime
|
|
- uid: System.Type
|
|
commentId: T:System.Type
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
name: Type
|
|
nameWithType: Type
|
|
fullName: System.Type
|
|
- uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
commentId: M:TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
parent: TinyLife.Objects.PersonLike
|
|
isExternal: true
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___
|
|
name: EnqueueAction<T>(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[])
|
|
nameWithType: PersonLike.EnqueueAction<T>(ActionType, ActionInfo, bool, bool, bool, params ActionArgument[])
|
|
fullName: TinyLife.Objects.PersonLike.EnqueueAction<T>(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool, bool, bool, params TinyLife.Actions.ActionArgument[])
|
|
nameWithType.vb: PersonLike.EnqueueAction(Of T)(ActionType, ActionInfo, Boolean, Boolean, Boolean, ParamArray ActionArgument())
|
|
fullName.vb: TinyLife.Objects.PersonLike.EnqueueAction(Of T)(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean, Boolean, Boolean, ParamArray TinyLife.Actions.ActionArgument())
|
|
name.vb: EnqueueAction(Of T)(ActionType, ActionInfo, Boolean, Boolean, Boolean, ParamArray ActionArgument())
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
name: EnqueueAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- name: params
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionArgument
|
|
name: ActionArgument
|
|
href: TinyLife.Actions.ActionArgument.html
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.PersonLike.EnqueueAction``1(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean,System.Boolean,TinyLife.Actions.ActionArgument[])
|
|
name: EnqueueAction
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_EnqueueAction__1_TinyLife_Actions_ActionType_TinyLife_Actions_ActionInfo_System_Boolean_System_Boolean_System_Boolean_TinyLife_Actions_ActionArgument___
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: ','
|
|
- name: " "
|
|
- name: ParamArray
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionArgument
|
|
name: ActionArgument
|
|
href: TinyLife.Actions.ActionArgument.html
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.EnqueuePartnerAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_EnqueuePartnerAction_TinyLife_Actions_ActionInfo_
|
|
name: EnqueuePartnerAction
|
|
nameWithType: SocialAction.EnqueuePartnerAction
|
|
fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction
|
|
- uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
commentId: M:TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
parent: TinyLife.Actions.SocialAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_EnqueuePartnerAction_TinyLife_Actions_ActionInfo_
|
|
name: EnqueuePartnerAction(ActionInfo)
|
|
nameWithType: SocialAction.EnqueuePartnerAction(ActionInfo)
|
|
fullName: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
name: EnqueuePartnerAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_EnqueuePartnerAction_TinyLife_Actions_ActionInfo_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.EnqueuePartnerAction(TinyLife.Actions.ActionInfo)
|
|
name: EnqueuePartnerAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_EnqueuePartnerAction_TinyLife_Actions_ActionInfo_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.ActionArgument
|
|
commentId: T:TinyLife.Actions.ActionArgument
|
|
href: TinyLife.Actions.ActionArgument.html
|
|
name: ActionArgument
|
|
nameWithType: ActionArgument
|
|
fullName: TinyLife.Actions.ActionArgument
|
|
- uid: TinyLife.Actions.SocialAction.GetPartnerArguments*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetPartnerArguments
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetPartnerArguments_TinyLife_Actions_ActionInfo_
|
|
name: GetPartnerArguments
|
|
nameWithType: SocialAction.GetPartnerArguments
|
|
fullName: TinyLife.Actions.SocialAction.GetPartnerArguments
|
|
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
|
|
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionArgument}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.IEnumerable`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
name: IEnumerable<ActionArgument>
|
|
nameWithType: IEnumerable<ActionArgument>
|
|
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionArgument>
|
|
nameWithType.vb: IEnumerable(Of ActionArgument)
|
|
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionArgument)
|
|
name.vb: IEnumerable(Of ActionArgument)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: TinyLife.Actions.ActionArgument
|
|
name: ActionArgument
|
|
href: TinyLife.Actions.ActionArgument.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionArgument
|
|
name: ActionArgument
|
|
href: TinyLife.Actions.ActionArgument.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Actions.SocialAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
|
|
name: AndThenOnCompleted(CompletionType)
|
|
nameWithType: SocialAction.AndThenOnCompleted(CompletionType)
|
|
fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
name: AndThenOnCompleted
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
name: AndThenOnCompleted
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.OnBothCompleted*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.OnBothCompleted
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_OnBothCompleted_TinyLife_Actions_CompletionType_
|
|
name: OnBothCompleted
|
|
nameWithType: SocialAction.OnBothCompleted
|
|
fullName: TinyLife.Actions.SocialAction.OnBothCompleted
|
|
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Actions.MultiAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: AndThenUpdate(GameTime, TimeSpan, float)
|
|
nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float)
|
|
fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
|
|
nameWithType.vb: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
|
|
fullName.vb: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
|
|
name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: AndThenUpdate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: AndThenUpdate
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
- name: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.timespan
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.AndThenUpdate*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.AndThenUpdate
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
|
|
name: AndThenUpdate
|
|
nameWithType: SocialAction.AndThenUpdate
|
|
fullName: TinyLife.Actions.SocialAction.AndThenUpdate
|
|
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
|
commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
|
|
name: AndThenIsCompleted()
|
|
nameWithType: MultiAction.AndThenIsCompleted()
|
|
fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
|
name: AndThenIsCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
|
|
name: AndThenIsCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.AndThenIsCompleted*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.AndThenIsCompleted
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenIsCompleted
|
|
name: AndThenIsCompleted
|
|
nameWithType: SocialAction.AndThenIsCompleted
|
|
fullName: TinyLife.Actions.SocialAction.AndThenIsCompleted
|
|
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
commentId: M:TinyLife.Actions.MultiAction.AndThenInitialize
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
|
name: AndThenInitialize()
|
|
nameWithType: MultiAction.AndThenInitialize()
|
|
fullName: TinyLife.Actions.MultiAction.AndThenInitialize()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
name: AndThenInitialize
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenInitialize
|
|
name: AndThenInitialize
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenInitialize
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.AndThenInitialize*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.AndThenInitialize
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenInitialize
|
|
name: AndThenInitialize
|
|
nameWithType: SocialAction.AndThenInitialize
|
|
fullName: TinyLife.Actions.SocialAction.AndThenInitialize
|
|
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
commentId: M:TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
|
|
name: AndThenOnCompleted(CompletionType)
|
|
nameWithType: MultiAction.AndThenOnCompleted(CompletionType)
|
|
fullName: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
name: AndThenOnCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.AndThenOnCompleted(TinyLife.Actions.CompletionType)
|
|
name: AndThenOnCompleted
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.AndThenOnCompleted*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.AndThenOnCompleted
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_AndThenOnCompleted_TinyLife_Actions_CompletionType_
|
|
name: AndThenOnCompleted
|
|
nameWithType: SocialAction.AndThenOnCompleted
|
|
fullName: TinyLife.Actions.SocialAction.AndThenOnCompleted
|
|
- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_
|
|
name: CanCancel(Action)
|
|
nameWithType: MultiAction.CanCancel(Action)
|
|
fullName: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
|
name: CanCancel
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.CanCancel(TinyLife.Actions.Action)
|
|
name: CanCancel
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanCancel_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.CanCancel*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.CanCancel
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanCancel_TinyLife_Actions_Action_
|
|
name: CanCancel
|
|
nameWithType: SocialAction.CanCancel
|
|
fullName: TinyLife.Actions.SocialAction.CanCancel
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
commentId: M:TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_
|
|
name: CanMultitask(Action)
|
|
nameWithType: Action.CanMultitask(Action)
|
|
fullName: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.CanMultitask(TinyLife.Actions.Action)
|
|
name: CanMultitask
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_CanMultitask_TinyLife_Actions_Action_
|
|
- name: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
href: TinyLife.Actions.Action.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.CanMultitask*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.CanMultitask
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanMultitask_TinyLife_Actions_Action_
|
|
name: CanMultitask
|
|
nameWithType: SocialAction.CanMultitask
|
|
fullName: TinyLife.Actions.SocialAction.CanMultitask
|
|
- uid: TinyLife.Objects.PersonLike.ActionQueue
|
|
commentId: F:TinyLife.Objects.PersonLike.ActionQueue
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_ActionQueue
|
|
name: ActionQueue
|
|
nameWithType: PersonLike.ActionQueue
|
|
fullName: TinyLife.Objects.PersonLike.ActionQueue
|
|
- uid: TinyLife.Objects.PersonLike.CurrentActions
|
|
commentId: F:TinyLife.Objects.PersonLike.CurrentActions
|
|
parent: TinyLife.Objects.PersonLike
|
|
href: TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_CurrentActions
|
|
name: CurrentActions
|
|
nameWithType: PersonLike.CurrentActions
|
|
fullName: TinyLife.Objects.PersonLike.CurrentActions
|
|
- uid: TinyLife.Actions.MultiAction.CanStartNow
|
|
commentId: M:TinyLife.Actions.MultiAction.CanStartNow
|
|
parent: TinyLife.Actions.MultiAction
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow
|
|
name: CanStartNow()
|
|
nameWithType: MultiAction.CanStartNow()
|
|
fullName: TinyLife.Actions.MultiAction.CanStartNow()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.MultiAction.CanStartNow
|
|
name: CanStartNow
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.MultiAction.CanStartNow
|
|
name: CanStartNow
|
|
href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CanStartNow
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.CanStartNow*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.CanStartNow
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CanStartNow
|
|
name: CanStartNow
|
|
nameWithType: SocialAction.CanStartNow
|
|
fullName: TinyLife.Actions.SocialAction.CanStartNow
|
|
- uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
|
|
commentId: M:TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
|
|
isExternal: true
|
|
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetDisplayName_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
name: GetDisplayName(ActionInfo, bool)
|
|
nameWithType: ActionType.GetDisplayName(ActionInfo, bool)
|
|
fullName: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo, bool)
|
|
nameWithType.vb: ActionType.GetDisplayName(ActionInfo, Boolean)
|
|
fullName.vb: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo, Boolean)
|
|
name.vb: GetDisplayName(ActionInfo, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
|
|
name: GetDisplayName
|
|
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetDisplayName_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.ActionType.GetDisplayName(TinyLife.Actions.ActionInfo,System.Boolean)
|
|
name: GetDisplayName
|
|
href: TinyLife.Actions.ActionType.html#TinyLife_Actions_ActionType_GetDisplayName_TinyLife_Actions_ActionInfo_System_Boolean_
|
|
- name: (
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
href: TinyLife.Actions.ActionInfo.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Actions.Action.GetDisplayName
|
|
commentId: M:TinyLife.Actions.Action.GetDisplayName
|
|
parent: TinyLife.Actions.Action
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName
|
|
name: GetDisplayName()
|
|
nameWithType: Action.GetDisplayName()
|
|
fullName: TinyLife.Actions.Action.GetDisplayName()
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.GetDisplayName
|
|
name: GetDisplayName
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.GetDisplayName
|
|
name: GetDisplayName
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_GetDisplayName
|
|
- name: (
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.GetDisplayName*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetDisplayName
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetDisplayName
|
|
name: GetDisplayName
|
|
nameWithType: SocialAction.GetDisplayName
|
|
fullName: TinyLife.Actions.SocialAction.GetDisplayName
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: TinyLife.Objects.BreakableFurniture
|
|
commentId: T:TinyLife.Objects.BreakableFurniture
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.BreakableFurniture.html
|
|
name: BreakableFurniture
|
|
nameWithType: BreakableFurniture
|
|
fullName: TinyLife.Objects.BreakableFurniture
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
|
|
commentId: F:TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_IgnoreObjectConditions
|
|
name: IgnoreObjectConditions
|
|
nameWithType: ActionType.TypeSettings.IgnoreObjectConditions
|
|
fullName: TinyLife.Actions.ActionType.TypeSettings.IgnoreObjectConditions
|
|
- 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
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_
|
|
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)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
|
name: TryForceResult
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
name: CanExecuteResult
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.Action.TryForceResult(TinyLife.Actions.CompletionType,System.Nullable{TinyLife.Actions.CanExecuteResult},TinyLife.Objects.MapObject)
|
|
name: TryForceResult
|
|
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_
|
|
- name: (
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
href: TinyLife.Actions.CompletionType.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
name: CanExecuteResult
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.MapObject
|
|
name: MapObject
|
|
href: TinyLife.Objects.MapObject.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.TryForceResult*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.TryForceResult
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_TryForceResult_TinyLife_Actions_CompletionType_System_Nullable_TinyLife_Actions_CanExecuteResult__TinyLife_Objects_MapObject_
|
|
name: TryForceResult
|
|
nameWithType: SocialAction.TryForceResult
|
|
fullName: TinyLife.Actions.SocialAction.TryForceResult
|
|
- uid: System.Nullable{TinyLife.Actions.CanExecuteResult}
|
|
commentId: T:System.Nullable{TinyLife.Actions.CanExecuteResult}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
name: CanExecuteResult?
|
|
nameWithType: CanExecuteResult?
|
|
fullName: TinyLife.Actions.CanExecuteResult?
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
name: CanExecuteResult
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
name: CanExecuteResult
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
- name: '?'
|
|
- uid: TinyLife.Objects.MapObject
|
|
commentId: T:TinyLife.Objects.MapObject
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.MapObject.html
|
|
name: MapObject
|
|
nameWithType: MapObject
|
|
fullName: TinyLife.Objects.MapObject
|
|
- uid: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
name: Nullable<T>
|
|
nameWithType: Nullable<T>
|
|
fullName: System.Nullable<T>
|
|
nameWithType.vb: Nullable(Of T)
|
|
fullName.vb: System.Nullable(Of T)
|
|
name.vb: Nullable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.InvokeForBoth*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.InvokeForBoth
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_InvokeForBoth_System_Action_TinyLife_Objects_PersonLike_TinyLife_Objects_PersonLike__
|
|
name: InvokeForBoth
|
|
nameWithType: SocialAction.InvokeForBoth
|
|
fullName: TinyLife.Actions.SocialAction.InvokeForBoth
|
|
- uid: System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}
|
|
commentId: T:System.Action{TinyLife.Objects.PersonLike,TinyLife.Objects.PersonLike}
|
|
parent: System
|
|
definition: System.Action`2
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
name: Action<PersonLike, PersonLike>
|
|
nameWithType: Action<PersonLike, PersonLike>
|
|
fullName: System.Action<TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike>
|
|
nameWithType.vb: Action(Of PersonLike, PersonLike)
|
|
fullName.vb: System.Action(Of TinyLife.Objects.PersonLike, TinyLife.Objects.PersonLike)
|
|
name.vb: Action(Of PersonLike, PersonLike)
|
|
spec.csharp:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: <
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.PersonLike
|
|
name: PersonLike
|
|
href: TinyLife.Objects.PersonLike.html
|
|
- name: )
|
|
- uid: System.Action`2
|
|
commentId: T:System.Action`2
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
name: Action<T1, T2>
|
|
nameWithType: Action<T1, T2>
|
|
fullName: System.Action<T1, T2>
|
|
nameWithType.vb: Action(Of T1, T2)
|
|
fullName.vb: System.Action(Of T1, T2)
|
|
name.vb: Action(Of T1, T2)
|
|
spec.csharp:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: <
|
|
- name: T1
|
|
- name: ','
|
|
- name: " "
|
|
- name: T2
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Action`2
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T1
|
|
- name: ','
|
|
- name: " "
|
|
- name: T2
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
commentId: M:TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
parent: TinyLife.Actions.SocialAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateAskOffer_System_String_TinyLife_Objects_ObjectCategory_System_Type_TinyLife_Actions_ActionType_CanExecuteDelegate_TinyLife_Actions_ActionType_CanExecuteDelegate_System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_CanExecuteResult__
|
|
name: CreateAskOffer(string, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?)
|
|
nameWithType: SocialAction.CreateAskOffer(string, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?)
|
|
fullName: TinyLife.Actions.SocialAction.CreateAskOffer(string, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?)
|
|
nameWithType.vb: SocialAction.CreateAskOffer(String, ObjectCategory, Type, ActionType.CanExecuteDelegate, ActionType.CanExecuteDelegate, ActionType.AiSettings?, ActionType.AiSettings?, CanExecuteResult?)
|
|
fullName.vb: TinyLife.Actions.SocialAction.CreateAskOffer(String, TinyLife.Objects.ObjectCategory, System.Type, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.CanExecuteDelegate, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.ActionType.AiSettings?, TinyLife.Actions.CanExecuteResult?)
|
|
name.vb: CreateAskOffer(String, ObjectCategory, Type, CanExecuteDelegate, CanExecuteDelegate, AiSettings?, AiSettings?, CanExecuteResult?)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
name: CreateAskOffer
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateAskOffer_System_String_TinyLife_Objects_ObjectCategory_System_Type_TinyLife_Actions_ActionType_CanExecuteDelegate_TinyLife_Actions_ActionType_CanExecuteDelegate_System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_CanExecuteResult__
|
|
- name: (
|
|
- uid: System.String
|
|
name: string
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
name: CanExecuteDelegate
|
|
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
name: CanExecuteDelegate
|
|
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
name: CanExecuteResult
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
- name: '?'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.CreateAskOffer(System.String,TinyLife.Objects.ObjectCategory,System.Type,TinyLife.Actions.ActionType.CanExecuteDelegate,TinyLife.Actions.ActionType.CanExecuteDelegate,System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.ActionType.AiSettings},System.Nullable{TinyLife.Actions.CanExecuteResult})
|
|
name: CreateAskOffer
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateAskOffer_System_String_TinyLife_Objects_ObjectCategory_System_Type_TinyLife_Actions_ActionType_CanExecuteDelegate_TinyLife_Actions_ActionType_CanExecuteDelegate_System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_CanExecuteResult__
|
|
- name: (
|
|
- uid: System.String
|
|
name: String
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Type
|
|
name: Type
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.type
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
name: CanExecuteDelegate
|
|
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
name: CanExecuteDelegate
|
|
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
- name: '?'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
name: CanExecuteResult
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
- name: '?'
|
|
- name: )
|
|
- uid: TinyLife.Actions.SocialAction.IsHelper*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.IsHelper
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsHelper_System_Boolean_
|
|
name: IsHelper
|
|
nameWithType: SocialAction.IsHelper
|
|
fullName: TinyLife.Actions.SocialAction.IsHelper
|
|
- uid: TinyLife.Actions.SocialAction.GetHelper*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetHelper
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetHelper_System_Boolean_
|
|
name: GetHelper
|
|
nameWithType: SocialAction.GetHelper
|
|
fullName: TinyLife.Actions.SocialAction.GetHelper
|
|
- uid: TinyLife.Actions.SocialAction.GetRecipientAction*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.GetRecipientAction
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_GetRecipientAction_System_Boolean_
|
|
name: GetRecipientAction
|
|
nameWithType: SocialAction.GetRecipientAction
|
|
fullName: TinyLife.Actions.SocialAction.GetRecipientAction
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
|
commentId: T:TinyLife.Actions.ActionType.TypeSettings
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.ActionType.html
|
|
name: ActionType.TypeSettings
|
|
nameWithType: ActionType.TypeSettings
|
|
fullName: TinyLife.Actions.ActionType.TypeSettings
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
|
name: TypeSettings
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
|
name: TypeSettings
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments
|
|
commentId: F:TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html#TinyLife_Actions_ActionType_TypeSettings_ConstructorArguments
|
|
name: ConstructorArguments
|
|
nameWithType: ActionType.TypeSettings.ConstructorArguments
|
|
fullName: TinyLife.Actions.ActionType.TypeSettings.ConstructorArguments
|
|
- uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean)
|
|
commentId: M:TinyLife.Actions.SocialAction.IsHelper(System.Boolean)
|
|
parent: TinyLife.Actions.SocialAction
|
|
isExternal: true
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsHelper_System_Boolean_
|
|
name: IsHelper(bool)
|
|
nameWithType: SocialAction.IsHelper(bool)
|
|
fullName: TinyLife.Actions.SocialAction.IsHelper(bool)
|
|
nameWithType.vb: SocialAction.IsHelper(Boolean)
|
|
fullName.vb: TinyLife.Actions.SocialAction.IsHelper(Boolean)
|
|
name.vb: IsHelper(Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean)
|
|
name: IsHelper
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsHelper_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: bool
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.SocialAction.IsHelper(System.Boolean)
|
|
name: IsHelper
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsHelper_System_Boolean_
|
|
- name: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
- name: )
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.ActionType.html
|
|
name: ActionType.CanExecuteDelegate
|
|
nameWithType: ActionType.CanExecuteDelegate
|
|
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
name: CanExecuteDelegate
|
|
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
|
|
name: CanExecuteDelegate
|
|
href: TinyLife.Actions.ActionType.CanExecuteDelegate.html
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
commentId: T:TinyLife.Actions.ActionType.AiSettings
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.ActionType.html
|
|
name: ActionType.AiSettings
|
|
nameWithType: ActionType.AiSettings
|
|
fullName: TinyLife.Actions.ActionType.AiSettings
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
- uid: TinyLife.Actions.CanExecuteResult
|
|
commentId: T:TinyLife.Actions.CanExecuteResult
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.CanExecuteResult.html
|
|
name: CanExecuteResult
|
|
nameWithType: CanExecuteResult
|
|
fullName: TinyLife.Actions.CanExecuteResult
|
|
- uid: TinyLife.Actions.SocialAction.CreateAskOffer*
|
|
commentId: Overload:TinyLife.Actions.SocialAction.CreateAskOffer
|
|
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_CreateAskOffer_System_String_TinyLife_Objects_ObjectCategory_System_Type_TinyLife_Actions_ActionType_CanExecuteDelegate_TinyLife_Actions_ActionType_CanExecuteDelegate_System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_ActionType_AiSettings__System_Nullable_TinyLife_Actions_CanExecuteResult__
|
|
name: CreateAskOffer
|
|
nameWithType: SocialAction.CreateAskOffer
|
|
fullName: TinyLife.Actions.SocialAction.CreateAskOffer
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
commentId: T:TinyLife.Objects.ObjectCategory
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.ObjectCategory.html
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- uid: System.Nullable{TinyLife.Actions.ActionType.AiSettings}
|
|
commentId: T:System.Nullable{TinyLife.Actions.ActionType.AiSettings}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: TinyLife.Actions.ActionType.html
|
|
name: ActionType.AiSettings?
|
|
nameWithType: ActionType.AiSettings?
|
|
fullName: TinyLife.Actions.ActionType.AiSettings?
|
|
spec.csharp:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.AiSettings
|
|
name: AiSettings
|
|
href: TinyLife.Actions.ActionType.AiSettings.html
|
|
- name: '?'
|
|
- uid: System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings}
|
|
commentId: T:System.Collections.Generic.IEnumerable{TinyLife.Actions.ActionType.TypeSettings}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.IEnumerable`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
name: IEnumerable<ActionType.TypeSettings>
|
|
nameWithType: IEnumerable<ActionType.TypeSettings>
|
|
fullName: System.Collections.Generic.IEnumerable<TinyLife.Actions.ActionType.TypeSettings>
|
|
nameWithType.vb: IEnumerable(Of ActionType.TypeSettings)
|
|
fullName.vb: System.Collections.Generic.IEnumerable(Of TinyLife.Actions.ActionType.TypeSettings)
|
|
name.vb: IEnumerable(Of ActionType.TypeSettings)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
|
name: TypeSettings
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
href: TinyLife.Actions.ActionType.html
|
|
- name: .
|
|
- uid: TinyLife.Actions.ActionType.TypeSettings
|
|
name: TypeSettings
|
|
href: TinyLife.Actions.ActionType.TypeSettings.html
|
|
- name: )
|