TinyLifeWeb/docs/api/TinyLife.Uis.CharacterCreator.BoughtItemDelegate.yml
2023-01-26 14:16:30 +01:00

149 lines
5 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
commentId: T:TinyLife.Uis.CharacterCreator.BoughtItemDelegate
id: CharacterCreator.BoughtItemDelegate
parent: TinyLife.Uis
children: []
langs:
- csharp
- vb
name: CharacterCreator.BoughtItemDelegate
nameWithType: CharacterCreator.BoughtItemDelegate
fullName: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
type: Delegate
source:
remote:
path: TinyLife/Uis/CharacterCreator.cs
branch: 0.29.3-dev
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BoughtItemDelegate
path: ../TinyLife/Uis/CharacterCreator.cs
startLine: 909
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: "\nA delegate method used by <xref href=\"TinyLife.Uis.CharacterCreator.OnBoughtItem\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public delegate void BoughtItemDelegate(Person person, WornClothes clothes);
parameters:
- id: person
type: TinyLife.Objects.Person
- id: clothes
type: TinyLife.Objects.WornClothes
content.vb: Public Delegate Sub BoughtItemDelegate(person As Person, clothes As WornClothes)
extensionMethods:
- TinyLife.Uis.CharacterCreator.BoughtItemDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- delegate
modifiers.vb:
- Public
- Delegate
references:
- uid: TinyLife.Uis.CharacterCreator.OnBoughtItem
commentId: E:TinyLife.Uis.CharacterCreator.OnBoughtItem
isExternal: true
- uid: TinyLife.Uis
commentId: N:TinyLife.Uis
name: TinyLife.Uis
nameWithType: TinyLife.Uis
fullName: TinyLife.Uis
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy<CharacterCreator.BoughtItemDelegate>()
nameWithType: Extensions.JsonCopy<CharacterCreator.BoughtItemDelegate>()
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator.BoughtItemDelegate>()
nameWithType.vb: Extensions.JsonCopy(Of CharacterCreator.BoughtItemDelegate)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator.BoughtItemDelegate)()
name.vb: JsonCopy(Of CharacterCreator.BoughtItemDelegate)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy<CharacterCreator.BoughtItemDelegate>
nameWithType: Extensions.JsonCopy<CharacterCreator.BoughtItemDelegate>
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator.BoughtItemDelegate>
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of CharacterCreator.BoughtItemDelegate)
nameWithType: Extensions.JsonCopy(Of CharacterCreator.BoughtItemDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator.BoughtItemDelegate)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects.WornClothes
commentId: T:TinyLife.Objects.WornClothes
parent: TinyLife.Objects
name: WornClothes
nameWithType: WornClothes
fullName: TinyLife.Objects.WornClothes
- 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)
name: JsonCopy<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities