2024-06-09 17:05:30 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.PersonLike.RelationshipChangeDelegate
commentId : T:TinyLife.Objects.PersonLike.RelationshipChangeDelegate
id : PersonLike.RelationshipChangeDelegate
parent : TinyLife.Objects
children : [ ]
langs :
- csharp
- vb
name : PersonLike.RelationshipChangeDelegate
nameWithType : PersonLike.RelationshipChangeDelegate
fullName : TinyLife.Objects.PersonLike.RelationshipChangeDelegate
type : Delegate
source :
remote :
path : TinyLife/Objects/PersonLike.cs
branch : main
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : RelationshipChangeDelegate
path : ../TinyLife/Objects/PersonLike.cs
2024-07-14 18:39:11 +02:00
startLine : 3353
2024-06-09 17:05:30 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : A delegate used for <xref href="TinyLife.Objects.PersonLike.OnChangeFriendship" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Objects.PersonLike.OnChangeRomance" data-throw-if-not-resolved="false"></xref>.
example : [ ]
syntax :
content : public delegate void PersonLike.RelationshipChangeDelegate(PersonLike person, Relationship relationship, ref float amount)
parameters :
- id : person
type : TinyLife.Objects.PersonLike
- id : relationship
type : TinyLife.Relationship
- id : amount
type : System.Single
content.vb : Public Delegate Sub PersonLike.RelationshipChangeDelegate(person As PersonLike, relationship As Relationship, amount As Single)
extensionMethods :
- TinyLife.Objects.PersonLike.RelationshipChangeDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
references :
- uid : TinyLife.Objects.PersonLike.OnChangeFriendship
commentId : E:TinyLife.Objects.PersonLike.OnChangeFriendship
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnChangeFriendship
name : OnChangeFriendship
nameWithType : PersonLike.OnChangeFriendship
fullName : TinyLife.Objects.PersonLike.OnChangeFriendship
- uid : TinyLife.Objects.PersonLike.OnChangeRomance
commentId : E:TinyLife.Objects.PersonLike.OnChangeRomance
parent : TinyLife.Objects.PersonLike
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_OnChangeRomance
name : OnChangeRomance
nameWithType : PersonLike.OnChangeRomance
fullName : TinyLife.Objects.PersonLike.OnChangeRomance
- 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.Objects.PersonLike.RelationshipChangeDelegate.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<RelationshipChangeDelegate>(RelationshipChangeDelegate)
nameWithType : Extensions.JsonCopy<PersonLike.RelationshipChangeDelegate>(PersonLike.RelationshipChangeDelegate)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.PersonLike.RelationshipChangeDelegate>(TinyLife.Objects.PersonLike.RelationshipChangeDelegate)
nameWithType.vb : Extensions.JsonCopy(Of PersonLike.RelationshipChangeDelegate)(PersonLike.RelationshipChangeDelegate)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.PersonLike.RelationshipChangeDelegate)(TinyLife.Objects.PersonLike.RelationshipChangeDelegate)
name.vb : JsonCopy(Of RelationshipChangeDelegate)(RelationshipChangeDelegate)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.PersonLike.RelationshipChangeDelegate)
name : JsonCopy
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name : <
- uid : TinyLife.Objects.PersonLike.RelationshipChangeDelegate
name : RelationshipChangeDelegate
href : TinyLife.Objects.PersonLike.RelationshipChangeDelegate.html
- name : '>'
- name : (
- uid : TinyLife.Objects.PersonLike.RelationshipChangeDelegate
name : RelationshipChangeDelegate
href : TinyLife.Objects.PersonLike.RelationshipChangeDelegate.html
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.PersonLike.RelationshipChangeDelegate)
name : JsonCopy
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.PersonLike.RelationshipChangeDelegate
name : RelationshipChangeDelegate
href : TinyLife.Objects.PersonLike.RelationshipChangeDelegate.html
- name : )
- name : (
- uid : TinyLife.Objects.PersonLike.RelationshipChangeDelegate
name : RelationshipChangeDelegate
href : TinyLife.Objects.PersonLike.RelationshipChangeDelegate.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.Relationship
commentId : T:TinyLife.Relationship
parent : TinyLife
href : TinyLife.Relationship.html
name : Relationship
nameWithType : Relationship
fullName : TinyLife.Relationship
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
- 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
commentId : N : TinyLife
href : TinyLife.html
name : TinyLife
nameWithType : TinyLife
fullName : TinyLife
- 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