mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 12:29:09 +01:00
818 lines
25 KiB
YAML
818 lines
25 KiB
YAML
|
### 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.#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)
|
||
|
- TinyLife.Emotions.EmotionModifier.Instance.Amount
|
||
|
- TinyLife.Emotions.EmotionModifier.Instance.PassTime(System.TimeSpan)
|
||
|
- TinyLife.Emotions.EmotionModifier.Instance.Time
|
||
|
- TinyLife.Emotions.EmotionModifier.Instance.TotalTime
|
||
|
- TinyLife.Emotions.EmotionModifier.Instance.Type
|
||
|
- TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person)
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: EmotionModifier.Instance
|
||
|
nameWithType: EmotionModifier.Instance
|
||
|
fullName: TinyLife.Emotions.EmotionModifier.Instance
|
||
|
type: Class
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: Instance
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 196
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nThis class represents an applied instance of a <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref>.\nIt is used by <xref href=\"TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier%2cSystem.Int32%2cSystem.TimeSpan%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: >-
|
||
|
[DataContract]
|
||
|
|
||
|
public class Instance
|
||
|
content.vb: >-
|
||
|
<DataContract>
|
||
|
|
||
|
Public Class Instance
|
||
|
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: []
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
- class
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- Class
|
||
|
- 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
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: Type
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 203
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nThe emotion modifier that this instance contains\n"
|
||
|
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: []
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
- readonly
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- ReadOnly
|
||
|
- 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
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: Amount
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 208
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nThe amount that this emotion modifier's <xref href=\"TinyLife.Emotions.EmotionModifier.Instance.Type\" data-throw-if-not-resolved=\"false\"></xref> has\n"
|
||
|
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: []
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
- readonly
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- ReadOnly
|
||
|
- 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
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: TotalTime
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 213
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nThe total amount of in-game time that this emotion modifier lasts for\n"
|
||
|
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: []
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
- readonly
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- ReadOnly
|
||
|
- 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
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: Time
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 217
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nThe 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>\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: >-
|
||
|
[DataMember]
|
||
|
|
||
|
public TimeSpan Time { get; }
|
||
|
parameters: []
|
||
|
return:
|
||
|
type: System.TimeSpan
|
||
|
content.vb: >-
|
||
|
<DataMember>
|
||
|
|
||
|
Public ReadOnly Property Time As TimeSpan
|
||
|
overload: TinyLife.Emotions.EmotionModifier.Instance.Time*
|
||
|
attributes:
|
||
|
- type: System.Runtime.Serialization.DataMemberAttribute
|
||
|
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||
|
arguments: []
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
- get
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- ReadOnly
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)
|
||
|
commentId: M:TinyLife.Emotions.EmotionModifier.Instance.#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)
|
||
|
id: '#ctor(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan)'
|
||
|
parent: TinyLife.Emotions.EmotionModifier.Instance
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Instance(EmotionModifier, Int32, TimeSpan)
|
||
|
nameWithType: EmotionModifier.Instance.Instance(EmotionModifier, Int32, TimeSpan)
|
||
|
fullName: TinyLife.Emotions.EmotionModifier.Instance.Instance(TinyLife.Emotions.EmotionModifier, System.Int32, System.TimeSpan)
|
||
|
type: Constructor
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: .ctor
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 226
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nCreates a new <xref href=\"TinyLife.Emotions.EmotionModifier\" data-throw-if-not-resolved=\"false\"></xref> instance with the given settings\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public Instance(EmotionModifier type, int amount, TimeSpan time)
|
||
|
parameters:
|
||
|
- id: type
|
||
|
type: TinyLife.Emotions.EmotionModifier
|
||
|
description: The emotion modifier of this instance
|
||
|
- id: amount
|
||
|
type: System.Int32
|
||
|
description: The amount that this instance should yield
|
||
|
- id: time
|
||
|
type: System.TimeSpan
|
||
|
description: The time that this instance should last for
|
||
|
content.vb: Public Sub New(type As EmotionModifier, amount As Integer, time As TimeSpan)
|
||
|
overload: TinyLife.Emotions.EmotionModifier.Instance.#ctor*
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- 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
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: PassTime
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 238
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nCauses <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>.\nIf <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.\n"
|
||
|
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*
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person)
|
||
|
commentId: M:TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person)
|
||
|
id: Validate(TinyLife.Objects.Person)
|
||
|
parent: TinyLife.Emotions.EmotionModifier.Instance
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Validate(Person)
|
||
|
nameWithType: EmotionModifier.Instance.Validate(Person)
|
||
|
fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate(TinyLife.Objects.Person)
|
||
|
type: Method
|
||
|
source:
|
||
|
remote:
|
||
|
path: TinyLife/Emotions/EmotionModifier.cs
|
||
|
branch: master
|
||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||
|
id: Validate
|
||
|
path: Emotions/EmotionModifier.cs
|
||
|
startLine: 252
|
||
|
assemblies:
|
||
|
- Tiny Life
|
||
|
namespace: TinyLife.Emotions
|
||
|
summary: "\nValidates this emotion modifier using the given <xref href=\"TinyLife.Objects.Person\" data-throw-if-not-resolved=\"false\"></xref> after it is loaded from disk.\nThis method is automatically called in <xref href=\"TinyLife.Objects.Person.Validate\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public bool Validate(Person person)
|
||
|
parameters:
|
||
|
- id: person
|
||
|
type: TinyLife.Objects.Person
|
||
|
description: The person that this emotion modifier belongs to
|
||
|
return:
|
||
|
type: System.Boolean
|
||
|
description: Whether this emotion modifier is still valid
|
||
|
content.vb: Public Function Validate(person As Person) As Boolean
|
||
|
overload: TinyLife.Emotions.EmotionModifier.Instance.Validate*
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
references:
|
||
|
- uid: TinyLife.Emotions.EmotionModifier
|
||
|
commentId: T:TinyLife.Emotions.EmotionModifier
|
||
|
parent: TinyLife.Emotions
|
||
|
name: EmotionModifier
|
||
|
nameWithType: EmotionModifier
|
||
|
fullName: TinyLife.Emotions.EmotionModifier
|
||
|
- uid: TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,System.Boolean)
|
||
|
commentId: M:TinyLife.Objects.Person.AddEmotion(TinyLife.Emotions.EmotionModifier,System.Int32,System.TimeSpan,System.Boolean)
|
||
|
isExternal: true
|
||
|
- uid: TinyLife.Emotions
|
||
|
commentId: N:TinyLife.Emotions
|
||
|
name: TinyLife.Emotions
|
||
|
nameWithType: TinyLife.Emotions
|
||
|
fullName: TinyLife.Emotions
|
||
|
- uid: System.Object
|
||
|
commentId: T:System.Object
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
- uid: System.Object.Equals(System.Object)
|
||
|
commentId: M:System.Object.Equals(System.Object)
|
||
|
parent: System.Object
|
||
|
isExternal: true
|
||
|
name: Equals(Object)
|
||
|
nameWithType: Object.Equals(Object)
|
||
|
fullName: System.Object.Equals(System.Object)
|
||
|
spec.csharp:
|
||
|
- uid: System.Object.Equals(System.Object)
|
||
|
name: Equals
|
||
|
nameWithType: Object.Equals
|
||
|
fullName: System.Object.Equals
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: System.Object.Equals(System.Object)
|
||
|
name: Equals
|
||
|
nameWithType: Object.Equals
|
||
|
fullName: System.Object.Equals
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
||
|
parent: System.Object
|
||
|
isExternal: true
|
||
|
name: Equals(Object, Object)
|
||
|
nameWithType: Object.Equals(Object, Object)
|
||
|
fullName: System.Object.Equals(System.Object, System.Object)
|
||
|
spec.csharp:
|
||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||
|
name: Equals
|
||
|
nameWithType: Object.Equals
|
||
|
fullName: System.Object.Equals
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: ', '
|
||
|
nameWithType: ', '
|
||
|
fullName: ', '
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: System.Object.Equals(System.Object,System.Object)
|
||
|
name: Equals
|
||
|
nameWithType: Object.Equals
|
||
|
fullName: System.Object.Equals
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: ', '
|
||
|
nameWithType: ', '
|
||
|
fullName: ', '
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- uid: System.Object.GetHashCode
|
||
|
commentId: M:System.Object.GetHashCode
|
||
|
parent: System.Object
|
||
|
isExternal: true
|
||
|
name: GetHashCode()
|
||
|
nameWithType: Object.GetHashCode()
|
||
|
fullName: System.Object.GetHashCode()
|
||
|
spec.csharp:
|
||
|
- uid: System.Object.GetHashCode
|
||
|
name: GetHashCode
|
||
|
nameWithType: Object.GetHashCode
|
||
|
fullName: System.Object.GetHashCode
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: System.Object.GetHashCode
|
||
|
name: GetHashCode
|
||
|
nameWithType: Object.GetHashCode
|
||
|
fullName: System.Object.GetHashCode
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- uid: System.Object.GetType
|
||
|
commentId: M:System.Object.GetType
|
||
|
parent: System.Object
|
||
|
isExternal: true
|
||
|
name: GetType()
|
||
|
nameWithType: Object.GetType()
|
||
|
fullName: System.Object.GetType()
|
||
|
spec.csharp:
|
||
|
- uid: System.Object.GetType
|
||
|
name: GetType
|
||
|
nameWithType: Object.GetType
|
||
|
fullName: System.Object.GetType
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: System.Object.GetType
|
||
|
name: GetType
|
||
|
nameWithType: Object.GetType
|
||
|
fullName: System.Object.GetType
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- uid: System.Object.MemberwiseClone
|
||
|
commentId: M:System.Object.MemberwiseClone
|
||
|
parent: System.Object
|
||
|
isExternal: true
|
||
|
name: MemberwiseClone()
|
||
|
nameWithType: Object.MemberwiseClone()
|
||
|
fullName: System.Object.MemberwiseClone()
|
||
|
spec.csharp:
|
||
|
- uid: System.Object.MemberwiseClone
|
||
|
name: MemberwiseClone
|
||
|
nameWithType: Object.MemberwiseClone
|
||
|
fullName: System.Object.MemberwiseClone
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: System.Object.MemberwiseClone
|
||
|
name: MemberwiseClone
|
||
|
nameWithType: Object.MemberwiseClone
|
||
|
fullName: System.Object.MemberwiseClone
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
||
|
parent: System.Object
|
||
|
isExternal: true
|
||
|
name: ReferenceEquals(Object, Object)
|
||
|
nameWithType: Object.ReferenceEquals(Object, Object)
|
||
|
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
|
||
|
spec.csharp:
|
||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||
|
name: ReferenceEquals
|
||
|
nameWithType: Object.ReferenceEquals
|
||
|
fullName: System.Object.ReferenceEquals
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: ', '
|
||
|
nameWithType: ', '
|
||
|
fullName: ', '
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
||
|
name: ReferenceEquals
|
||
|
nameWithType: Object.ReferenceEquals
|
||
|
fullName: System.Object.ReferenceEquals
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: ', '
|
||
|
nameWithType: ', '
|
||
|
fullName: ', '
|
||
|
- uid: System.Object
|
||
|
name: Object
|
||
|
nameWithType: Object
|
||
|
fullName: System.Object
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- uid: System.Object.ToString
|
||
|
commentId: M:System.Object.ToString
|
||
|
parent: System.Object
|
||
|
isExternal: true
|
||
|
name: ToString()
|
||
|
nameWithType: Object.ToString()
|
||
|
fullName: System.Object.ToString()
|
||
|
spec.csharp:
|
||
|
- uid: System.Object.ToString
|
||
|
name: ToString
|
||
|
nameWithType: Object.ToString
|
||
|
fullName: System.Object.ToString
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: System.Object.ToString
|
||
|
name: ToString
|
||
|
nameWithType: Object.ToString
|
||
|
fullName: System.Object.ToString
|
||
|
isExternal: true
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- 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)
|
||
|
name: JsonCopy<EmotionModifier.Instance>()
|
||
|
nameWithType: Extensions.JsonCopy<EmotionModifier.Instance>()
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionModifier.Instance>()
|
||
|
nameWithType.vb: Extensions.JsonCopy(Of EmotionModifier.Instance)()
|
||
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionModifier.Instance)()
|
||
|
name.vb: JsonCopy(Of EmotionModifier.Instance)()
|
||
|
spec.csharp:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||
|
name: JsonCopy<EmotionModifier.Instance>
|
||
|
nameWithType: Extensions.JsonCopy<EmotionModifier.Instance>
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Emotions.EmotionModifier.Instance>
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
spec.vb:
|
||
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
||
|
name: JsonCopy(Of EmotionModifier.Instance)
|
||
|
nameWithType: Extensions.JsonCopy(Of EmotionModifier.Instance)
|
||
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Emotions.EmotionModifier.Instance)
|
||
|
- name: (
|
||
|
nameWithType: (
|
||
|
fullName: (
|
||
|
- name: )
|
||
|
nameWithType: )
|
||
|
fullName: )
|
||
|
- uid: System
|
||
|
commentId: N:System
|
||
|
isExternal: true
|
||
|
name: System
|
||
|
nameWithType: System
|
||
|
fullName: System
|
||
|
- 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.Utilities
|
||
|
commentId: N:TinyLife.Utilities
|
||
|
name: TinyLife.Utilities
|
||
|
nameWithType: TinyLife.Utilities
|
||
|
fullName: TinyLife.Utilities
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.Type
|
||
|
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.Type
|
||
|
isExternal: true
|
||
|
- uid: System.Int32
|
||
|
commentId: T:System.Int32
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
name: Int32
|
||
|
nameWithType: Int32
|
||
|
fullName: System.Int32
|
||
|
- uid: System.TimeSpan
|
||
|
commentId: T:System.TimeSpan
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
name: TimeSpan
|
||
|
nameWithType: TimeSpan
|
||
|
fullName: System.TimeSpan
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.TotalTime
|
||
|
commentId: F:TinyLife.Emotions.EmotionModifier.Instance.TotalTime
|
||
|
isExternal: true
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.Time*
|
||
|
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Time
|
||
|
name: Time
|
||
|
nameWithType: EmotionModifier.Instance.Time
|
||
|
fullName: TinyLife.Emotions.EmotionModifier.Instance.Time
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.#ctor*
|
||
|
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.#ctor
|
||
|
name: Instance
|
||
|
nameWithType: EmotionModifier.Instance.Instance
|
||
|
fullName: TinyLife.Emotions.EmotionModifier.Instance.Instance
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.Time
|
||
|
commentId: P:TinyLife.Emotions.EmotionModifier.Instance.Time
|
||
|
isExternal: true
|
||
|
- uid: System.TimeSpan.MaxValue
|
||
|
commentId: F:System.TimeSpan.MaxValue
|
||
|
isExternal: true
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.PassTime*
|
||
|
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.PassTime
|
||
|
name: PassTime
|
||
|
nameWithType: EmotionModifier.Instance.PassTime
|
||
|
fullName: TinyLife.Emotions.EmotionModifier.Instance.PassTime
|
||
|
- uid: TinyLife.Objects.Person
|
||
|
commentId: T:TinyLife.Objects.Person
|
||
|
parent: TinyLife.Objects
|
||
|
name: Person
|
||
|
nameWithType: Person
|
||
|
fullName: TinyLife.Objects.Person
|
||
|
- uid: TinyLife.Objects.Person.Validate
|
||
|
commentId: M:TinyLife.Objects.Person.Validate
|
||
|
isExternal: true
|
||
|
- uid: TinyLife.Emotions.EmotionModifier.Instance.Validate*
|
||
|
commentId: Overload:TinyLife.Emotions.EmotionModifier.Instance.Validate
|
||
|
name: Validate
|
||
|
nameWithType: EmotionModifier.Instance.Validate
|
||
|
fullName: TinyLife.Emotions.EmotionModifier.Instance.Validate
|
||
|
- uid: System.Boolean
|
||
|
commentId: T:System.Boolean
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
name: Boolean
|
||
|
nameWithType: Boolean
|
||
|
fullName: System.Boolean
|
||
|
- uid: TinyLife.Objects
|
||
|
commentId: N:TinyLife.Objects
|
||
|
name: TinyLife.Objects
|
||
|
nameWithType: TinyLife.Objects
|
||
|
fullName: TinyLife.Objects
|