2021-08-04 06:51:12 +02:00
### 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
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : GameSpeed
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 322
2021-08-04 06:51:12 +02:00
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
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Paused
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 327
2021-08-04 06:51:12 +02:00
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
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Regular
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 331
2021-08-04 06:51:12 +02:00
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
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Fast
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 335
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nA game speed with which things happen at twice the <xref href=\"TinyLife.GameSpeed.Regular\" data-throw-if-not-resolved=\"false\"></xref> 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
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : VeryFast
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 339
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nA game speed with which things happen at three times the <xref href=\"TinyLife.GameSpeed.Regular\" data-throw-if-not-resolved=\"false\"></xref> 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
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : ExtremelyFast
path : Options.cs
2022-01-01 17:06:03 +01:00
startLine : 344
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife
summary : "\nA game speed with which things happen at 20 times the <xref href=\"TinyLife.GameSpeed.Regular\" data-throw-if-not-resolved=\"false\"></xref> 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<GameSpeed>()
nameWithType : Extensions.JsonCopy<GameSpeed>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameSpeed>()
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<GameSpeed>
nameWithType : Extensions.JsonCopy<GameSpeed>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.GameSpeed>
- 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>(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.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