TinyLifeWeb/docs/api/TinyLife.Actions.ChoicePromptInfo.Option.yml

957 lines
36 KiB
YAML
Raw Normal View History

2022-07-04 16:50:43 +02:00
### YamlMime:ManagedReference
items:
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option
commentId: T:TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
id: ChoicePromptInfo.Option
2023-03-31 13:26:13 +02:00
parent: TinyLife.Actions
2022-07-04 16:50:43 +02:00
children:
2023-03-31 13:26:13 +02:00
- TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
- TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
- TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
- TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
- TinyLife.Actions.ChoicePromptInfo.Option.FailAction
- TinyLife.Actions.ChoicePromptInfo.Option.Name
- TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
- TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
name: ChoicePromptInfo.Option
nameWithType: ChoicePromptInfo.Option
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
type: Class
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Option
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 71
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
summary: "\nAn option is a possible action and outcome for a <xref href=\"TinyLife.Actions.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>. It is randomly chosen to be correct or incorrect, based on a multitude of factors that can be specified in the constructors.\n"
2022-07-04 16:50:43 +02:00
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public class ChoicePromptInfo.Option
content.vb: Public Class ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
2023-03-31 13:26:13 +02:00
- TinyLife.Actions.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Name
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.Name
2022-07-04 16:50:43 +02:00
id: Name
2023-03-31 13:26:13 +02:00
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
name: Name
nameWithType: ChoicePromptInfo.Option.Name
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Name
2022-07-04 16:50:43 +02:00
type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 76
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
2022-07-04 16:50:43 +02:00
summary: "\nThis option&apos;s name, which will be localized.\n"
example: []
syntax:
content: public readonly string Name
return:
type: System.String
content.vb: Public ReadOnly Name As String
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
2022-07-04 16:50:43 +02:00
id: SuccessAction
2023-03-31 13:26:13 +02:00
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
name: SuccessAction
nameWithType: ChoicePromptInfo.Option.SuccessAction
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessAction
2022-07-04 16:50:43 +02:00
type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SuccessAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 80
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
2022-07-04 16:50:43 +02:00
summary: "\nThe action that should be invoked when this option is chosen as the correct option when the player selects it.\n"
example: []
syntax:
content: public readonly Action<ChoicePromptInfo, Person> SuccessAction
return:
2023-03-31 13:26:13 +02:00
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
2022-07-04 16:50:43 +02:00
content.vb: Public ReadOnly SuccessAction As Action(Of ChoicePromptInfo, Person)
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.FailAction
2022-07-04 16:50:43 +02:00
id: FailAction
2023-03-31 13:26:13 +02:00
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
name: FailAction
nameWithType: ChoicePromptInfo.Option.FailAction
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.FailAction
2022-07-04 16:50:43 +02:00
type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FailAction
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 84
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
2022-07-04 16:50:43 +02:00
summary: "\nThe action that should be invoked when this option is chosen as the incorrect option when the player selects it.\n"
example: []
syntax:
content: public readonly Action<ChoicePromptInfo, Person> FailAction
return:
2023-03-31 13:26:13 +02:00
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
2022-07-04 16:50:43 +02:00
content.vb: Public ReadOnly FailAction As Action(Of ChoicePromptInfo, Person)
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
commentId: F:TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
2022-10-18 13:03:11 +02:00
id: SuccessChance
2023-03-31 13:26:13 +02:00
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
2022-10-18 13:03:11 +02:00
name: SuccessChance
nameWithType: ChoicePromptInfo.Option.SuccessChance
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.SuccessChance
2022-07-04 16:50:43 +02:00
type: Field
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2022-10-18 13:03:11 +02:00
id: SuccessChance
2022-07-04 16:50:43 +02:00
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 88
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
2022-10-18 13:03:11 +02:00
summary: "\nA function that determines the success change of this choice prompt option once it&apos;s chosen, which is expected to be a value between 0 and 1.\n"
2022-07-04 16:50:43 +02:00
example: []
syntax:
2022-10-18 13:03:11 +02:00
content: public readonly Func<Person, float> SuccessChance
2022-07-04 16:50:43 +02:00
return:
type: System.Func{TinyLife.Objects.Person,System.Single}
2022-10-18 13:03:11 +02:00
content.vb: Public ReadOnly SuccessChance As Func(Of Person, Single)
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})
id: '#ctor(System.String,System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person},System.Func{TinyLife.Objects.Person,System.Single})'
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>)
nameWithType: ChoicePromptInfo.Option.Option(string, Action<ChoicePromptInfo, Person>, Action<ChoicePromptInfo, Person>, Func<Person, float>)
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>, System.Func<TinyLife.Objects.Person, float>)
2022-07-04 16:50:43 +02:00
type: Constructor
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 97
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
2022-07-04 16:50:43 +02:00
summary: "\nCreates a new option with the given generic settings.\n"
example: []
syntax:
2022-10-18 13:03:11 +02:00
content: public Option(string name, Action<ChoicePromptInfo, Person> successAction, Action<ChoicePromptInfo, Person> failAction, Func<Person, float> successChance)
2022-07-04 16:50:43 +02:00
parameters:
- id: name
type: System.String
description: This option&apos;s name, which will be localized.
- id: successAction
2023-03-31 13:26:13 +02:00
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
2022-07-04 16:50:43 +02:00
description: The action that should be invoked when this option is chosen as the correct option when the player selects it.
- id: failAction
2023-03-31 13:26:13 +02:00
type: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
2022-07-04 16:50:43 +02:00
description: The action that should be invoked when this option is chosen as the incorrect option when the player selects it.
2022-10-18 13:03:11 +02:00
- id: successChance
2022-07-04 16:50:43 +02:00
type: System.Func{TinyLife.Objects.Person,System.Single}
2022-10-18 13:03:11 +02:00
description: A function that determines the success change of this choice prompt option once it&apos;s chosen, which is expected to be a value between 0 and 1.
content.vb: Public Sub New(name As String, successAction As Action(Of ChoicePromptInfo, Person), failAction As Action(Of ChoicePromptInfo, Person), successChance As Func(Of Person, Single))
2023-03-31 13:26:13 +02:00
overload: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: ChoicePromptInfo.Option.New(String, Action(Of ChoicePromptInfo, Person), Action(Of ChoicePromptInfo, Person), Func(Of Person, Single))
2023-03-31 13:26:13 +02:00
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New(String, System.Action(Of TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person), System.Action(Of TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person), System.Func(Of TinyLife.Objects.Person, Single))
2023-03-30 18:07:55 +02:00
name.vb: New(String, Action(Of ChoicePromptInfo, Person), Action(Of ChoicePromptInfo, Person), Func(Of Person, Single))
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})
2022-07-04 16:50:43 +02:00
id: '#ctor(System.String,System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single},System.Func{TinyLife.Objects.Person,System.Single})'
2023-03-31 13:26:13 +02:00
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>)
nameWithType: ChoicePromptInfo.Option.Option(string, Func<Person, float>, Func<Person, float>, Func<Person, float>)
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>, System.Func<TinyLife.Objects.Person, float>)
2022-07-04 16:50:43 +02:00
type: Constructor
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 111
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
2022-07-04 16:50:43 +02:00
summary: "\nCreates a new option with the given job-related outcomes.\n"
example: []
syntax:
2022-10-18 13:03:11 +02:00
content: public Option(string name, Func<Person, float> jobPerformanceGained, Func<Person, float> jobPerformanceLost, Func<Person, float> successChance)
2022-07-04 16:50:43 +02:00
parameters:
- id: name
type: System.String
description: This option&apos;s name, which will be localized.
- id: jobPerformanceGained
type: System.Func{TinyLife.Objects.Person,System.Single}
description: A function that returns the amount of job performance that should be gained when the correct option is selected by the player.
- id: jobPerformanceLost
type: System.Func{TinyLife.Objects.Person,System.Single}
description: A function that returns the amount of job performance that should be lost when the incorrect option is selected by the player.
2022-10-18 13:03:11 +02:00
- id: successChance
2022-07-04 16:50:43 +02:00
type: System.Func{TinyLife.Objects.Person,System.Single}
2022-10-18 13:03:11 +02:00
description: A function that determines the success change of this choice prompt option once it&apos;s chosen, which is expected to be a value between 0 and 1.
content.vb: Public Sub New(name As String, jobPerformanceGained As Func(Of Person, Single), jobPerformanceLost As Func(Of Person, Single), successChance As Func(Of Person, Single))
2023-03-31 13:26:13 +02:00
overload: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: ChoicePromptInfo.Option.New(String, Func(Of Person, Single), Func(Of Person, Single), Func(Of Person, Single))
2023-03-31 13:26:13 +02:00
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New(String, System.Func(Of TinyLife.Objects.Person, Single), System.Func(Of TinyLife.Objects.Person, Single), System.Func(Of TinyLife.Objects.Person, Single))
2023-03-30 18:07:55 +02:00
name.vb: New(String, Func(Of Person, Single), Func(Of Person, Single), Func(Of Person, Single))
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)
2022-10-18 13:03:11 +02:00
id: '#ctor(System.String,TinyLife.Emotions.EmotionType,TinyLife.Skills.SkillType,System.Single,System.Single,System.Single)'
2023-03-31 13:26:13 +02:00
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Option(string, EmotionType, SkillType, float, float, float)
nameWithType: ChoicePromptInfo.Option.Option(string, EmotionType, SkillType, float, float, float)
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option(string, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, float, float, float)
2022-07-04 16:50:43 +02:00
type: Constructor
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 141
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
2022-07-04 16:50:43 +02:00
summary: "\nCreates a new option with the given job-related outcomes.\n"
example: []
syntax:
2023-03-30 18:07:55 +02:00
content: public Option(string name, EmotionType successIncreaseEmotion = null, SkillType successIncreaseSkill = null, float jobPerformanceGained = 0.1, float jobPerformanceLost = 0.1, float successChance = 0.5)
2022-07-04 16:50:43 +02:00
parameters:
- id: name
type: System.String
description: This option&apos;s name, which will be localized.
- id: successIncreaseEmotion
type: TinyLife.Emotions.EmotionType
2022-10-18 13:03:11 +02:00
description: An emotion that optionally increases the success chance of this option.
- id: successIncreaseSkill
type: TinyLife.Skills.SkillType
description: A skill that optionally increases the success chance of this option.
2022-07-04 16:50:43 +02:00
- id: jobPerformanceGained
type: System.Single
description: The amount of job performance that should be gained when the correct option is selected by the player.
- id: jobPerformanceLost
type: System.Single
description: The amount of job performance that should be lost when the incorrect option is selected by the player.
2022-10-18 13:03:11 +02:00
- id: successChance
2022-07-04 16:50:43 +02:00
type: System.Single
2022-10-18 13:03:11 +02:00
description: The success chance of this option, which is expected to be a value between 0 and 1.
2023-03-30 18:07:55 +02:00
content.vb: Public Sub New(name As String, successIncreaseEmotion As EmotionType = Nothing, successIncreaseSkill As SkillType = Nothing, jobPerformanceGained As Single = 0.1, jobPerformanceLost As Single = 0.1, successChance As Single = 0.5)
2023-03-31 13:26:13 +02:00
overload: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb: ChoicePromptInfo.Option.New(String, EmotionType, SkillType, Single, Single, Single)
2023-03-31 13:26:13 +02:00
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New(String, TinyLife.Emotions.EmotionType, TinyLife.Skills.SkillType, Single, Single, Single)
2023-03-30 18:07:55 +02:00
name.vb: New(String, EmotionType, SkillType, Single, Single, Single)
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
commentId: M:TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
id: Execute(TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person,System.Boolean)
parent: TinyLife.Actions.ChoicePromptInfo.Option
2022-07-04 16:50:43 +02:00
langs:
- csharp
- vb
2023-03-30 18:07:55 +02:00
name: Execute(ChoicePromptInfo, Person, bool)
nameWithType: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, bool)
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, bool)
2022-07-04 16:50:43 +02:00
type: Method
source:
remote:
path: TinyLife/Actions/ChoicePromptInfo.cs
2023-03-30 18:07:55 +02:00
branch: main
2022-07-04 16:50:43 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Execute
path: ../TinyLife/Actions/ChoicePromptInfo.cs
2023-05-26 15:16:22 +02:00
startLine: 157
2022-07-04 16:50:43 +02:00
assemblies:
- Tiny Life
2023-03-31 13:26:13 +02:00
namespace: TinyLife.Actions
summary: "\nExecutes this option&apos;s result actions using the given <xref href=\"TinyLife.Actions.ChoicePromptInfo\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2022-07-04 16:50:43 +02:00
example: []
syntax:
content: public void Execute(ChoicePromptInfo info, Person person, bool successful)
parameters:
- id: info
2023-03-31 13:26:13 +02:00
type: TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
description: The choice prompt that this option was a part of.
- id: person
type: TinyLife.Objects.Person
description: The person that should be affected by this option&apos;s outcome.
- id: successful
type: System.Boolean
description: Whether this option was chosen as the successful one.
content.vb: Public Sub Execute(info As ChoicePromptInfo, person As Person, successful As Boolean)
2023-03-31 13:26:13 +02:00
overload: TinyLife.Actions.ChoicePromptInfo.Option.Execute*
2023-03-30 18:07:55 +02:00
nameWithType.vb: ChoicePromptInfo.Option.Execute(ChoicePromptInfo, Person, Boolean)
2023-03-31 13:26:13 +02:00
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.Execute(TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person, Boolean)
2023-03-30 18:07:55 +02:00
name.vb: Execute(ChoicePromptInfo, Person, Boolean)
2022-07-04 16:50:43 +02:00
references:
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo
commentId: T:TinyLife.Actions.ChoicePromptInfo
parent: TinyLife.Actions
2022-07-04 16:50:43 +02:00
name: ChoicePromptInfo
nameWithType: ChoicePromptInfo
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
2022-07-04 16:50:43 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2022-07-04 16:50:43 +02:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-07-04 16:50:43 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-04 16:50:43 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-07-04 16:50:43 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-04 16:50:43 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-07-04 16:50:43 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2022-07-04 16:50:43 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-07-04 16:50:43 +02:00
- name: (
- name: )
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.TinyLife.Utilities.Extensions.JsonCopy``1
2022-07-04 16:50:43 +02:00
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy<Option>(Option)
nameWithType: Extensions.JsonCopy<ChoicePromptInfo.Option>(ChoicePromptInfo.Option)
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.ChoicePromptInfo.Option>(TinyLife.Actions.ChoicePromptInfo.Option)
2023-03-30 18:07:55 +02:00
nameWithType.vb: Extensions.JsonCopy(Of ChoicePromptInfo.Option)(ChoicePromptInfo.Option)
2023-03-31 13:26:13 +02:00
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.ChoicePromptInfo.Option)(TinyLife.Actions.ChoicePromptInfo.Option)
2023-03-30 18:07:55 +02:00
name.vb: JsonCopy(Of Option)(Option)
2022-07-04 16:50:43 +02:00
spec.csharp:
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo.Option)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: <
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name: Option
- name: '>'
2022-07-04 16:50:43 +02:00
- name: (
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name: Option
2022-07-04 16:50:43 +02:00
- name: )
spec.vb:
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.ChoicePromptInfo.Option)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2022-07-04 16:50:43 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- name: Of
- name: " "
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name: Option
- name: )
- name: (
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option
2023-03-30 18:07:55 +02:00
name: Option
2022-07-04 16:50:43 +02:00
- name: )
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2022-07-04 16:50:43 +02:00
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: <
- name: T
- name: '>'
2022-07-04 16:50:43 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
2022-07-04 16:50:43 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
2022-07-04 16:50:43 +02:00
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.string
name: string
nameWithType: string
fullName: string
nameWithType.vb: String
fullName.vb: String
name.vb: String
2023-03-31 13:26:13 +02:00
- uid: System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
commentId: T:System.Action{TinyLife.Actions.ChoicePromptInfo,TinyLife.Objects.Person}
2022-07-04 16:50:43 +02:00
parent: System
definition: System.Action`2
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-04 16:50:43 +02:00
name: Action<ChoicePromptInfo, Person>
nameWithType: Action<ChoicePromptInfo, Person>
2023-03-31 13:26:13 +02:00
fullName: System.Action<TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person>
2022-07-04 16:50:43 +02:00
nameWithType.vb: Action(Of ChoicePromptInfo, Person)
2023-03-31 13:26:13 +02:00
fullName.vb: System.Action(Of TinyLife.Actions.ChoicePromptInfo, TinyLife.Objects.Person)
2022-07-04 16:50:43 +02:00
name.vb: Action(Of ChoicePromptInfo, Person)
spec.csharp:
- uid: System.Action`2
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-04 16:50:43 +02:00
- name: <
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
name: ChoicePromptInfo
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Person
name: Person
- name: '>'
spec.vb:
- uid: System.Action`2
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo
2022-07-04 16:50:43 +02:00
name: ChoicePromptInfo
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Person
name: Person
- name: )
- uid: System.Action`2
commentId: T:System.Action`2
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-04 16:50:43 +02:00
name: Action<T1, T2>
nameWithType: Action<T1, T2>
fullName: System.Action<T1, T2>
nameWithType.vb: Action(Of T1, T2)
fullName.vb: System.Action(Of T1, T2)
name.vb: Action(Of T1, T2)
spec.csharp:
- uid: System.Action`2
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
2022-07-04 16:50:43 +02:00
- name: <
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- name: T2
- name: '>'
spec.vb:
- uid: System.Action`2
name: Action
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action-2
- name: (
- name: Of
- name: " "
2022-07-04 16:50:43 +02:00
- name: T1
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- name: T2
- name: )
- uid: System.Func{TinyLife.Objects.Person,System.Single}
commentId: T:System.Func{TinyLife.Objects.Person,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<Person, float>
nameWithType: Func<Person, float>
fullName: System.Func<TinyLife.Objects.Person, float>
2022-07-04 16:50:43 +02:00
nameWithType.vb: Func(Of Person, Single)
2023-03-30 18:07:55 +02:00
fullName.vb: System.Func(Of TinyLife.Objects.Person, Single)
2022-07-04 16:50:43 +02:00
name.vb: Func(Of Person, 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
2022-07-04 16:50:43 +02:00
- name: <
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Single
2023-03-30 18:07:55 +02:00
name: float
2022-07-04 16:50:43 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-04 16:50:43 +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: " "
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Person
name: Person
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- uid: System.Single
name: Single
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +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
2022-07-04 16:50:43 +02:00
- name: <
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +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: " "
2022-07-04 16:50:43 +02:00
- name: T
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2022-07-04 16:50:43 +02:00
- name: TResult
- name: )
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.#ctor*
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.Option.#ctor
2022-07-04 16:50:43 +02:00
name: Option
nameWithType: ChoicePromptInfo.Option.Option
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Option
2023-03-30 18:07:55 +02:00
nameWithType.vb: ChoicePromptInfo.Option.New
2023-03-31 13:26:13 +02:00
fullName.vb: TinyLife.Actions.ChoicePromptInfo.Option.New
2023-03-30 18:07:55 +02:00
name.vb: New
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Emotions.EmotionType
commentId: T:TinyLife.Emotions.EmotionType
parent: TinyLife.Emotions
name: EmotionType
nameWithType: EmotionType
fullName: TinyLife.Emotions.EmotionType
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Skills.SkillType
commentId: T:TinyLife.Skills.SkillType
parent: TinyLife.Skills
name: SkillType
nameWithType: SkillType
fullName: TinyLife.Skills.SkillType
2022-07-04 16:50:43 +02:00
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Emotions
commentId: N:TinyLife.Emotions
name: TinyLife.Emotions
nameWithType: TinyLife.Emotions
fullName: TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Emotions
name: Emotions
2022-10-18 13:03:11 +02:00
- uid: TinyLife.Skills
commentId: N:TinyLife.Skills
name: TinyLife.Skills
nameWithType: TinyLife.Skills
fullName: TinyLife.Skills
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Skills
name: Skills
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Skills
name: Skills
2023-03-31 13:26:13 +02:00
- uid: TinyLife.Actions.ChoicePromptInfo.Option.Execute*
commentId: Overload:TinyLife.Actions.ChoicePromptInfo.Option.Execute
2022-07-04 16:50:43 +02:00
name: Execute
nameWithType: ChoicePromptInfo.Option.Execute
2023-03-31 13:26:13 +02:00
fullName: TinyLife.Actions.ChoicePromptInfo.Option.Execute
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.boolean
name: bool
nameWithType: bool
fullName: bool
nameWithType.vb: Boolean
fullName.vb: Boolean
name.vb: Boolean
2022-07-04 16:50:43 +02:00
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Objects
name: Objects