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

2574 lines
100 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-08-04 06:51:12 +02:00
- 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.GainRomancePercentage
- TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure
2024-01-07 16:53:47 +01:00
- TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
2021-08-04 06:51:12 +02:00
- 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
- TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
2024-03-09 19:49:55 +01:00
- TinyLife.Actions.TalkAction.TalkSettings.Settings
2021-08-04 06:51:12 +02:00
- 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
2024-03-09 19:49:55 +01:00
type: Struct
2021-08-04 06:51:12 +02:00
source:
remote:
path: TinyLife/Actions/TalkAction.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: TalkSettings
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 162
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Additional 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>
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public struct TalkAction.TalkSettings
content.vb: Public Structure TalkAction.TalkSettings
2021-08-04 06:51:12 +02:00
inheritedMembers:
2024-03-09 19:49:55 +01:00
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
2021-08-04 06:51:12 +02:00
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
extensionMethods:
- TinyLife.Actions.TalkAction.TalkSettings.TinyLife.Utilities.Extensions.JsonCopy``1
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.Settings
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.Settings
id: Settings
parent: TinyLife.Actions.TalkAction.TalkSettings
langs:
- csharp
- vb
name: Settings
nameWithType: TalkAction.TalkSettings.Settings
fullName: TinyLife.Actions.TalkAction.TalkSettings.Settings
type: Field
source:
remote:
path: TinyLife/Actions/TalkAction.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Settings
path: ../TinyLife/Actions/TalkAction.cs
startLine: 164
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public ActionType.TypeSettings Settings
return:
type: TinyLife.Actions.ActionType.TypeSettings
content.vb: Public Settings As ActionType.TypeSettings
2021-08-04 06:51:12 +02:00
- 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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: FriendshipGain
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 169
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
The amount of friendship that can be gained at max.
If 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.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public required Func<ActionInfo, uint> FriendshipGain
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GoBadlyChance
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 174
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
The chance (should be 0 or greater) that this action goes badly and friendship is reduced instead.
Note 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.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public required Func<ActionInfo, float> GoBadlyChance
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: TalkMinutes
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 178
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: The amount of in-game minutes that this action should last
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: EmoteCategory
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 182
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: The category of emotes that should be displayed as part of this conversation
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: SpeakStyle
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 186
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: The speak styles to use when talking, can be a combined flag
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: PartnerEmoteCategory
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 191
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
The emote categories for the interaction partner to use.
If 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.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: PartnerSpeakStyle
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 196
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
The speak styles for the interaction partner to use.
If 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.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GainedSkill
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 200
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: The skill that is gained if this conversation goes well. Higher levels in this skill also reduce the chance of the conversation going badly.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GainSkillOnFailure
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 205
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Whether the <xref href="TinyLife.Actions.TalkAction.TalkSettings.GainSkillOnFailure" data-throw-if-not-resolved="false"></xref> should be gained on failure rather than success.
This is useful for skills that are considered "mean", where the gained skill is mischievious etc.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: RestoredNeed
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 210
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
The need (alongside <xref href="TinyLife.NeedType.Social" data-throw-if-not-resolved="false"></xref>) that is restored during the conversation.
Note that, if the amount is set to 0, the action's <xref href="TinyLife.Actions.ActionType.AiSettings.SolvedNeeds" data-throw-if-not-resolved="false"></xref> will still be set.
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.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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: FailEmotion
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 215
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A <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.
The talk actions fails if the <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> has been randomly reached.
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: SuccessEmotion
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 219
2021-10-14 20:30:40 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: A <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
2021-10-14 20:30:40 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: GainRomancePercentage
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 225
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
A 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>.
If an interaction is romantic in nature, this function should return a value greater than 0.
If this function is null, 0% of the friendship gain will be romantic.
2021-08-04 06:51:12 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: LoweredEmotion
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 230
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
An <xref href="TinyLife.Emotions.EmotionType" data-throw-if-not-resolved="false"></xref> that is lowered when this action is successful for both conversation partners.
This uses <xref href="TinyLife.Objects.Person.LowerEmotion(TinyLife.Emotions.EmotionType%2cSystem.Single%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> internally.
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: OnSuccess
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 234
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: An 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.
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: OnFailure
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 238
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: An 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.
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)
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
2023-12-06 13:25:52 +01:00
branch: main
2023-03-30 18:07:55 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 243
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Creates a new talk settings instance with the default values.
2023-03-30 18:07:55 +02:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-01-08 12:41:09 +01:00
id: Update
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 261
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: Updates 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%2cSystem.Single%2cSystem.Single%2cSystem.Single%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> and restoring the <xref href="TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example: []
2021-08-04 06:51:12 +02:00
syntax:
2024-03-09 19:49:55 +01:00
content: public readonly 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
2024-01-07 16:53:47 +01:00
description: The game'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.
2024-03-09 19:49:55 +01:00
content.vb: Public Sub Update(action As SocialAction, time As GameTime, speedMultiplier As Single)
2022-01-08 12:41:09 +01:00
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-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-03-09 16:13:05 +01:00
id: EvaluateFully
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 274
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
2024-02-02 18:13:42 +01:00
Evaluates these <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> fully from the perspective of the main conversation partner (<xref href="TinyLife.Actions.SocialAction.IsMain" data-throw-if-not-resolved="false"></xref>) after a <xref href="TinyLife.Actions.SocialAction" data-throw-if-not-resolved="false"></xref> is completed.
2024-01-07 16:53:47 +01:00
This 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.
2024-02-02 18:13:42 +01:00
This 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>.
2021-08-04 06:51:12 +02:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public readonly 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.
2024-03-09 19:49:55 +01:00
content.vb: Public Sub EvaluateFully(action As SocialAction)
2022-03-09 16:13:05 +01:00
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-12-06 13:25:52 +01: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
2024-03-09 19:49:55 +01:00
startLine: 293
2022-03-09 16:13:05 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
2024-02-02 18:13:42 +01:00
Evaluates these <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> from the perspective of the main conversation partner (<xref href="TinyLife.Actions.SocialAction.IsMain" data-throw-if-not-resolved="false"></xref>) after an <xref href="TinyLife.Actions.Action" data-throw-if-not-resolved="false"></xref> has completed.
2024-01-07 16:53:47 +01:00
This method causes friendship and romance to be added to the involved people'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.
This 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>.
2022-03-09 16:13:05 +01:00
example: []
syntax:
2024-03-09 19:49:55 +01:00
content: public readonly 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.
2024-03-09 19:49:55 +01:00
content.vb: Public 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
2023-12-06 13:25:52 +01:00
branch: main
2023-03-30 18:07:55 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs
2024-03-09 19:49:55 +01:00
startLine: 373
2023-03-30 18:07:55 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions
2024-01-07 16:53:47 +01:00
summary: >-
Evaluates 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.
This 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.
This 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>.
2023-04-26 14:51:19 +02:00
example: []
2023-03-30 18:07:55 +02:00
syntax:
2024-03-09 19:49:55 +01:00
content: public readonly (float RomanceGain, float FriendshipGain, float RomanceLoss, float FriendshipLoss, float GoBadlyChance) EvaluateValues(ActionInfo info, Person partner, float completion = 1, float effectiveness = 1)
2023-03-30 18:07:55 +02:00
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.
2024-03-09 19:49:55 +01:00
content.vb: Public 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)
2023-03-30 18:07:55 +02:00
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)
2021-08-04 06:51:12 +02:00
references:
- uid: TinyLife.Actions.TalkAction
commentId: T:TinyLife.Actions.TalkAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.html
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: '>'
- name: ','
- name: " "
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.TalkAction.Create(System.String,System.Func{TinyLife.Objects.Person,System.Single},TinyLife.Actions.TalkAction.TalkSettings)
name: Create
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.html#TinyLife_Actions_TalkAction_Create_System_String_System_Func_TinyLife_Objects_Person_System_Single__TinyLife_Actions_TalkAction_TalkSettings_
2023-03-30 18:07:55 +02:00
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: )
- name: ','
- name: " "
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions
name: Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.html
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.Equals(System.Object)
commentId: M:System.ValueType.Equals(System.Object)
parent: System.ValueType
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name: Equals(object)
nameWithType: ValueType.Equals(object)
fullName: System.ValueType.Equals(object)
nameWithType.vb: ValueType.Equals(Object)
fullName.vb: System.ValueType.Equals(Object)
name.vb: Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.Equals(System.Object)
name: Equals
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
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:
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.Equals(System.Object)
name: Equals
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.equals
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: )
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.GetHashCode
commentId: M:System.ValueType.GetHashCode
parent: System.ValueType
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
name: GetHashCode()
nameWithType: ValueType.GetHashCode()
fullName: System.ValueType.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.GetHashCode
name: GetHashCode
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.GetHashCode
name: GetHashCode
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2021-08-04 06:51:12 +02:00
- name: (
- name: )
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.ToString
commentId: M:System.ValueType.ToString
parent: System.ValueType
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
name: ToString()
nameWithType: ValueType.ToString()
fullName: System.ValueType.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp:
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.ToString
name: ToString
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2021-08-04 06:51:12 +02:00
- name: (
- name: )
spec.vb:
2024-03-09 19:49:55 +01:00
- uid: System.ValueType.ToString
name: ToString
2021-08-04 06:51:12 +02:00
isExternal: true
2024-03-09 19:49:55 +01:00
href: https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2021-08-04 06:51:12 +02:00
- name: (
- 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.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.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: 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)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<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
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.TalkAction.TalkSettings)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html
2023-03-30 18:07:55 +02:00
- name: )
2024-03-09 19:49:55 +01:00
- name: (
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
href: TinyLife.Actions.TalkAction.TalkSettings.html
2022-12-20 13:25:03 +01:00
- name: )
2024-03-09 19:49:55 +01:00
- uid: System.ValueType
commentId: T:System.ValueType
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.valuetype
name: ValueType
nameWithType: ValueType
fullName: System.ValueType
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
2024-03-09 19:49:55 +01:00
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Actions.ActionType.TypeSettings
commentId: T:TinyLife.Actions.ActionType.TypeSettings
parent: TinyLife.Actions
href: TinyLife.Actions.ActionType.html
name: ActionType.TypeSettings
nameWithType: ActionType.TypeSettings
fullName: TinyLife.Actions.ActionType.TypeSettings
spec.csharp:
- uid: TinyLife.Actions.ActionType
name: ActionType
href: TinyLife.Actions.ActionType.html
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
href: TinyLife.Actions.ActionType.TypeSettings.html
spec.vb:
- uid: TinyLife.Actions.ActionType
name: ActionType
href: TinyLife.Actions.ActionType.html
- name: .
- uid: TinyLife.Actions.ActionType.TypeSettings
name: TypeSettings
href: TinyLife.Actions.ActionType.TypeSettings.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2021-08-04 06:51:12 +02:00
name: EmoteCategory
nameWithType: EmoteCategory
fullName: TinyLife.Actions.EmoteCategory
- uid: TinyLife.Objects.SpeakStyle
commentId: T:TinyLife.Objects.SpeakStyle
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2021-08-04 06:51:12 +02:00
name: SpeakStyle
nameWithType: SpeakStyle
fullName: TinyLife.Objects.SpeakStyle
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Objects
name: Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.SkillType.html
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.SkillType.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Skills.SkillType.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.NeedType.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.AiSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.NeedType.html
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.NeedType.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.NeedType.html
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.EmotionModifier
commentId: T:TinyLife.Emotions.EmotionModifier
parent: TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionModifier.html
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_IsMain
2021-10-14 20:30:40 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionModifier.html
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionModifier.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionModifier.html
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: )
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
href: TinyLife.html
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
spec.csharp:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Emotions
name: Emotions
href: TinyLife.Emotions.html
spec.vb:
- uid: TinyLife
name: TinyLife
href: TinyLife.html
- name: .
- uid: TinyLife.Emotions
name: Emotions
href: TinyLife.Emotions.html
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.SocialAction
commentId: T:TinyLife.Actions.SocialAction
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.SocialAction.html
2021-10-14 20:30:40 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Relationship.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Relationship.html#TinyLife_Relationship_FriendLevel
2023-03-30 18:07:55 +02:00
name: FriendLevel
nameWithType: Relationship.FriendLevel
fullName: TinyLife.Relationship.FriendLevel
2024-03-09 19:49:55 +01:00
- uid: TinyLife.Emotions.EmotionType
commentId: T:TinyLife.Emotions.EmotionType
parent: TinyLife.Emotions
href: TinyLife.Emotions.EmotionType.html
name: EmotionType
nameWithType: EmotionType
fullName: TinyLife.Emotions.EmotionType
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LowerEmotion_TinyLife_Emotions_EmotionType_System_Single_System_Single_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Emotions.EmotionType
name: EmotionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionType.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionType.html
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionType.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Emotions.EmotionType.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.SocialAction.html#TinyLife_Actions_SocialAction_Partner
2022-03-09 16:13:05 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
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: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.#ctor*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings__ctor
2023-03-30 18:07:55 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.html
2022-03-09 16:13:05 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife.Actions.TalkAction
name: TalkAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Actions.TalkAction.TalkSettings
name: TalkSettings
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
commentId: M:TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-11-12 13:53:28 +01:00
parent: TinyLife.Actions.Action
2022-03-09 16:13:05 +01:00
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2023-07-20 14:27:20 +02:00
name: SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float)
nameWithType: Action.SpeakInConversation(Person, GameTime, float, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, int, float, float, float, float)
fullName: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, float, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, int, float, float, float, float)
nameWithType.vb: Action.SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single)
fullName.vb: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person, Microsoft.Xna.Framework.GameTime, Single, TinyLife.Actions.EmoteCategory, TinyLife.Objects.SpeakStyle, TinyLife.Actions.EmoteCategory?, TinyLife.Objects.SpeakStyle?, Integer, Single, Single, Single, Single)
name.vb: SpeakInConversation(Person, GameTime, Single, EmoteCategory, SpeakStyle, EmoteCategory?, SpeakStyle?, Integer, Single, Single, Single, Single)
2022-03-09 16:13:05 +01:00
spec.csharp:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-03-09 16:13:05 +01:00
name: SpeakInConversation
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-03-09 16:13:05 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-03-09 16:13:05 +01:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: int
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: float
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
2022-03-09 16:13:05 +01:00
- name: )
spec.vb:
2023-07-20 14:27:20 +02:00
- uid: TinyLife.Actions.Action.SpeakInConversation(TinyLife.Objects.Person,Microsoft.Xna.Framework.GameTime,System.Single,TinyLife.Actions.EmoteCategory,TinyLife.Objects.SpeakStyle,System.Nullable{TinyLife.Actions.EmoteCategory},System.Nullable{TinyLife.Objects.SpeakStyle},System.Int32,System.Single,System.Single,System.Single,System.Single)
2022-03-09 16:13:05 +01:00
name: SpeakInConversation
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html#TinyLife_Actions_Action_SpeakInConversation_TinyLife_Objects_Person_Microsoft_Xna_Framework_GameTime_System_Single_TinyLife_Actions_EmoteCategory_TinyLife_Objects_SpeakStyle_System_Nullable_TinyLife_Actions_EmoteCategory__System_Nullable_TinyLife_Objects_SpeakStyle__System_Int32_System_Single_System_Single_System_Single_System_Single_
2022-03-09 16:13:05 +01:00
- name: (
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2022-03-09 16:13:05 +01:00
name: GameTime
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.EmoteCategory
name: EmoteCategory
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.EmoteCategory.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Objects.SpeakStyle
name: SpeakStyle
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.SpeakStyle.html
2023-03-30 18:07:55 +02:00
- name: '?'
- name: ','
- name: " "
2022-03-09 16:13:05 +01:00
- uid: System.Int32
2023-03-30 18:07:55 +02:00
name: Integer
2022-03-09 16:13:05 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.int32
2023-07-20 14:27:20 +02:00
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
- name: ','
- name: " "
- uid: System.Single
name: Single
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
2022-03-09 16:13:05 +01:00
- name: )
- uid: TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.RestoredNeed
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_Update_TinyLife_Actions_SocialAction_Microsoft_Xna_Framework_GameTime_System_Single_
2022-01-08 12:41:09 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2022-11-12 13:53:28 +01:00
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
2022-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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateSimple_TinyLife_Actions_Action_TinyLife_Objects_Person_System_Single_System_Single_
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)
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateSimple_TinyLife_Actions_Action_TinyLife_Objects_Person_System_Single_System_Single_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- 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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateSimple_TinyLife_Actions_Action_TinyLife_Objects_Person_System_Single_System_Single_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.Action
name: Action
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.Action.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- uid: TinyLife.Objects.Person
name: Person
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
- 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)
2024-01-07 16:53:47 +01:00
href: TinyLife.Relationship.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Relationship.html#TinyLife_Relationship_GetSocialEffectiveness_TinyLife_Actions_ActionType_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: )
spec.vb:
- uid: TinyLife.Relationship.GetSocialEffectiveness(TinyLife.Actions.ActionType)
name: GetSocialEffectiveness
2024-01-07 16:53:47 +01:00
href: TinyLife.Relationship.html#TinyLife_Relationship_GetSocialEffectiveness_TinyLife_Actions_ActionType_
2023-03-30 18:07:55 +02:00
- name: (
- uid: TinyLife.Actions.ActionType
name: ActionType
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionType.html
2023-03-30 18:07:55 +02:00
- name: )
2022-03-09 16:13:05 +01:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateFully_TinyLife_Actions_SocialAction_
2022-03-09 16:13:05 +01:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Relationship.html
2022-01-08 12:41:09 +01:00
name: Relationship
nameWithType: Relationship
fullName: TinyLife.Relationship
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainedSkill
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateSimple_TinyLife_Actions_Action_TinyLife_Objects_Person_System_Single_System_Single_
2022-03-09 16:13:05 +01:00
name: EvaluateSimple
nameWithType: TalkAction.TalkSettings.EvaluateSimple
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateSimple
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
2024-01-07 16:53:47 +01:00
href: TinyLife.Objects.Person.html
2022-03-09 16:13:05 +01:00
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
2024-03-09 19:49:55 +01:00
- uid: TinyLife
commentId: N:TinyLife
href: TinyLife.html
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
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)
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateFully_TinyLife_Actions_SocialAction_
2023-04-26 14:51:19 +02:00
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
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateFully_TinyLife_Actions_SocialAction_
2023-04-26 14:51:19 +02:00
- name: (
- uid: TinyLife.Actions.SocialAction
name: SocialAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.SocialAction.html
2023-04-26 14:51:19 +02:00
- name: )
spec.vb:
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateFully(TinyLife.Actions.SocialAction)
name: EvaluateFully
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateFully_TinyLife_Actions_SocialAction_
2023-04-26 14:51:19 +02:00
- name: (
- uid: TinyLife.Actions.SocialAction
name: SocialAction
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.SocialAction.html
2023-04-26 14:51:19 +02:00
- name: )
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues*
commentId: Overload:TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_EvaluateValues_TinyLife_Actions_ActionInfo_TinyLife_Objects_Person_System_Single_System_Single_
2023-03-30 18:07:55 +02:00
name: EvaluateValues
nameWithType: TalkAction.TalkSettings.EvaluateValues
fullName: TinyLife.Actions.TalkAction.TalkSettings.EvaluateValues
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
2024-01-07 16:53:47 +01:00
href: TinyLife.Actions.ActionInfo.html
2023-03-30 18:07:55 +02:00
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: )