### YamlMime:ManagedReference
items:
- uid: TinyLife.GameSpeed
commentId: T:TinyLife.GameSpeed
id: GameSpeed
parent: TinyLife
children:
- TinyLife.GameSpeed.ExtremelyFast
- TinyLife.GameSpeed.Fast
- TinyLife.GameSpeed.Paused
- TinyLife.GameSpeed.Regular
- TinyLife.GameSpeed.VeryFast
langs:
- csharp
- vb
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
type: Enum
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GameSpeed
path: Options.cs
startLine: 296
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nAn enumeration of all possible game speeds.\nThe value of each value is the amount that the game's speed is multiplied with.\n"
example: []
syntax:
content: public enum GameSpeed
content.vb: Public Enum GameSpeed
extensionMethods:
- TinyLife.GameSpeed.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp:
- public
- enum
modifiers.vb:
- Public
- Enum
- uid: TinyLife.GameSpeed.Paused
commentId: F:TinyLife.GameSpeed.Paused
id: Paused
parent: TinyLife.GameSpeed
langs:
- csharp
- vb
name: Paused
nameWithType: GameSpeed.Paused
fullName: TinyLife.GameSpeed.Paused
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Paused
path: Options.cs
startLine: 301
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA game speed that represents no actions occuring\n"
example: []
syntax:
content: Paused = 0
return:
type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.Regular
commentId: F:TinyLife.GameSpeed.Regular
id: Regular
parent: TinyLife.GameSpeed
langs:
- csharp
- vb
name: Regular
nameWithType: GameSpeed.Regular
fullName: TinyLife.GameSpeed.Regular
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Regular
path: Options.cs
startLine: 305
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA game speed that represents the regular speed\n"
example: []
syntax:
content: Regular = 1
return:
type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.Fast
commentId: F:TinyLife.GameSpeed.Fast
id: Fast
parent: TinyLife.GameSpeed
langs:
- csharp
- vb
name: Fast
nameWithType: GameSpeed.Fast
fullName: TinyLife.GameSpeed.Fast
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fast
path: Options.cs
startLine: 309
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA game speed with which things happen at twice the speed\n"
example: []
syntax:
content: Fast = 2
return:
type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.VeryFast
commentId: F:TinyLife.GameSpeed.VeryFast
id: VeryFast
parent: TinyLife.GameSpeed
langs:
- csharp
- vb
name: VeryFast
nameWithType: GameSpeed.VeryFast
fullName: TinyLife.GameSpeed.VeryFast
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryFast
path: Options.cs
startLine: 313
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA game speed with which things happen at three times the speed\n"
example: []
syntax:
content: VeryFast = 3
return:
type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
- uid: TinyLife.GameSpeed.ExtremelyFast
commentId: F:TinyLife.GameSpeed.ExtremelyFast
id: ExtremelyFast
parent: TinyLife.GameSpeed
langs:
- csharp
- vb
name: ExtremelyFast
nameWithType: GameSpeed.ExtremelyFast
fullName: TinyLife.GameSpeed.ExtremelyFast
type: Field
source:
remote:
path: TinyLife/Options.cs
branch: master
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExtremelyFast
path: Options.cs
startLine: 318
assemblies:
- Tiny Life
namespace: TinyLife
summary: "\nA game speed with which things happen at 20 times the speed.\nNote that this option is not selectable and only occurs if every household member is asleep or out of town.\n"
example: []
syntax:
content: ExtremelyFast = 20
return:
type: TinyLife.GameSpeed
modifiers.csharp:
- public
- const
modifiers.vb:
- Public
- Const
references:
- uid: TinyLife
commentId: N:TinyLife
name: TinyLife
nameWithType: TinyLife
fullName: TinyLife
- uid: TinyLife.GameSpeed.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()
nameWithType: Extensions.JsonCopy()
fullName: TinyLife.Utilities.Extensions.JsonCopy()
nameWithType.vb: Extensions.JsonCopy(Of GameSpeed)()
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameSpeed)()
name.vb: JsonCopy(Of GameSpeed)()
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy
nameWithType: Extensions.JsonCopy
fullName: TinyLife.Utilities.Extensions.JsonCopy
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
name: JsonCopy(Of GameSpeed)
nameWithType: Extensions.JsonCopy(Of GameSpeed)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.GameSpeed)
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(T)
nameWithType: Extensions.JsonCopy(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(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
nameWithType: Extensions.JsonCopy
fullName: TinyLife.Utilities.Extensions.JsonCopy
- 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.GameSpeed
commentId: T:TinyLife.GameSpeed
parent: TinyLife
name: GameSpeed
nameWithType: GameSpeed
fullName: TinyLife.GameSpeed
- uid: TinyLife.GameSpeed.Regular
commentId: F:TinyLife.GameSpeed.Regular
isExternal: true