2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Emotions.EmotionModifier.Instance
commentId : T:TinyLife.Emotions.EmotionModifier.Instance
id : EmotionModifier.Instance
parent : TinyLife.Emotions
children :
- TinyLife.Emotions.EmotionModifier.Instance.Amount
- TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
2022-07-04 16:50:43 +02:00
- TinyLife.Emotions.EmotionModifier.Instance.Person
2024-06-09 17:05:30 +02:00
- TinyLife.Emotions.EmotionModifier.Instance.Source
2021-08-04 06:51:12 +02:00
- TinyLife.Emotions.EmotionModifier.Instance.Time
- TinyLife.Emotions.EmotionModifier.Instance.TotalTime
- TinyLife.Emotions.EmotionModifier.Instance.Type
2024-06-09 17:05:30 +02:00
- TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : EmotionModifier.Instance
nameWithType : EmotionModifier.Instance
fullName : TinyLife.Emotions.EmotionModifier.Instance
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
summary : >-
This class represents an applied instance of a <xref href="TinyLife.Emotions.EmotionModifier" data-throw-if-not-resolved="false"></xref>.
2024-06-09 17:05:30 +02:00
It is used by <xref href="TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier%2cSystem.Int32%2cSystem.TimeSpan%2cTinyLife.Emotions.IEmotionSource%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataContract]
2023-03-30 18:07:55 +02:00
public class EmotionModifier.Instance
2021-08-04 06:51:12 +02:00
content.vb : >-
<DataContract>
2023-03-30 18:07:55 +02:00
Public Class EmotionModifier.Instance
2021-08-04 06:51:12 +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 :
- TinyLife.Emotions.EmotionModifier.Instance.TinyLife.Utilities.Extensions.JsonCopy``1
attributes :
- type : System.Runtime.Serialization.DataContractAttribute
ctor : System.Runtime.Serialization.DataContractAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Emotions.EmotionModifier.Instance.Type
commentId : F:TinyLife.Emotions.EmotionModifier.Instance.Type
id : Type
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
name : Type
nameWithType : EmotionModifier.Instance.Type
fullName : TinyLife.Emotions.EmotionModifier.Instance.Type
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
summary : The emotion modifier that this instance contains
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly EmotionModifier Type
return :
type : TinyLife.Emotions.EmotionModifier
content.vb : >-
<DataMember>
Public ReadOnly Type As EmotionModifier
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Emotions.EmotionModifier.Instance.Amount
commentId : F:TinyLife.Emotions.EmotionModifier.Instance.Amount
id : Amount
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
name : Amount
nameWithType : EmotionModifier.Instance.Amount
fullName : TinyLife.Emotions.EmotionModifier.Instance.Amount
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
summary : The amount that this emotion modifier's <xref href="TinyLife.Emotions.EmotionModifier.Instance.Type" data-throw-if-not-resolved="false"></xref> has
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly int Amount
return :
type : System.Int32
content.vb : >-
<DataMember>
Public ReadOnly Amount As Integer
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Emotions.EmotionModifier.Instance.TotalTime
commentId : F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime
id : TotalTime
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
name : TotalTime
nameWithType : EmotionModifier.Instance.TotalTime
fullName : TinyLife.Emotions.EmotionModifier.Instance.TotalTime
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
summary : The total amount of in-game time that this emotion modifier lasts for
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
public readonly TimeSpan TotalTime
return :
type : System.TimeSpan
content.vb : >-
<DataMember>
Public ReadOnly TotalTime As TimeSpan
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
- uid : TinyLife.Emotions.EmotionModifier.Instance.Time
commentId : P:TinyLife.Emotions.EmotionModifier.Instance.Time
id : Time
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
name : Time
nameWithType : EmotionModifier.Instance.Time
fullName : TinyLife.Emotions.EmotionModifier.Instance.Time
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
summary : The amount of in-game time remaining of this modifier, out of <xref href="TinyLife.Emotions.EmotionModifier.Instance.TotalTime" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : >-
[ DataMember]
2022-10-18 13:03:11 +02:00
public TimeSpan Time { get; protected set; }
2021-08-04 06:51:12 +02:00
parameters : [ ]
return :
type : System.TimeSpan
content.vb : >-
<DataMember>
2022-10-18 13:03:11 +02:00
Public Property Time As TimeSpan
2021-08-04 06:51:12 +02:00
overload : TinyLife.Emotions.EmotionModifier.Instance.Time*
attributes :
- type : System.Runtime.Serialization.DataMemberAttribute
ctor : System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments : [ ]
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Person
commentId : P:TinyLife.Emotions.EmotionModifier.Instance.Person
id : Person
2022-07-04 16:50:43 +02:00
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Person
nameWithType : EmotionModifier.Instance.Person
fullName : TinyLife.Emotions.EmotionModifier.Instance.Person
2022-07-04 16:50:43 +02:00
type : Property
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-06-09 17:05:30 +02:00
summary : The person that is currently experiencing this emotion.
2022-07-04 16:50:43 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public PersonLike Person { get; protected set; }
2022-07-04 16:50:43 +02:00
parameters : [ ]
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
content.vb : Public Property Person As PersonLike
overload : TinyLife.Emotions.EmotionModifier.Instance.Person*
- uid : TinyLife.Emotions.EmotionModifier.Instance.Source
commentId : P:TinyLife.Emotions.EmotionModifier.Instance.Source
id : Source
2021-08-04 06:51:12 +02:00
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Source
nameWithType : EmotionModifier.Instance.Source
fullName : TinyLife.Emotions.EmotionModifier.Instance.Source
2021-11-23 16:24:04 +01:00
type : Property
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-06-09 17:05:30 +02:00
summary : >-
The <xref href="TinyLife.Emotions.IEmotionSource" data-throw-if-not-resolved="false"></xref> that caused this emotion modifier to occur.
If there is no source, null is returned.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public IEmotionSource Source { get; }
2021-11-23 16:24:04 +01:00
parameters : [ ]
return :
2024-06-09 17:05:30 +02:00
type : TinyLife.Emotions.IEmotionSource
content.vb : Public ReadOnly Property Source As IEmotionSource
overload : TinyLife.Emotions.EmotionModifier.Instance.Source*
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
commentId : M:TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
id : PassTime(System.TimeSpan)
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
name : PassTime(TimeSpan)
nameWithType : EmotionModifier.Instance.PassTime(TimeSpan)
fullName : TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
summary : >-
Causes <xref href="TinyLife.Emotions.EmotionModifier.Instance.Time" data-throw-if-not-resolved="false"></xref> to pass by the given <xref href="System.TimeSpan" data-throw-if-not-resolved="false"></xref>.
If <xref href="TinyLife.Emotions.EmotionModifier.Instance.Time" data-throw-if-not-resolved="false"></xref> is equal to <xref href="System.TimeSpan.MaxValue" data-throw-if-not-resolved="false"></xref>, nothing happens.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public void PassTime(TimeSpan passedInGame)
parameters :
- id : passedInGame
type : System.TimeSpan
description : The amount of time that should pass
content.vb : Public Sub PassTime(passedInGame As TimeSpan)
overload : TinyLife.Emotions.EmotionModifier.Instance.PassTime*
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike)
commentId : M:TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike)
id : Validate(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Emotions.EmotionModifier.Instance
langs :
- csharp
- vb
2024-06-09 17:05:30 +02:00
name : Validate(PersonLike)
nameWithType : EmotionModifier.Instance.Validate(PersonLike)
fullName : TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.PersonLike)
2021-08-04 06:51:12 +02:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
summary : >-
2024-06-09 17:05:30 +02:00
Validates this emotion modifier using the given <xref href="TinyLife.Objects.PersonLike" data-throw-if-not-resolved="false"></xref> after it is loaded from disk.
2024-01-07 16:53:47 +01:00
2024-10-17 17:28:12 +02:00
This method is automatically called in <xref href="TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)" data-throw-if-not-resolved="false"></xref>.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2024-06-09 17:05:30 +02:00
content : public bool Validate(PersonLike person)
2021-08-04 06:51:12 +02:00
parameters :
- id : person
2024-06-09 17:05:30 +02:00
type : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
description : The person that this emotion modifier belongs to
return :
type : System.Boolean
description : Whether this emotion modifier is still valid
2024-06-09 17:05:30 +02:00
content.vb : Public Function Validate(person As PersonLike) As Boolean
2021-08-04 06:51:12 +02:00
overload : TinyLife.Emotions.EmotionModifier.Instance.Validate*
references :
- uid : TinyLife.Emotions.EmotionModifier
commentId : T:TinyLife.Emotions.EmotionModifier
parent : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2021-08-04 06:51:12 +02:00
name : EmotionModifier
nameWithType : EmotionModifier
fullName : TinyLife.Emotions.EmotionModifier
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
commentId : M:TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
parent : TinyLife.Objects.PersonLike
2021-08-04 06:51:12 +02:00
isExternal : true
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
2023-03-30 18:07:55 +02:00
name : AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool)
2024-06-09 17:05:30 +02:00
nameWithType : PersonLike.AddEmotion(EmotionModifier, int, TimeSpan, IEmotionSource, bool)
fullName : TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier, int, System.TimeSpan, TinyLife.Emotions.IEmotionSource, bool)
nameWithType.vb : PersonLike.AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean)
fullName.vb : TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier, Integer, System.TimeSpan, TinyLife.Emotions.IEmotionSource, Boolean)
2023-03-30 18:07:55 +02:00
name.vb : AddEmotion(EmotionModifier, Integer, TimeSpan, IEmotionSource, Boolean)
spec.csharp :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
2023-03-30 18:07:55 +02:00
name : AddEmotion
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Emotions.EmotionModifier
name : EmotionModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Int32
name : int
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : TinyLife.Emotions.IEmotionSource
name : IEmotionSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.IEmotionSource.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Objects.PersonLike.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,TinyLife.Emotions.IEmotionSource,System.Boolean)
2023-03-30 18:07:55 +02:00
name : AddEmotion
2024-06-09 17:05:30 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_AddEmotion_TinyLife_Emotions_EmotionModifier_System_Int32_System_TimeSpan_TinyLife_Emotions_IEmotionSource_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : TinyLife.Emotions.EmotionModifier
name : EmotionModifier
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Int32
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
- uid : System.TimeSpan
name : TimeSpan
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.timespan
- name : ','
- name : " "
- uid : TinyLife.Emotions.IEmotionSource
name : IEmotionSource
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.IEmotionSource.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions
commentId : N : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Emotions
nameWithType : TinyLife.Emotions
fullName : TinyLife.Emotions
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Emotions
name : Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.html
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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 : " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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)
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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 : " "
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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()
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +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
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Emotions.EmotionModifier.Instance.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<Instance>(Instance)
nameWithType : Extensions.JsonCopy<EmotionModifier.Instance>(EmotionModifier.Instance)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionModifier.Instance>(TinyLife.Emotions.EmotionModifier.Instance)
nameWithType.vb : Extensions.JsonCopy(Of EmotionModifier.Instance)(EmotionModifier.Instance)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionModifier.Instance)(TinyLife.Emotions.EmotionModifier.Instance)
name.vb : JsonCopy(Of Instance)(Instance)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionModifier.Instance)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Emotions.EmotionModifier.Instance
name : Instance
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance
name : Instance
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Emotions.EmotionModifier.Instance)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Emotions.EmotionModifier.Instance
name : Instance
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance
name : Instance
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html
2021-08-04 06:51:12 +02:00
- name : )
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +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
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
2024-06-09 17:05:30 +02:00
- 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
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Type
commentId : F:TinyLife.Emotions.EmotionModifier.Instance.Type
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_Type
2023-03-30 18:07:55 +02:00
name : Type
nameWithType : EmotionModifier.Instance.Type
fullName : TinyLife.Emotions.EmotionModifier.Instance.Type
2021-08-04 06:51:12 +02:00
- uid : System.Int32
commentId : T:System.Int32
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : int
nameWithType : int
fullName : int
nameWithType.vb : Integer
fullName.vb : Integer
name.vb : Integer
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
- uid : TinyLife.Emotions.EmotionModifier.Instance.TotalTime
commentId : F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_TotalTime
2023-03-30 18:07:55 +02:00
name : TotalTime
nameWithType : EmotionModifier.Instance.TotalTime
fullName : TinyLife.Emotions.EmotionModifier.Instance.TotalTime
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Time*
commentId : Overload:TinyLife.Emotions.EmotionModifier.Instance.Time
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_Time
2021-08-04 06:51:12 +02:00
name : Time
nameWithType : EmotionModifier.Instance.Time
fullName : TinyLife.Emotions.EmotionModifier.Instance.Time
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Person*
commentId : Overload:TinyLife.Emotions.EmotionModifier.Instance.Person
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_Person
name : Person
nameWithType : EmotionModifier.Instance.Person
fullName : TinyLife.Emotions.EmotionModifier.Instance.Person
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Emotions.IEmotionSource
commentId : T:TinyLife.Emotions.IEmotionSource
parent : TinyLife.Emotions
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.IEmotionSource.html
2022-12-20 13:25:03 +01:00
name : IEmotionSource
nameWithType : IEmotionSource
fullName : TinyLife.Emotions.IEmotionSource
2024-06-09 17:05:30 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Source*
commentId : Overload:TinyLife.Emotions.EmotionModifier.Instance.Source
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_Source
name : Source
nameWithType : EmotionModifier.Instance.Source
fullName : TinyLife.Emotions.EmotionModifier.Instance.Source
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Time
commentId : P:TinyLife.Emotions.EmotionModifier.Instance.Time
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_Time
2023-03-30 18:07:55 +02:00
name : Time
nameWithType : EmotionModifier.Instance.Time
fullName : TinyLife.Emotions.EmotionModifier.Instance.Time
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan.MaxValue
commentId : F:System.TimeSpan.MaxValue
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan.maxvalue
name : MaxValue
nameWithType : TimeSpan.MaxValue
fullName : System.TimeSpan.MaxValue
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.PassTime*
commentId : Overload:TinyLife.Emotions.EmotionModifier.Instance.PassTime
2024-01-07 16:53:47 +01:00
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_PassTime_System_TimeSpan_
2021-08-04 06:51:12 +02:00
name : PassTime
nameWithType : EmotionModifier.Instance.PassTime
fullName : TinyLife.Emotions.EmotionModifier.Instance.PassTime
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
commentId : M:TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2024-06-09 17:05:30 +02:00
parent : TinyLife.Objects.PersonLike
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
name : Validate(AppliedMigrations)
nameWithType : PersonLike.Validate(AppliedMigrations)
fullName : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2023-03-30 18:07:55 +02:00
spec.csharp :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2023-03-30 18:07:55 +02:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
2023-03-30 18:07:55 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Objects.PersonLike.Validate(TinyLife.Utilities.AppliedMigrations)
2023-03-30 18:07:55 +02:00
name : Validate
2024-10-17 17:28:12 +02:00
href : TinyLife.Objects.PersonLike.html#TinyLife_Objects_PersonLike_Validate_TinyLife_Utilities_AppliedMigrations_
2023-03-30 18:07:55 +02:00
- name : (
2024-10-17 17:28:12 +02:00
- uid : TinyLife.Utilities.AppliedMigrations
name : AppliedMigrations
href : TinyLife.Utilities.AppliedMigrations.html
2023-03-30 18:07:55 +02:00
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Emotions.EmotionModifier.Instance.Validate*
commentId : Overload:TinyLife.Emotions.EmotionModifier.Instance.Validate
2024-06-09 17:05:30 +02:00
href : TinyLife.Emotions.EmotionModifier.Instance.html#TinyLife_Emotions_EmotionModifier_Instance_Validate_TinyLife_Objects_PersonLike_
2021-08-04 06:51:12 +02:00
name : Validate
nameWithType : EmotionModifier.Instance.Validate
fullName : TinyLife.Emotions.EmotionModifier.Instance.Validate
- 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