mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
195 lines
6.6 KiB
YAML
Generated
195 lines
6.6 KiB
YAML
Generated
### 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: A delegate method used by <xref href="TinyLife.Uis.CharacterCreator.OnBoughtItem" data-throw-if-not-resolved="false"></xref>.
|
|
example: []
|
|
syntax:
|
|
content: public delegate void CharacterCreator.BoughtItemDelegate(PersonLike person, WornClothes clothes)
|
|
parameters:
|
|
- id: person
|
|
type: TinyLife.Objects.PersonLike
|
|
- id: clothes
|
|
type: TinyLife.Objects.WornClothes
|
|
content.vb: Public Delegate Sub CharacterCreator.BoughtItemDelegate(person As PersonLike, clothes As WornClothes)
|
|
extensionMethods:
|
|
- TinyLife.Uis.CharacterCreator.BoughtItemDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
references:
|
|
- uid: TinyLife.Uis.CharacterCreator.OnBoughtItem
|
|
commentId: E:TinyLife.Uis.CharacterCreator.OnBoughtItem
|
|
href: TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_OnBoughtItem
|
|
name: OnBoughtItem
|
|
nameWithType: CharacterCreator.OnBoughtItem
|
|
fullName: TinyLife.Uis.CharacterCreator.OnBoughtItem
|
|
- uid: TinyLife.Uis
|
|
commentId: N:TinyLife.Uis
|
|
href: TinyLife.html
|
|
name: TinyLife.Uis
|
|
nameWithType: TinyLife.Uis
|
|
fullName: TinyLife.Uis
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Uis
|
|
name: Uis
|
|
href: TinyLife.Uis.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Uis
|
|
name: Uis
|
|
href: TinyLife.Uis.html
|
|
- 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)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<BoughtItemDelegate>(BoughtItemDelegate)
|
|
nameWithType: Extensions.JsonCopy<CharacterCreator.BoughtItemDelegate>(CharacterCreator.BoughtItemDelegate)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator.BoughtItemDelegate>(TinyLife.Uis.CharacterCreator.BoughtItemDelegate)
|
|
nameWithType.vb: Extensions.JsonCopy(Of CharacterCreator.BoughtItemDelegate)(CharacterCreator.BoughtItemDelegate)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator.BoughtItemDelegate)(TinyLife.Uis.CharacterCreator.BoughtItemDelegate)
|
|
name.vb: JsonCopy(Of BoughtItemDelegate)(BoughtItemDelegate)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CharacterCreator.BoughtItemDelegate)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
|
|
name: BoughtItemDelegate
|
|
href: TinyLife.Uis.CharacterCreator.BoughtItemDelegate.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
|
|
name: BoughtItemDelegate
|
|
href: TinyLife.Uis.CharacterCreator.BoughtItemDelegate.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CharacterCreator.BoughtItemDelegate)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
|
|
name: BoughtItemDelegate
|
|
href: TinyLife.Uis.CharacterCreator.BoughtItemDelegate.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Uis.CharacterCreator.BoughtItemDelegate
|
|
name: BoughtItemDelegate
|
|
href: TinyLife.Uis.CharacterCreator.BoughtItemDelegate.html
|
|
- name: )
|
|
- uid: TinyLife.Objects.PersonLike
|
|
commentId: T:TinyLife.Objects.PersonLike
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.PersonLike.html
|
|
name: PersonLike
|
|
nameWithType: PersonLike
|
|
fullName: TinyLife.Objects.PersonLike
|
|
- uid: TinyLife.Objects.WornClothes
|
|
commentId: T:TinyLife.Objects.WornClothes
|
|
parent: TinyLife.Objects
|
|
href: TinyLife.Objects.WornClothes.html
|
|
name: WornClothes
|
|
nameWithType: WornClothes
|
|
fullName: TinyLife.Objects.WornClothes
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
href: TinyLife.html
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Objects
|
|
name: Objects
|
|
href: TinyLife.Objects.html
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|