mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
255 lines
8.4 KiB
YAML
Generated
255 lines
8.4 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
|
|
commentId: T:TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
|
|
id: CharacterCreator.GetCustomPriceDelegate
|
|
parent: TinyLife.Uis
|
|
children: []
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CharacterCreator.GetCustomPriceDelegate
|
|
nameWithType: CharacterCreator.GetCustomPriceDelegate
|
|
fullName: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
|
|
type: Delegate
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: A delegate method used by <xref href="TinyLife.Uis.CharacterCreator.OnGetCustomPrice" data-throw-if-not-resolved="false"></xref>
|
|
example: []
|
|
syntax:
|
|
content: public delegate void CharacterCreator.GetCustomPriceDelegate(PersonLike person, WornClothes clothes, ref float? customPrice)
|
|
parameters:
|
|
- id: person
|
|
type: TinyLife.Objects.PersonLike
|
|
- id: clothes
|
|
type: TinyLife.Objects.WornClothes
|
|
- id: customPrice
|
|
type: System.Nullable{System.Single}
|
|
content.vb: Public Delegate Sub CharacterCreator.GetCustomPriceDelegate(person As PersonLike, clothes As WornClothes, customPrice As Single?)
|
|
extensionMethods:
|
|
- TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
references:
|
|
- uid: TinyLife.Uis.CharacterCreator.OnGetCustomPrice
|
|
commentId: E:TinyLife.Uis.CharacterCreator.OnGetCustomPrice
|
|
href: TinyLife.Uis.CharacterCreator.html#TinyLife_Uis_CharacterCreator_OnGetCustomPrice
|
|
name: OnGetCustomPrice
|
|
nameWithType: CharacterCreator.OnGetCustomPrice
|
|
fullName: TinyLife.Uis.CharacterCreator.OnGetCustomPrice
|
|
- 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.GetCustomPriceDelegate.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<GetCustomPriceDelegate>(GetCustomPriceDelegate)
|
|
nameWithType: Extensions.JsonCopy<CharacterCreator.GetCustomPriceDelegate>(CharacterCreator.GetCustomPriceDelegate)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate>(TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate)
|
|
nameWithType.vb: Extensions.JsonCopy(Of CharacterCreator.GetCustomPriceDelegate)(CharacterCreator.GetCustomPriceDelegate)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate)(TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate)
|
|
name.vb: JsonCopy(Of GetCustomPriceDelegate)(GetCustomPriceDelegate)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
|
|
name: GetCustomPriceDelegate
|
|
href: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
|
|
name: GetCustomPriceDelegate
|
|
href: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
|
|
name: GetCustomPriceDelegate
|
|
href: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate
|
|
name: GetCustomPriceDelegate
|
|
href: TinyLife.Uis.CharacterCreator.GetCustomPriceDelegate.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: System.Nullable{System.Single}
|
|
commentId: T:System.Nullable{System.Single}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
name: float?
|
|
nameWithType: float?
|
|
fullName: float?
|
|
nameWithType.vb: Single?
|
|
fullName.vb: Single?
|
|
name.vb: Single?
|
|
spec.csharp:
|
|
- uid: System.Single
|
|
name: float
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
spec.vb:
|
|
- uid: System.Single
|
|
name: Single
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.single
|
|
- name: '?'
|
|
- 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: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
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
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.nullable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- 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
|