TinyLifeWeb/docs/api/TinyLife.Actions.TalkAction.TalkSettings.yml

3183 lines
121 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.TalkAction.TalkSettings
commentId: T:TinyLife.Actions.TalkAction.TalkSettings
id: TalkAction.TalkSettings
parent: TinyLife.Actions
children:
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.#ctor
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.CanExecute
- TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
- TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
2022-03-09 16:13:05 +01:00
- TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
- TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
2023-03-30 18:07:55 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Single,System.Single)
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
- TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
- TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
- TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
- TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
- TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
- TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
- TinyLife.Actions.TalkAction.TalkSettings.OnFailure
- TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
- TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
- TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
2022-09-05 14:19:42 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.RequiredJob
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality
- TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
- TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
- TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
2021-10-14 20:30:40 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
2021-08-04 06:51:12 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
2022-09-05 14:19:42 +02:00
- TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction,Microsoft.Xna.Framework.GameTime,System.Single)
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: TalkAction.TalkSettings
nameWithType: TalkAction.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings
type: Class
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: TalkSettings
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 173
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nAdditional settings for <xref href=\"TinyLife.Actions.TalkAction\" data-throw-if-not-resolved=\"false\"></xref>, used by <xref href=\"TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)\" data-throw-if-not-resolved=\"false\"></xref>\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: 'public class TalkAction.TalkSettings : GenericDataHolder, IGenericDataHolder'
content.vb: Public Class TalkAction.TalkSettings Inherits GenericDataHolder Implements IGenericDataHolder
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
implements:
- MLEM.Misc.IGenericDataHolder
inheritedMembers:
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
2022-12-20 13:25:03 +01:00
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
2021-08-04 06:51:12 +02:00
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
- MLEM.Misc.GenericDataHolder.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.TalkAction.TalkSettings.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
id: FriendshipGain
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: FriendshipGain
nameWithType: TalkAction.TalkSettings.FriendshipGain
fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: FriendshipGain
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 179
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe amount of friendship that can be gained at max.\nIf friendship should primiarily be lost through this action (because it is a mean action, for example), set <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance\" data-throw-if-not-resolved=\"false\"></xref> to greater than or equal to 1.\n"
example: []
syntax:
content: public Func<ActionInfo, uint> FriendshipGain
return:
type: System.Func{TinyLife.Actions.ActionInfo,System.UInt32}
content.vb: Public FriendshipGain As Func(Of ActionInfo, UInteger)
- uid: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
id: GoBadlyChance
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: GoBadlyChance
nameWithType: TalkAction.TalkSettings.GoBadlyChance
fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GoBadlyChance
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 184
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe chance (should be 0 or greater) that this action goes badly and friendship is reduced instead.\nNote that, for very good relationships, this value is multiplied with a value greater than or equal to 0.25. This means that, if an action should go badly with a very high chance, a value greater than 1 should be returned here.\n"
example: []
syntax:
content: public Func<ActionInfo, float> GoBadlyChance
return:
type: System.Func{TinyLife.Actions.ActionInfo,System.Single}
content.vb: Public GoBadlyChance As Func(Of ActionInfo, Single)
- uid: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
id: TalkMinutes
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: TalkMinutes
nameWithType: TalkAction.TalkSettings.TalkMinutes
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkMinutes
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: TalkMinutes
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 188
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe amount of in-game minutes that this action should last\n"
example: []
syntax:
content: public float TalkMinutes
return:
type: System.Single
content.vb: Public TalkMinutes As Single
- uid: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
id: EmoteCategory
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: EmoteCategory
nameWithType: TalkAction.TalkSettings.EmoteCategory
fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: EmoteCategory
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 192
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe category of emotes that should be displayed as part of this conversation\n"
example: []
syntax:
content: public EmoteCategory EmoteCategory
return:
type: TinyLife.Actions.EmoteCategory
content.vb: Public EmoteCategory As EmoteCategory
- uid: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
id: SpeakStyle
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: SpeakStyle
nameWithType: TalkAction.TalkSettings.SpeakStyle
fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: SpeakStyle
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 196
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe speak styles to use when talking, can be a combined flag\n"
example: []
syntax:
content: public SpeakStyle SpeakStyle
return:
type: TinyLife.Objects.SpeakStyle
content.vb: Public SpeakStyle As SpeakStyle
- uid: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
id: PartnerEmoteCategory
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: PartnerEmoteCategory
nameWithType: TalkAction.TalkSettings.PartnerEmoteCategory
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerEmoteCategory
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: PartnerEmoteCategory
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 201
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe emote categories for the interaction partner to use.\nIf this is not set, <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory\" data-throw-if-not-resolved=\"false\"></xref> is used for the partner as well.\n"
example: []
syntax:
content: public EmoteCategory? PartnerEmoteCategory
return:
type: System.Nullable{TinyLife.Actions.EmoteCategory}
content.vb: Public PartnerEmoteCategory As EmoteCategory?
- uid: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
id: PartnerSpeakStyle
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: PartnerSpeakStyle
nameWithType: TalkAction.TalkSettings.PartnerSpeakStyle
fullName: TinyLife.Actions.TalkAction.TalkSettings.PartnerSpeakStyle
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: PartnerSpeakStyle
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 206
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe speak styles for the interaction partner to use.\nIf this is not set, <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle\" data-throw-if-not-resolved=\"false\"></xref> is used for the partner as well.\n"
example: []
syntax:
content: public SpeakStyle? PartnerSpeakStyle
return:
type: System.Nullable{TinyLife.Objects.SpeakStyle}
content.vb: Public PartnerSpeakStyle As SpeakStyle?
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
id: GainedSkill
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: GainedSkill
nameWithType: TalkAction.TalkSettings.GainedSkill
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GainedSkill
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 210
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe skill that is gained if this conversation goes well. Higher levels in this skill also reduce the chance of the conversation going badly.\n"
example: []
syntax:
content: public (SkillType Type, int Amount) GainedSkill
return:
type: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}
2023-03-30 18:07:55 +02:00
content.vb: Public GainedSkill As (Type As SkillType, Amount As Integer)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
id: GainSkillOnFailure
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: GainSkillOnFailure
nameWithType: TalkAction.TalkSettings.GainSkillOnFailure
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GainSkillOnFailure
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 215
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nWhether the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure\" data-throw-if-not-resolved=\"false\"></xref> should be gained on failure rather than success.\nThis is useful for skills that are considered &quot;mean&quot;, where the gained skill is mischievious etc.\n"
example: []
syntax:
content: public bool GainSkillOnFailure
return:
type: System.Boolean
content.vb: Public GainSkillOnFailure As Boolean
- uid: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
id: RestoredNeed
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RestoredNeed
nameWithType: TalkAction.TalkSettings.RestoredNeed
fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: RestoredNeed
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 220
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2021-10-14 20:30:40 +02:00
summary: "\nThe need (alongside <xref href=\"TinyLife.NeedType.Social\" data-throw-if-not-resolved=\"false\"></xref>) that is restored during the conversation.\nNote that, if the amount is set to 0, the action&apos;s <xref href=\"TinyLife.Actions.ActionType.AiSettings.SolvedNeeds\" data-throw-if-not-resolved=\"false\"></xref> will still be set.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public (NeedType Type, int Amount) RestoredNeed
return:
type: System.ValueTuple{TinyLife.NeedType,System.Int32}
2023-03-30 18:07:55 +02:00
content.vb: Public RestoredNeed As (Type As NeedType, Amount As Integer)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
id: RequiredEmotion
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredEmotion
nameWithType: TalkAction.TalkSettings.RequiredEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: RequiredEmotion
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 225
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe <xref href=\"TinyLife.Emotions.EmotionType\" data-throw-if-not-resolved=\"false\"></xref> that is required for this action to be available.\nInternally, this is passed into <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public EmotionType RequiredEmotion
return:
type: TinyLife.Emotions.EmotionType
content.vb: Public RequiredEmotion As EmotionType
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality
id: RequiredPersonality
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredPersonality
nameWithType: TalkAction.TalkSettings.RequiredPersonality
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredPersonality
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: RequiredPersonality
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 230
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe <xref href=\"TinyLife.PersonalityType\" data-throw-if-not-resolved=\"false\"></xref> that is required for this action to be available.\nInternally, this is passed into <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public PersonalityType RequiredPersonality
return:
type: TinyLife.PersonalityType
content.vb: Public RequiredPersonality As PersonalityType
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
id: RequiredSkill
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredSkill
nameWithType: TalkAction.TalkSettings.RequiredSkill
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: RequiredSkill
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 236
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe <xref href=\"TinyLife.Skills.SkillType\" data-throw-if-not-resolved=\"false\"></xref> and level of the skill that is required for this action to become available.\nWhen the required skill is leveled up, this action will also be displayed in the list of now-available actions.\nInternally, this is passed into <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredSkill\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public (SkillType Type, int Level) RequiredSkill
return:
type: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}
2023-03-30 18:07:55 +02:00
content.vb: Public RequiredSkill As (Type As SkillType, Level As Integer)
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
id: RequiredAges
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredAges
nameWithType: TalkAction.TalkSettings.RequiredAges
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredAges
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: RequiredAges
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 241
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe <xref href=\"TinyLife.Objects.AgeGroup\" data-throw-if-not-resolved=\"false\"></xref> values that a person can have for this action to become available to them.\nBy default, this value is 0, meaning all ages are allowed.\n"
example: []
syntax:
content: public AgeGroup RequiredAges
return:
type: TinyLife.Objects.AgeGroup
content.vb: Public RequiredAges As AgeGroup
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
id: RequiredPartnerAges
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredPartnerAges
nameWithType: TalkAction.TalkSettings.RequiredPartnerAges
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerAges
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: RequiredPartnerAges
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 247
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2023-03-30 18:07:55 +02:00
summary: "\nThe <xref href=\"TinyLife.Objects.AgeGroup\" data-throw-if-not-resolved=\"false\"></xref> values that an action partner can have for this action to become available to a person.\nBy default, this value is 0, meaning all ages are allowed.\nInternally, this is passed into <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-10-14 20:30:40 +02:00
example: []
syntax:
content: public AgeGroup RequiredPartnerAges
return:
type: TinyLife.Objects.AgeGroup
content.vb: Public RequiredPartnerAges As AgeGroup
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredJob
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredJob
id: RequiredJob
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredJob
nameWithType: TalkAction.TalkSettings.RequiredJob
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredJob
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-09-05 14:19:42 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredJob
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 252
2022-09-05 14:19:42 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nThe <xref href=\"TinyLife.Goals.JobType\" data-throw-if-not-resolved=\"false\"></xref> that is required for this action to be available.\nInternally, this is passed into <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredJob\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public JobType RequiredJob
return:
type: TinyLife.Goals.JobType
content.vb: Public RequiredJob As JobType
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
id: RequiredPartnerEmployment
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: RequiredPartnerEmployment
nameWithType: TalkAction.TalkSettings.RequiredPartnerEmployment
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredPartnerEmployment
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-11-12 13:53:28 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredPartnerEmployment
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 258
2022-11-12 13:53:28 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2022-12-20 13:25:03 +01:00
summary: "\nThe <xref href=\"TinyLife.World.LotType\" data-throw-if-not-resolved=\"false\"></xref> that this action&apos;s partner should be employed on (using <xref href=\"TinyLife.World.LotType.Employments\" data-throw-if-not-resolved=\"false\"></xref>) for this action to be available.\nThis is useful for actions like <xref href=\"TinyLife.Actions.ActionType.OrderCoffee\" data-throw-if-not-resolved=\"false\"></xref> which require talking to a <xref href=\"TinyLife.World.LotType.Cafe\" data-throw-if-not-resolved=\"false\"></xref> employee.\nInternally, this is passed into <xref href=\"TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
2022-11-12 13:53:28 +01:00
syntax:
content: public LotType RequiredPartnerEmployment
return:
type: TinyLife.World.LotType
content.vb: Public RequiredPartnerEmployment As LotType
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanExecute
id: CanExecute
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: CanExecute
nameWithType: TalkAction.TalkSettings.CanExecute
fullName: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: CanExecute
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 263
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA function that returns whether this action can currently be executed.\nSee <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> for more information on execution requirements.\n"
example: []
syntax:
content: public ActionType.CanExecuteDelegate CanExecute
return:
type: TinyLife.Actions.ActionType.CanExecuteDelegate
content.vb: Public CanExecute As ActionType.CanExecuteDelegate
- uid: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
id: FailEmotion
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: FailEmotion
nameWithType: TalkAction.TalkSettings.FailEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: FailEmotion
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 268
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2021-10-14 20:30:40 +02:00
summary: "\nA <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that is added to the <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> person if this talk action fails.\nThe talk actions fails if the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance\" data-throw-if-not-resolved=\"false\"></xref> has been randomly reached.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-10-14 20:30:40 +02:00
content: public (EmotionModifier Modifier, int Amount, TimeSpan Time) FailEmotion
2021-08-04 06:51:12 +02:00
return:
2021-10-14 20:30:40 +02:00
type: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
2023-03-30 18:07:55 +02:00
content.vb: Public FailEmotion As (Modifier As EmotionModifier, Amount As Integer, Time As TimeSpan)
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
id: SuccessEmotion
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: SuccessEmotion
nameWithType: TalkAction.TalkSettings.SuccessEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.SuccessEmotion
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: SuccessEmotion
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 272
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> that is added to the <xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref> person if this talk action succeeds\n"
example: []
syntax:
content: public (EmotionModifier Modifier, int Amount, TimeSpan Time) SuccessEmotion
return:
type: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
2023-03-30 18:07:55 +02:00
content.vb: Public SuccessEmotion As (Modifier As EmotionModifier, Amount As Integer, Time As TimeSpan)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
id: GainRomancePercentage
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: GainRomancePercentage
nameWithType: TalkAction.TalkSettings.GainRomancePercentage
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GainRomancePercentage
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 278
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nA function that returns what percentage (between 0 and 1) of <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain\" data-throw-if-not-resolved=\"false\"></xref> is added to the relationship as <xref href=\"TinyLife.Relationship.RomanceLevel\" data-throw-if-not-resolved=\"false\"></xref> rather than <xref href=\"TinyLife.Relationship.FriendLevel\" data-throw-if-not-resolved=\"false\"></xref>.\nIf an interaction is romantic in nature, this function should return a value greater than 0.\nIf this function is null, 0% of the friendship gain will be romantic.\n"
example: []
syntax:
content: public Func<ActionInfo, float> GainRomancePercentage
return:
type: System.Func{TinyLife.Actions.ActionInfo,System.Single}
content.vb: Public GainRomancePercentage As Func(Of ActionInfo, Single)
- uid: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
id: LoweredEmotion
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: LoweredEmotion
nameWithType: TalkAction.TalkSettings.LoweredEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.LoweredEmotion
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: LoweredEmotion
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 283
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2021-11-26 23:42:22 +01:00
summary: "\nAn <xref href=\"TinyLife.Emotions.EmotionType\" data-throw-if-not-resolved=\"false\"></xref> that is lowered when this action is successful for both conversation partners.\nThis uses <xref href=\"TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> internally.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: public (EmotionType Type, float Amount) LoweredEmotion
return:
type: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}
2023-03-30 18:07:55 +02:00
content.vb: Public LoweredEmotion As (Type As EmotionType, Amount As Single)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
id: OnSuccess
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: OnSuccess
nameWithType: TalkAction.TalkSettings.OnSuccess
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnSuccess
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: OnSuccess
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 287
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2022-03-09 16:13:05 +01:00
summary: "\nAn action that is invoked when this talk action succeeds. Note that this is only invoked for the main partner (<xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref>), and it receives the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref> as an additional parameter.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-03-09 16:13:05 +01:00
content: public Action<Action, Person> OnSuccess
2021-08-04 06:51:12 +02:00
return:
2022-03-09 16:13:05 +01:00
type: System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person}
content.vb: Public OnSuccess As Action(Of Action, Person)
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.OnFailure
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.OnFailure
id: OnFailure
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: OnFailure
nameWithType: TalkAction.TalkSettings.OnFailure
fullName: TinyLife.Actions.TalkAction.TalkSettings.OnFailure
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: OnFailure
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 291
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2022-03-09 16:13:05 +01:00
summary: "\nAn action that is invoked when this talk action fails. Note that this is only invoked for the main partner (<xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref>), and it receives the <xref href=\"TinyLife.Actions.SocialAction.Partner\" data-throw-if-not-resolved=\"false\"></xref> as an additional parameter.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-03-09 16:13:05 +01:00
content: public Action<Action, Person> OnFailure
2021-08-04 06:51:12 +02:00
return:
2022-03-09 16:13:05 +01:00
type: System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person}
content.vb: Public OnFailure As Action(Of Action, Person)
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
id: CanDoRandomly
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: CanDoRandomly
nameWithType: TalkAction.TalkSettings.CanDoRandomly
fullName: TinyLife.Actions.TalkAction.TalkSettings.CanDoRandomly
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: CanDoRandomly
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 296
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nWhether this action can be done randomly or not.\nThis value is passed to <xref href=\"TinyLife.Actions.ActionType.AiSettings.CanDoRandomly\" data-throw-if-not-resolved=\"false\"></xref>, and it defaults to true.\n"
example: []
syntax:
content: public bool CanDoRandomly
return:
type: System.Boolean
content.vb: Public CanDoRandomly As Boolean
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.#ctor
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.#ctor
id: '#ctor'
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: TalkSettings()
nameWithType: TalkAction.TalkSettings.TalkSettings()
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings()
type: Constructor
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TalkAction.cs
startLine: 301
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nCreates a new talk settings instance with the default values.\n"
example: []
syntax:
content: public TalkSettings()
content.vb: Public Sub New()
overload: TinyLife.Actions.TalkAction.TalkSettings.#ctor*
nameWithType.vb: TalkAction.TalkSettings.New()
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.New()
name.vb: New()
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction,Microsoft.Xna.Framework.GameTime,System.Single)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction,Microsoft.Xna.Framework.GameTime,System.Single)
id: Update(TinyLife.Actions.SocialAction,Microsoft.Xna.Framework.GameTime,System.Single)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Update(SocialAction, GameTime, float)
nameWithType: TalkAction.TalkSettings.Update(SocialAction, GameTime, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, float)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-01-08 12:41:09 +01:00
id: Update
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 315
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2022-11-12 13:53:28 +01:00
summary: "\nUpdates these <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref> for an action by displaying the relevant emotes and speak sounds using <xref href=\"TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person%2cMicrosoft.Xna.Framework.GameTime%2cSystem.Single%2cTinyLife.Actions.EmoteCategory%2cTinyLife.Objects.SpeakStyle%2cSystem.Nullable%7bTinyLife.Actions.EmoteCategory%7d%2cSystem.Nullable%7bTinyLife.Objects.SpeakStyle%7d%2cSystem.Int32)\" data-throw-if-not-resolved=\"false\"></xref> and restoring the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-03-09 16:13:05 +01:00
example: []
2021-08-04 06:51:12 +02:00
syntax:
2022-01-08 12:41:09 +01:00
content: public virtual void Update(SocialAction action, GameTime time, float speedMultiplier)
2021-08-04 06:51:12 +02:00
parameters:
2022-01-08 12:41:09 +01:00
- id: action
type: TinyLife.Actions.SocialAction
2022-03-09 16:13:05 +01:00
description: The action to update.
2022-01-08 12:41:09 +01:00
- id: time
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.GameTime
2022-03-09 16:13:05 +01:00
description: The game&apos;s current time.
2022-01-08 12:41:09 +01:00
- id: speedMultiplier
type: System.Single
2022-03-09 16:13:05 +01:00
description: The current speed multiplier.
2022-01-08 12:41:09 +01:00
content.vb: Public Overridable Sub Update(action As SocialAction, time As GameTime, speedMultiplier As Single)
overload: TinyLife.Actions.TalkAction.TalkSettings.Update*
2023-03-30 18:07:55 +02:00
nameWithType.vb: TalkAction.TalkSettings.Update(SocialAction, GameTime, Single)
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.Update(TinyLife.Actions.SocialAction, Microsoft.Xna.Framework.GameTime, Single)
name.vb: Update(SocialAction, GameTime, Single)
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
id: EvaluateFully(TinyLife.Actions.SocialAction)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
2022-03-09 16:13:05 +01:00
name: EvaluateFully(SocialAction)
nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-03-09 16:13:05 +01:00
id: EvaluateFully
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 327
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2022-03-09 16:13:05 +01:00
summary: "\nEvaluates these <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref> fully after a <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref> is completed.\nThis method internally calls <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action%2cTinyLife.Objects.Person%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> using the passed parameters, but additionally evaluates information that can only be evaluated using <xref href=\"TinyLife.Actions.SocialAction\" data-throw-if-not-resolved=\"false\"></xref>, like the <xref href=\"TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)\" data-throw-if-not-resolved=\"false\"></xref> of a relationship.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-03-09 16:13:05 +01:00
content: public virtual void EvaluateFully(SocialAction action)
2021-08-04 06:51:12 +02:00
parameters:
- id: action
type: TinyLife.Actions.SocialAction
2022-03-09 16:13:05 +01:00
description: The action.
content.vb: Public Overridable Sub EvaluateFully(action As SocialAction)
overload: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully*
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
id: EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: EvaluateSimple(Action, Person, float, float)
nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, Person, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, float, float)
2022-03-09 16:13:05 +01:00
type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-03-09 16:13:05 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateSimple
path: ../TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
startLine: 349
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
summary: "\nEvaluates these <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref> after an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> has completed.\nThis method causes friendship and romance to be added to the involved people&apos;s <xref href=\"TinyLife.Relationship\" data-throw-if-not-resolved=\"false\"></xref>, adds the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.GainedSkill\" data-throw-if-not-resolved=\"false\"></xref> etc.\nThis method is automatically called by the main conversation partner (<xref href=\"TinyLife.Actions.SocialAction.IsMain\" data-throw-if-not-resolved=\"false\"></xref>) in <xref href=\"TinyLife.Actions.TalkAction\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public virtual void EvaluateSimple(Action action, Person partner, float completion = 1, float effectiveness = 1)
2022-03-09 16:13:05 +01:00
parameters:
- id: action
type: TinyLife.Actions.Action
description: The action.
- id: partner
type: TinyLife.Objects.Person
description: The action partner.
- id: completion
type: System.Single
description: The completion percentage of the action, where 0 is an action that has not been started yet, and 1 is full completion. Defaults to 1.
- id: effectiveness
type: System.Single
description: The effectiveness of the action, where 0 represents a boring, overused action, and 1 represents a unique action. Defaults to 1.
2023-03-30 18:07:55 +02:00
content.vb: Public Overridable Sub EvaluateSimple(action As Action, partner As Person, completion As Single = 1, effectiveness As Single = 1)
2022-03-09 16:13:05 +01:00
overload: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple*
2023-03-30 18:07:55 +02:00
nameWithType.vb: TalkAction.TalkSettings.EvaluateSimple(Action, Person, Single, Single)
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, Single, Single)
name.vb: EvaluateSimple(Action, Person, Single, Single)
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Single,System.Single)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Single,System.Single)
id: EvaluateValues(TinyLife.Actions.ActionInfo,TinyLife.Objects.Person,System.Single,System.Single)
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: EvaluateValues(ActionInfo, Person, float, float)
nameWithType: TalkAction.TalkSettings.EvaluateValues(ActionInfo, Person, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.Person, float, float)
type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs
2023-05-26 15:16:22 +02:00
startLine: 428
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2023-04-26 14:51:19 +02:00
summary: "\nEvaluates these <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref> after an <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> has completed.\nThis method just returns the values that are calculated based on these <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref>, but does not actually apply them.\nThis method is used by <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action%2cTinyLife.Objects.Person%2cSystem.Single%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
2023-03-30 18:07:55 +02:00
syntax:
content: public virtual (float RomanceGain, float FriendshipGain, float RomanceLoss, float FriendshipLoss, float GoBadlyChance) EvaluateValues(ActionInfo info, Person partner, float completion = 1, float effectiveness = 1)
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
2023-04-26 14:51:19 +02:00
description: The action info.
2023-03-30 18:07:55 +02:00
- id: partner
type: TinyLife.Objects.Person
2023-04-26 14:51:19 +02:00
description: The action partner.
2023-03-30 18:07:55 +02:00
- id: completion
type: System.Single
2023-04-26 14:51:19 +02:00
description: The completion percentage of the action, where 0 is an action that has not been started yet, and 1 is full completion. Defaults to 1.
2023-03-30 18:07:55 +02:00
- id: effectiveness
type: System.Single
2023-04-26 14:51:19 +02:00
description: The effectiveness of the action, where 0 represents a boring, overused action, and 1 represents a unique action. Defaults to 1.
2023-03-30 18:07:55 +02:00
return:
type: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}
2023-04-26 14:51:19 +02:00
description: The romance gain if the action succeeds, the friendship gain if the action succeeds, the romance loss if the action fails, the friendship loss if the action fails, and the chance that the action will succeed.
2023-03-30 18:07:55 +02:00
content.vb: Public Overridable Function EvaluateValues(info As ActionInfo, partner As Person, completion As Single = 1, effectiveness As Single = 1) As (RomanceGain As Single, FriendshipGain As Single, RomanceLoss As Single, FriendshipLoss As Single, GoBadlyChance As Single)
overload: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues*
nameWithType.vb: TalkAction.TalkSettings.EvaluateValues(ActionInfo, Person, Single, Single)
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues(TinyLife.Actions.ActionInfo, TinyLife.Objects.Person, Single, Single)
name.vb: EvaluateValues(ActionInfo, Person, Single, Single)
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
id: CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: CheckCanExecute(ActionInfo, bool)
nameWithType: TalkAction.TalkSettings.CheckCanExecute(ActionInfo, bool)
fullName: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo, bool)
2022-01-08 12:41:09 +01:00
type: Method
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-01-08 12:41:09 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CheckCanExecute
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2023-05-26 15:16:22 +02:00
startLine: 512
2022-01-08 12:41:09 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2023-05-11 14:56:06 +02:00
summary: "\nChecks whether this <xref href=\"TinyLife.Actions.TalkAction.TalkSettings\" data-throw-if-not-resolved=\"false\"></xref> instance is currently able to be executed. This method takes <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.CanExecute\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> into account.\nNote that this does not take into account the <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion\" data-throw-if-not-resolved=\"false\"></xref>, or any other requirements which are passed to <xref href=\"TinyLife.Actions.ActionType.TypeSettings\" data-throw-if-not-resolved=\"false\"></xref>, which can be validated using <xref href=\"TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-01-08 12:41:09 +01:00
example: []
syntax:
2022-05-24 13:36:05 +02:00
content: public CanExecuteResult CheckCanExecute(ActionInfo info, bool automatic)
2022-01-08 12:41:09 +01:00
parameters:
- id: info
type: TinyLife.Actions.ActionInfo
description: The action info
- id: automatic
type: System.Boolean
description: Whether this action is automatic
return:
2022-05-24 13:36:05 +02:00
type: TinyLife.Actions.CanExecuteResult
2022-01-08 12:41:09 +01:00
description: The execution validity result
2022-05-24 13:36:05 +02:00
content.vb: Public Function CheckCanExecute(info As ActionInfo, automatic As Boolean) As CanExecuteResult
2022-01-08 12:41:09 +01:00
overload: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute*
2023-03-30 18:07:55 +02:00
nameWithType.vb: TalkAction.TalkSettings.CheckCanExecute(ActionInfo, Boolean)
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo, Boolean)
name.vb: CheckCanExecute(ActionInfo, Boolean)
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Actions.TalkAction
commentId: T:TinyLife.Actions.TalkAction
name: TalkAction
nameWithType: TalkAction
fullName: TinyLife.Actions.TalkAction
- uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings)
commentId: M:TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: Create(string, Func<Person, float>, TalkSettings)
nameWithType: TalkAction.Create(string, Func<Person, float>, TalkAction.TalkSettings)
fullName: TinyLife.Actions.TalkAction.Create(string, System.Func<TinyLife.Objects.Person, float>, TinyLife.Actions.TalkAction.TalkSettings)
nameWithType.vb: TalkAction.Create(String, Func(Of Person, Single), TalkAction.TalkSettings)
fullName.vb: TinyLife.Actions.TalkAction.Create(String, System.Func(Of TinyLife.Objects.Person, Single), TinyLife.Actions.TalkAction.TalkSettings)
name.vb: Create(String, Func(Of Person, Single), TalkSettings)
spec.csharp:
- uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings)
name: Create
- name: (
- uid: System.String
name: string
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
- uid: System.Func`2
name: Func
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: <
- uid: TinyLife.Objects.Person
name: Person
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '>'
- name: ','
- name: " "
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- name: )
spec.vb:
- uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings)
name: Create
- name: (
- uid: System.String
name: String
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.string
- 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.Person
name: Person
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- name: ','
- name: " "
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
2021-08-04 06:51:12 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc.GenericDataHolder
commentId: T:MLEM.Misc.GenericDataHolder
parent: MLEM.Misc
isExternal: true
name: GenericDataHolder
nameWithType: GenericDataHolder
fullName: MLEM.Misc.GenericDataHolder
- uid: MLEM.Misc.IGenericDataHolder
commentId: T:MLEM.Misc.IGenericDataHolder
parent: MLEM.Misc
isExternal: true
name: IGenericDataHolder
nameWithType: IGenericDataHolder
fullName: MLEM.Misc.IGenericDataHolder
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
parent: MLEM.Misc.GenericDataHolder
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData(string, object)
nameWithType: GenericDataHolder.SetData(string, object)
fullName: MLEM.Misc.GenericDataHolder.SetData(string, object)
nameWithType.vb: GenericDataHolder.SetData(String, Object)
fullName.vb: MLEM.Misc.GenericDataHolder.SetData(String, Object)
name.vb: SetData(String, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name: SetData
isExternal: true
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
name: SetData
isExternal: true
- name: (
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
2022-12-20 13:25:03 +01:00
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent: MLEM.Misc.GenericDataHolder
definition: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: GenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent: MLEM.Misc.GenericDataHolder
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: GetData<T>(string)
nameWithType: GenericDataHolder.GetData<T>(string)
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(string)
2021-08-04 06:51:12 +02:00
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(String)
2021-08-04 06:51:12 +02:00
name.vb: GetData(Of T)(String)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name: GetData
2021-08-04 06:51:12 +02:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2021-08-04 06:51:12 +02:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
2021-08-04 06:51:12 +02:00
- name: )
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent: MLEM.Misc.GenericDataHolder
isExternal: true
name: GetDataKeys()
nameWithType: GenericDataHolder.GetDataKeys()
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
name: GetDataKeys
isExternal: true
- name: (
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
- uid: TinyLife.Actions.TalkAction.TalkSettings.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy<TalkSettings>(TalkSettings)
nameWithType: Extensions.JsonCopy<TalkAction.TalkSettings>(TalkAction.TalkSettings)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.TalkAction.TalkSettings>(TinyLife.Actions.TalkAction.TalkSettings)
nameWithType.vb: Extensions.JsonCopy(Of TalkAction.TalkSettings)(TalkAction.TalkSettings)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.TalkAction.TalkSettings)(TinyLife.Actions.TalkAction.TalkSettings)
name.vb: JsonCopy(Of TalkSettings)(TalkSettings)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TalkAction.TalkSettings)
name: JsonCopy
- name: <
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TalkAction.TalkSettings)
name: JsonCopy
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
- name: )
- name: (
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2021-08-04 06:51:12 +02:00
- name: )
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name: System
nameWithType: System
fullName: System
- uid: MLEM.Misc
commentId: N:MLEM.Misc
isExternal: true
name: MLEM.Misc
nameWithType: MLEM.Misc
fullName: MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Misc
name: Misc
isExternal: true
2022-12-20 13:25:03 +01:00
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
commentId: M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: SetData<T>(string, T)
nameWithType: GenericDataHolder.SetData<T>(string, T)
fullName: MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb: GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb: MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb: SetData(Of T)(String, T)
spec.csharp:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2022-12-20 13:25:03 +01:00
- name: (
- uid: System.String
2023-03-30 18:07:55 +02:00
name: string
2022-12-20 13:25:03 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
spec.vb:
- uid: MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name: SetData
2022-12-20 13:25:03 +01:00
isExternal: true
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- name: T
- name: )
- name: (
2022-12-20 13:25:03 +01:00
- uid: System.String
name: String
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
- name: ','
- name: " "
2022-12-20 13:25:03 +01:00
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
2023-03-30 18:07:55 +02:00
name: GoBadlyChance
nameWithType: TalkAction.TalkSettings.GoBadlyChance
fullName: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
2021-08-04 06:51:12 +02:00
- uid: System.Func{TinyLife.Actions.ActionInfo,System.UInt32}
commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.UInt32}
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<ActionInfo, uint>
nameWithType: Func<ActionInfo, uint>
fullName: System.Func<TinyLife.Actions.ActionInfo, uint>
nameWithType.vb: Func(Of ActionInfo, UInteger)
fullName.vb: System.Func(Of TinyLife.Actions.ActionInfo, UInteger)
name.vb: Func(Of ActionInfo, UInteger)
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.UInt32
2023-03-30 18:07:55 +02:00
name: uint
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.uint32
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.UInt32
2023-03-30 18:07:55 +02:00
name: UInteger
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.uint32
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Func`2
commentId: T:System.Func`2
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
name: Func<T, TResult>
nameWithType: Func<T, TResult>
fullName: System.Func<T, TResult>
nameWithType.vb: Func(Of T, TResult)
fullName.vb: System.Func(Of T, TResult)
name.vb: Func(Of T, TResult)
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
- name: <
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TResult
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: TResult
- name: )
- uid: System.Func{TinyLife.Actions.ActionInfo,System.Single}
commentId: T:System.Func{TinyLife.Actions.ActionInfo,System.Single}
parent: System
definition: System.Func`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
name: Func<ActionInfo, float>
nameWithType: Func<ActionInfo, float>
fullName: System.Func<TinyLife.Actions.ActionInfo, float>
2021-08-04 06:51:12 +02:00
nameWithType.vb: Func(Of ActionInfo, Single)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of TinyLife.Actions.ActionInfo, Single)
2021-08-04 06:51:12 +02:00
name.vb: Func(Of ActionInfo, Single)
spec.csharp:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
2021-08-04 06:51:12 +02:00
- name: <
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
- uid: System.Func`2
name: Func
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.func-2
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.EmoteCategory
commentId: T:TinyLife.Actions.EmoteCategory
parent: TinyLife.Actions
name: EmoteCategory
nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Objects.SpeakStyle
commentId: T:TinyLife.Objects.SpeakStyle
parent: TinyLife.Objects
name: SpeakStyle
nameWithType: SpeakStyle
fullName: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
2023-03-30 18:07:55 +02:00
name: EmoteCategory
nameWithType: TalkAction.TalkSettings.EmoteCategory
fullName: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
2021-08-04 06:51:12 +02:00
- uid: System.Nullable{TinyLife.Actions.EmoteCategory}
commentId: T:System.Nullable{TinyLife.Actions.EmoteCategory}
parent: System
definition: System.Nullable`1
2023-03-30 18:07:55 +02:00
name: EmoteCategory?
nameWithType: EmoteCategory?
fullName: TinyLife.Actions.EmoteCategory?
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2023-03-30 18:07:55 +02:00
- name: '?'
2021-08-04 06:51:12 +02:00
spec.vb:
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2023-03-30 18:07:55 +02:00
- name: '?'
2021-08-04 06:51:12 +02:00
- uid: System.Nullable`1
commentId: T:System.Nullable`1
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
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
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
2021-08-04 06:51:12 +02:00
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Nullable`1
name: Nullable
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
- name: (
- name: Of
- name: " "
2021-08-04 06:51:12 +02:00
- name: T
- name: )
- uid: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
2023-03-30 18:07:55 +02:00
name: SpeakStyle
nameWithType: TalkAction.TalkSettings.SpeakStyle
fullName: TinyLife.Actions.TalkAction.TalkSettings.SpeakStyle
2021-08-04 06:51:12 +02:00
- uid: System.Nullable{TinyLife.Objects.SpeakStyle}
commentId: T:System.Nullable{TinyLife.Objects.SpeakStyle}
parent: System
definition: System.Nullable`1
2023-03-30 18:07:55 +02:00
name: SpeakStyle?
nameWithType: SpeakStyle?
fullName: TinyLife.Objects.SpeakStyle?
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2023-03-30 18:07:55 +02:00
- name: '?'
2021-08-04 06:51:12 +02:00
spec.vb:
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2023-03-30 18:07:55 +02:00
- name: '?'
2021-08-04 06:51:12 +02:00
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}
commentId: T:System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}
parent: System
definition: System.ValueTuple`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type
name: (SkillType Type, int Level)
nameWithType: (SkillType Type, int Level)
fullName: (TinyLife.Skills.SkillType Type, int Level)
nameWithType.vb: (Type As SkillType, Level As Integer)
fullName.vb: (Type As TinyLife.Skills.SkillType, Level As Integer)
name.vb: (Type As SkillType, Level As Integer)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Skills.SkillType
name: SkillType
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Level
name: Level
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.level
- name: )
2021-08-04 06:51:12 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.type
- name: " "
- name: As
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Skills.SkillType
name: SkillType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Skills.SkillType,System.Int32}.Level
name: Level
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.skills.skilltype,system.int32-.level
- name: " "
- name: As
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2021-08-04 06:51:12 +02:00
- name: )
- uid: System.ValueTuple`2
commentId: T:System.ValueTuple`2
2023-03-30 18:07:55 +02:00
name: (T1, T2)
nameWithType: (T1, T2)
fullName: (T1, T2)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-04 06:51:12 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-04 06:51:12 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- name: T2
- name: )
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
2023-03-30 18:07:55 +02:00
name: GainSkillOnFailure
nameWithType: TalkAction.TalkSettings.GainSkillOnFailure
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
2021-08-04 06:51:12 +02:00
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2021-08-04 06:51:12 +02:00
- uid: TinyLife.NeedType.Social
commentId: F:TinyLife.NeedType.Social
2023-03-30 18:07:55 +02:00
name: Social
nameWithType: NeedType.Social
fullName: TinyLife.NeedType.Social
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
commentId: F:TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
2023-03-30 18:07:55 +02:00
name: SolvedNeeds
nameWithType: ActionType.AiSettings.SolvedNeeds
fullName: TinyLife.Actions.ActionType.AiSettings.SolvedNeeds
2021-08-04 06:51:12 +02:00
- uid: System.ValueTuple{TinyLife.NeedType,System.Int32}
commentId: T:System.ValueTuple{TinyLife.NeedType,System.Int32}
parent: System
definition: System.ValueTuple`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.int32-.type
name: (NeedType Type, int Amount)
nameWithType: (NeedType Type, int Amount)
fullName: (TinyLife.NeedType Type, int Amount)
nameWithType.vb: (Type As NeedType, Amount As Integer)
fullName.vb: (Type As TinyLife.NeedType, Amount As Integer)
name.vb: (Type As NeedType, Amount As Integer)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-04 06:51:12 +02:00
- uid: TinyLife.NeedType
name: NeedType
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.NeedType,System.Int32}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.int32-.type
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
- uid: System.ValueTuple{TinyLife.NeedType,System.Int32}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.int32-.amount
- name: )
2021-08-04 06:51:12 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.ValueTuple{TinyLife.NeedType,System.Int32}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.int32-.type
- name: " "
- name: As
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.NeedType
name: NeedType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.NeedType,System.Int32}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.needtype,system.int32-.amount
- name: " "
- name: As
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2021-08-04 06:51:12 +02:00
- name: )
- uid: TinyLife.Emotions.EmotionType
commentId: T:TinyLife.Emotions.EmotionType
parent: TinyLife.Emotions
name: EmotionType
nameWithType: EmotionType
fullName: TinyLife.Emotions.EmotionType
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
2023-03-30 18:07:55 +02:00
name: RequiredEmotion
nameWithType: ActionType.TypeSettings.RequiredEmotion
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredEmotion
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
2021-08-04 06:51:12 +02:00
- uid: TinyLife.PersonalityType
commentId: T:TinyLife.PersonalityType
parent: TinyLife
name: PersonalityType
nameWithType: PersonalityType
fullName: TinyLife.PersonalityType
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality
2023-03-30 18:07:55 +02:00
name: RequiredPersonality
nameWithType: ActionType.TypeSettings.RequiredPersonality
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPersonality
2021-08-04 06:51:12 +02:00
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.Skills.SkillType
commentId: T:TinyLife.Skills.SkillType
parent: TinyLife.Skills
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
2023-03-30 18:07:55 +02:00
name: RequiredSkill
nameWithType: ActionType.TypeSettings.RequiredSkill
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredSkill
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Skills
name: Skills
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Skills
name: Skills
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Objects.AgeGroup
commentId: T:TinyLife.Objects.AgeGroup
parent: TinyLife.Objects
name: AgeGroup
nameWithType: AgeGroup
fullName: TinyLife.Objects.AgeGroup
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges
name: RequiredPartnerAges
nameWithType: ActionType.TypeSettings.RequiredPartnerAges
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerAges
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Goals.JobType
commentId: T:TinyLife.Goals.JobType
parent: TinyLife.Goals
name: JobType
nameWithType: JobType
fullName: TinyLife.Goals.JobType
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredJob
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredJob
2023-03-30 18:07:55 +02:00
name: RequiredJob
nameWithType: ActionType.TypeSettings.RequiredJob
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredJob
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
name: TinyLife.Goals
nameWithType: TinyLife.Goals
fullName: TinyLife.Goals
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
2022-11-12 13:53:28 +01:00
- uid: TinyLife.World.LotType
commentId: T:TinyLife.World.LotType
parent: TinyLife.World
name: LotType
nameWithType: LotType
fullName: TinyLife.World.LotType
2022-12-20 13:25:03 +01:00
- uid: TinyLife.World.LotType.Employments
commentId: P:TinyLife.World.LotType.Employments
2023-03-30 18:07:55 +02:00
name: Employments
nameWithType: LotType.Employments
fullName: TinyLife.World.LotType.Employments
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.ActionType.OrderCoffee
commentId: F:TinyLife.Actions.ActionType.OrderCoffee
2023-03-30 18:07:55 +02:00
name: OrderCoffee
nameWithType: ActionType.OrderCoffee
fullName: TinyLife.Actions.ActionType.OrderCoffee
2022-12-20 13:25:03 +01:00
- uid: TinyLife.World.LotType.Cafe
commentId: F:TinyLife.World.LotType.Cafe
2023-03-30 18:07:55 +02:00
name: Cafe
nameWithType: LotType.Cafe
fullName: TinyLife.World.LotType.Cafe
2022-12-20 13:25:03 +01:00
- uid: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment
commentId: F:TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment
2023-03-30 18:07:55 +02:00
name: RequiredPartnerEmployment
nameWithType: ActionType.TypeSettings.RequiredPartnerEmployment
fullName: TinyLife.Actions.ActionType.TypeSettings.RequiredPartnerEmployment
2022-11-12 13:53:28 +01:00
- uid: TinyLife.World
commentId: N:TinyLife.World
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.World
name: World
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: CheckCanExecute(ActionInfo, bool)
nameWithType: TalkAction.TalkSettings.CheckCanExecute(ActionInfo, bool)
fullName: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo, bool)
nameWithType.vb: TalkAction.TalkSettings.CheckCanExecute(ActionInfo, Boolean)
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo, Boolean)
name.vb: CheckCanExecute(ActionInfo, Boolean)
spec.csharp:
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
name: CheckCanExecute
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
name: CheckCanExecute
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
commentId: T:TinyLife.Actions.ActionType.CanExecuteDelegate
parent: TinyLife.Actions
name: ActionType.CanExecuteDelegate
nameWithType: ActionType.CanExecuteDelegate
fullName: TinyLife.Actions.ActionType.CanExecuteDelegate
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.CanExecuteDelegate
name: CanExecuteDelegate
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionModifier
commentId: T:TinyLife.Emotions.EmotionModifier
parent: TinyLife.Emotions
name: EmotionModifier
nameWithType: EmotionModifier
fullName: TinyLife.Emotions.EmotionModifier
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.SocialAction.IsMain
commentId: P:TinyLife.Actions.SocialAction.IsMain
parent: TinyLife.Actions.SocialAction
name: IsMain
nameWithType: SocialAction.IsMain
fullName: TinyLife.Actions.SocialAction.IsMain
- uid: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
commentId: T:System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}
parent: System
definition: System.ValueTuple`3
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotionmodifier,system.int32,system.timespan-.modifier
name: (EmotionModifier Modifier, int Amount, TimeSpan Time)
nameWithType: (EmotionModifier Modifier, int Amount, TimeSpan Time)
fullName: (TinyLife.Emotions.EmotionModifier Modifier, int Amount, System.TimeSpan Time)
nameWithType.vb: (Modifier As EmotionModifier, Amount As Integer, Time As TimeSpan)
fullName.vb: (Modifier As TinyLife.Emotions.EmotionModifier, Amount As Integer, Time As System.TimeSpan)
name.vb: (Modifier As EmotionModifier, Amount As Integer, Time As TimeSpan)
2021-10-14 20:30:40 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Emotions.EmotionModifier
name: EmotionModifier
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}.Modifier
name: Modifier
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotionmodifier,system.int32,system.timespan-.modifier
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotionmodifier,system.int32,system.timespan-.amount
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}.Time
name: Time
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotionmodifier,system.int32,system.timespan-.time
- name: )
2021-10-14 20:30:40 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}.Modifier
name: Modifier
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotionmodifier,system.int32,system.timespan-.modifier
- name: " "
- name: As
- name: " "
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Emotions.EmotionModifier
name: EmotionModifier
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotionmodifier,system.int32,system.timespan-.amount
- name: " "
- name: As
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan}.Time
name: Time
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotionmodifier,system.int32,system.timespan-.time
- name: " "
- name: As
- name: " "
2021-10-14 20:30:40 +02:00
- uid: System.TimeSpan
name: TimeSpan
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.timespan
2021-10-14 20:30:40 +02:00
- name: )
- uid: TinyLife.Actions.SocialAction
commentId: T:TinyLife.Actions.SocialAction
parent: TinyLife.Actions
name: SocialAction
nameWithType: SocialAction
fullName: TinyLife.Actions.SocialAction
- uid: System.ValueTuple`3
commentId: T:System.ValueTuple`3
2023-03-30 18:07:55 +02:00
name: (T1, T2, T3)
nameWithType: (T1, T2, T3)
fullName: (T1, T2, T3)
2021-10-14 20:30:40 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-10-14 20:30:40 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: T3
2023-03-30 18:07:55 +02:00
- name: )
2021-10-14 20:30:40 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
2021-10-14 20:30:40 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: T2
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-10-14 20:30:40 +02:00
- name: T3
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
2023-03-30 18:07:55 +02:00
name: FriendshipGain
nameWithType: TalkAction.TalkSettings.FriendshipGain
fullName: TinyLife.Actions.TalkAction.TalkSettings.FriendshipGain
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Relationship.RomanceLevel
commentId: P:TinyLife.Relationship.RomanceLevel
2023-03-30 18:07:55 +02:00
name: RomanceLevel
nameWithType: Relationship.RomanceLevel
fullName: TinyLife.Relationship.RomanceLevel
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Relationship.FriendLevel
commentId: P:TinyLife.Relationship.FriendLevel
2023-03-30 18:07:55 +02:00
name: FriendLevel
nameWithType: Relationship.FriendLevel
fullName: TinyLife.Relationship.FriendLevel
2021-11-26 23:42:22 +01:00
- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
commentId: M:TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: LowerEmotion(EmotionType, float, float)
nameWithType: Person.LowerEmotion(EmotionType, float, float)
fullName: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType, float, float)
nameWithType.vb: Person.LowerEmotion(EmotionType, Single, Single)
fullName.vb: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType, Single, Single)
name.vb: LowerEmotion(EmotionType, Single, Single)
spec.csharp:
- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
name: LowerEmotion
- name: (
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
spec.vb:
- uid: TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType,System.Single,System.Single)
name: LowerEmotion
- name: (
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
- 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: )
2021-08-04 06:51:12 +02:00
- uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}
commentId: T:System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}
parent: System
definition: System.ValueTuple`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotiontype,system.single-.type
name: (EmotionType Type, float Amount)
nameWithType: (EmotionType Type, float Amount)
fullName: (TinyLife.Emotions.EmotionType Type, float Amount)
nameWithType.vb: (Type As EmotionType, Amount As Single)
fullName.vb: (Type As TinyLife.Emotions.EmotionType, Amount As Single)
name.vb: (Type As EmotionType, Amount As Single)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- name: (
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
2023-03-30 18:07:55 +02:00
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotiontype,system.single-.type
- name: ','
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotiontype,system.single-.amount
- name: )
2021-08-04 06:51:12 +02:00
spec.vb:
2023-03-30 18:07:55 +02:00
- name: (
- uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}.Type
name: Type
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotiontype,system.single-.type
- name: " "
- name: As
- name: " "
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.ValueTuple{TinyLife.Emotions.EmotionType,System.Single}.Amount
name: Amount
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-tinylife.emotions.emotiontype,system.single-.amount
- name: " "
- name: As
- name: " "
2021-08-04 06:51:12 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2021-08-04 06:51:12 +02:00
- name: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.SocialAction.Partner
commentId: P:TinyLife.Actions.SocialAction.Partner
parent: TinyLife.Actions.SocialAction
name: Partner
nameWithType: SocialAction.Partner
fullName: TinyLife.Actions.SocialAction.Partner
- uid: System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person}
commentId: T:System.Action{TinyLife.Actions.Action,TinyLife.Objects.Person}
2021-08-04 06:51:12 +02:00
parent: System
2022-03-09 16:13:05 +01:00
definition: System.Action`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-03-09 16:13:05 +01:00
name: Action<Action, Person>
nameWithType: Action<Action, Person>
fullName: System.Action<TinyLife.Actions.Action, TinyLife.Objects.Person>
nameWithType.vb: Action(Of Action, Person)
fullName.vb: System.Action(Of TinyLife.Actions.Action, TinyLife.Objects.Person)
name.vb: Action(Of Action, Person)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-03-09 16:13:05 +01:00
- uid: System.Action`2
2021-08-04 06:51:12 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name: <
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.Action
name: Action
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
2022-03-09 16:13:05 +01:00
- uid: System.Action`2
2021-08-04 06:51:12 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.Action
name: Action
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2021-08-04 06:51:12 +02:00
- name: )
2022-03-09 16:13:05 +01:00
- uid: System.Action`2
commentId: T:System.Action`2
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-03-09 16:13:05 +01:00
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)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-03-09 16:13:05 +01:00
- uid: System.Action`2
2021-08-04 06:51:12 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2021-08-04 06:51:12 +02:00
- name: <
2022-03-09 16:13:05 +01:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: T2
2021-08-04 06:51:12 +02:00
- name: '>'
spec.vb:
2022-03-09 16:13:05 +01:00
- uid: System.Action`2
2021-08-04 06:51:12 +02:00
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
2022-03-09 16:13:05 +01:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- name: T2
2021-08-04 06:51:12 +02:00
- name: )
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
commentId: F:TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
2023-03-30 18:07:55 +02:00
name: CanDoRandomly
nameWithType: ActionType.AiSettings.CanDoRandomly
fullName: TinyLife.Actions.ActionType.AiSettings.CanDoRandomly
- uid: TinyLife.Actions.TalkAction.TalkSettings.#ctor*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.#ctor
name: TalkSettings
nameWithType: TalkAction.TalkSettings.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings.TalkSettings
nameWithType.vb: TalkAction.TalkSettings.New
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.New
name.vb: New
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings
commentId: T:TinyLife.Actions.TalkAction.TalkSettings
parent: TinyLife.Actions
name: TalkAction.TalkSettings
nameWithType: TalkAction.TalkSettings
fullName: TinyLife.Actions.TalkAction.TalkSettings
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
spec.vb:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
parent: TinyLife.Actions.Action
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int)
nameWithType: Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int)
fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int)
nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer)
fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer)
name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer)
2022-03-09 16:13:05 +01:00
spec.csharp:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
2022-03-09 16:13:05 +01:00
name: SpeakInConversation
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-03-09 16:13:05 +01:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2022-03-09 16:13:05 +01:00
- name: )
spec.vb:
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32)
2022-03-09 16:13:05 +01:00
name: SpeakInConversation
- name: (
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-03-09 16:13:05 +01:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2022-03-09 16:13:05 +01:00
- name: )
- uid: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
2023-03-30 18:07:55 +02:00
name: RestoredNeed
nameWithType: TalkAction.TalkSettings.RestoredNeed
fullName: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.Update*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.Update
name: Update
nameWithType: TalkAction.TalkSettings.Update
fullName: TinyLife.Actions.TalkAction.TalkSettings.Update
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
2022-01-08 12:41:09 +01:00
isExternal: true
name: GameTime
nameWithType: GameTime
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.GameTime
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: EvaluateSimple(Action, Person, float, float)
nameWithType: TalkAction.TalkSettings.EvaluateSimple(Action, Person, float, float)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, float, float)
nameWithType.vb: TalkAction.TalkSettings.EvaluateSimple(Action, Person, Single, Single)
fullName.vb: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action, TinyLife.Objects.Person, Single, Single)
name.vb: EvaluateSimple(Action, Person, Single, Single)
spec.csharp:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
name: EvaluateSimple
- name: (
- uid: TinyLife.Actions.Action
name: Action
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- 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.TalkAction.TalkSettings.EvaluateSimple(TinyLife.Actions.Action,TinyLife.Objects.Person,System.Single,System.Single)
name: EvaluateSimple
- name: (
- uid: TinyLife.Actions.Action
name: Action
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
- 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: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
commentId: M:TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
2023-03-30 18:07:55 +02:00
name: GetSocialEffectiveness(ActionType)
nameWithType: Relationship.GetSocialEffectiveness(ActionType)
fullName: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
spec.csharp:
- uid: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
name: GetSocialEffectiveness
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: )
spec.vb:
- uid: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
name: GetSocialEffectiveness
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully
name: EvaluateFully
nameWithType: TalkAction.TalkSettings.EvaluateFully
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully
2022-01-08 12:41:09 +01:00
- uid: TinyLife.Relationship
commentId: T:TinyLife.Relationship
parent: TinyLife
name: Relationship
nameWithType: Relationship
fullName: TinyLife.Relationship
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
2023-03-30 18:07:55 +02:00
name: GainedSkill
nameWithType: TalkAction.TalkSettings.GainedSkill
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple
name: EvaluateSimple
nameWithType: TalkAction.TalkSettings.EvaluateSimple
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
2023-04-26 14:51:19 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
commentId: M:TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
name: EvaluateFully(SocialAction)
nameWithType: TalkAction.TalkSettings.EvaluateFully(SocialAction)
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
spec.csharp:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
name: EvaluateFully
- name: (
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: )
spec.vb:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
name: EvaluateFully
- name: (
- uid: TinyLife.Actions.SocialAction
name: SocialAction
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues
name: EvaluateValues
nameWithType: TalkAction.TalkSettings.EvaluateValues
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}
commentId: T:System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}
parent: System
definition: System.ValueTuple`5
href: https://learn.microsoft.com/dotnet/api/system.single
name: (float RomanceGain, float FriendshipGain, float RomanceLoss, float FriendshipLoss, float GoBadlyChance)
nameWithType: (float RomanceGain, float FriendshipGain, float RomanceLoss, float FriendshipLoss, float GoBadlyChance)
fullName: (float RomanceGain, float FriendshipGain, float RomanceLoss, float FriendshipLoss, float GoBadlyChance)
nameWithType.vb: (RomanceGain As Single, FriendshipGain As Single, RomanceLoss As Single, FriendshipLoss As Single, GoBadlyChance As Single)
fullName.vb: (RomanceGain As Single, FriendshipGain As Single, RomanceLoss As Single, FriendshipLoss As Single, GoBadlyChance As Single)
name.vb: (RomanceGain As Single, FriendshipGain As Single, RomanceLoss As Single, FriendshipLoss As Single, GoBadlyChance As Single)
spec.csharp:
- name: (
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.RomanceGain
name: RomanceGain
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.romancegain
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.FriendshipGain
name: FriendshipGain
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.friendshipgain
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.RomanceLoss
name: RomanceLoss
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.romanceloss
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.FriendshipLoss
name: FriendshipLoss
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.friendshiploss
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.GoBadlyChance
name: GoBadlyChance
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.gobadlychance
- name: )
spec.vb:
- name: (
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.RomanceGain
name: RomanceGain
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.romancegain
- name: " "
- name: As
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.FriendshipGain
name: FriendshipGain
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.friendshipgain
- name: " "
- name: As
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.RomanceLoss
name: RomanceLoss
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.romanceloss
- name: " "
- name: As
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.FriendshipLoss
name: FriendshipLoss
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.friendshiploss
- name: " "
- name: As
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.ValueTuple{System.Single,System.Single,System.Single,System.Single,System.Single}.GoBadlyChance
name: GoBadlyChance
href: https://learn.microsoft.com/dotnet/api/system.valuetuple-system.single,system.single,system.single,system.single,system.single-.gobadlychance
- name: " "
- name: As
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- uid: System.ValueTuple`5
commentId: T:System.ValueTuple`5
name: (T1, T2, T3, T4, T5)
nameWithType: (T1, T2, T3, T4, T5)
fullName: (T1, T2, T3, T4, T5)
spec.csharp:
- name: (
- name: T1
- name: ','
- name: " "
- name: T2
- name: ','
- name: " "
- name: T3
- name: ','
- name: " "
- name: T4
- name: ','
- name: " "
- name: T5
- name: )
spec.vb:
- name: (
- name: T1
- name: ','
- name: " "
- name: T2
- name: ','
- name: " "
- name: T3
- name: ','
- name: " "
- name: T4
- name: ','
- name: " "
- name: T5
- name: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.CanExecute
2023-03-30 18:07:55 +02:00
name: CanExecute
nameWithType: TalkAction.TalkSettings.CanExecute
fullName: TinyLife.Actions.TalkAction.TalkSettings.CanExecute
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean)
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: CanDoSocialAction(ActionInfo, bool)
nameWithType: ActionType.CanDoSocialAction(ActionInfo, bool)
fullName: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo, bool)
nameWithType.vb: ActionType.CanDoSocialAction(ActionInfo, Boolean)
fullName.vb: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo, Boolean)
name.vb: CanDoSocialAction(ActionInfo, Boolean)
spec.csharp:
- uid: TinyLife.Actions.ActionType.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean)
name: CanDoSocialAction
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
- 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.CanDoSocialAction(TinyLife.Actions.ActionInfo,System.Boolean)
name: CanDoSocialAction
- name: (
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
2023-03-30 18:07:55 +02:00
name: RequiredSkill
nameWithType: TalkAction.TalkSettings.RequiredSkill
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredSkill
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
2023-03-30 18:07:55 +02:00
name: RequiredEmotion
nameWithType: TalkAction.TalkSettings.RequiredEmotion
fullName: TinyLife.Actions.TalkAction.TalkSettings.RequiredEmotion
- uid: TinyLife.Actions.ActionType.TypeSettings
commentId: T:TinyLife.Actions.ActionType.TypeSettings
parent: TinyLife.Actions
name: ActionType.TypeSettings
nameWithType: ActionType.TypeSettings
fullName: TinyLife.Actions.ActionType.TypeSettings
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
2021-08-04 06:51:12 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
2023-05-11 14:56:06 +02:00
name: CanExecuteAction(ActionType, ActionInfo, bool)
nameWithType: Person.CanExecuteAction(ActionType, ActionInfo, bool)
fullName: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, bool)
nameWithType.vb: Person.CanExecuteAction(ActionType, ActionInfo, Boolean)
fullName.vb: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, Boolean)
name.vb: CanExecuteAction(ActionType, ActionInfo, Boolean)
2023-03-30 18:07:55 +02:00
spec.csharp:
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
name: CanExecuteAction
2023-03-30 18:07:55 +02:00
- name: (
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: ','
- name: " "
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
- name: ','
- name: " "
- uid: System.Boolean
name: bool
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
spec.vb:
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Objects.Person.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean)
name: CanExecuteAction
2023-03-30 18:07:55 +02:00
- name: (
2023-05-11 14:56:06 +02:00
- uid: TinyLife.Actions.ActionType
name: ActionType
- name: ','
- name: " "
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.ActionInfo
name: ActionInfo
- name: ','
- name: " "
- uid: System.Boolean
name: Boolean
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.boolean
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute
name: CheckCanExecute
nameWithType: TalkAction.TalkSettings.CheckCanExecute
fullName: TinyLife.Actions.TalkAction.TalkSettings.CheckCanExecute
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.CanExecuteResult
commentId: T:TinyLife.Actions.CanExecuteResult
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions
2022-05-24 13:36:05 +02:00
name: CanExecuteResult
nameWithType: CanExecuteResult
fullName: TinyLife.Actions.CanExecuteResult