2021-11-23 16:24:04 +01:00
|
|
|
### YamlMime:ManagedReference
|
|
|
|
items:
|
|
|
|
- uid: TinyLife.Debug.CheatDelegate
|
|
|
|
commentId: T:TinyLife.Debug.CheatDelegate
|
|
|
|
id: Debug.CheatDelegate
|
|
|
|
parent: TinyLife
|
|
|
|
children: []
|
|
|
|
langs:
|
|
|
|
- csharp
|
|
|
|
- vb
|
|
|
|
name: Debug.CheatDelegate
|
|
|
|
nameWithType: Debug.CheatDelegate
|
|
|
|
fullName: TinyLife.Debug.CheatDelegate
|
|
|
|
type: Delegate
|
|
|
|
source:
|
|
|
|
remote:
|
|
|
|
path: TinyLife/Debug.cs
|
|
|
|
branch: master
|
2021-11-26 23:42:22 +01:00
|
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
2021-11-23 16:24:04 +01:00
|
|
|
id: CheatDelegate
|
|
|
|
path: Debug.cs
|
2021-11-26 23:42:22 +01:00
|
|
|
startLine: 508
|
2021-11-23 16:24:04 +01:00
|
|
|
assemblies:
|
|
|
|
- Tiny Life
|
|
|
|
namespace: TinyLife
|
|
|
|
summary: "\nA delegate method used for <xref href=\"TinyLife.Debug.Cheats\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
|
|
example: []
|
|
|
|
syntax:
|
|
|
|
content: public delegate void CheatDelegate(GameImpl game, Person person, Match match);
|
|
|
|
parameters:
|
|
|
|
- id: game
|
|
|
|
type: TinyLife.GameImpl
|
|
|
|
- id: person
|
|
|
|
type: TinyLife.Objects.Person
|
|
|
|
- id: match
|
|
|
|
type: System.Text.RegularExpressions.Match
|
|
|
|
content.vb: Public Delegate Sub CheatDelegate(game As GameImpl, person As Person, match As Match)
|
|
|
|
extensionMethods:
|
|
|
|
- TinyLife.Debug.CheatDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
modifiers.csharp:
|
|
|
|
- public
|
|
|
|
- delegate
|
|
|
|
modifiers.vb:
|
|
|
|
- Public
|
|
|
|
- Delegate
|
|
|
|
references:
|
|
|
|
- uid: TinyLife.Debug.Cheats
|
|
|
|
commentId: F:TinyLife.Debug.Cheats
|
|
|
|
isExternal: true
|
|
|
|
- uid: TinyLife
|
|
|
|
commentId: N:TinyLife
|
|
|
|
name: TinyLife
|
|
|
|
nameWithType: TinyLife
|
|
|
|
fullName: TinyLife
|
|
|
|
- uid: TinyLife.Debug.CheatDelegate.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<Debug.CheatDelegate>()
|
|
|
|
nameWithType: Extensions.JsonCopy<Debug.CheatDelegate>()
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.CheatDelegate>()
|
|
|
|
nameWithType.vb: Extensions.JsonCopy(Of Debug.CheatDelegate)()
|
|
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.CheatDelegate)()
|
|
|
|
name.vb: JsonCopy(Of Debug.CheatDelegate)()
|
|
|
|
spec.csharp:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
name: JsonCopy<Debug.CheatDelegate>
|
|
|
|
nameWithType: Extensions.JsonCopy<Debug.CheatDelegate>
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Debug.CheatDelegate>
|
|
|
|
- name: (
|
|
|
|
nameWithType: (
|
|
|
|
fullName: (
|
|
|
|
- name: )
|
|
|
|
nameWithType: )
|
|
|
|
fullName: )
|
|
|
|
spec.vb:
|
|
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
|
|
name: JsonCopy(Of Debug.CheatDelegate)
|
|
|
|
nameWithType: Extensions.JsonCopy(Of Debug.CheatDelegate)
|
|
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Debug.CheatDelegate)
|
|
|
|
- name: (
|
|
|
|
nameWithType: (
|
|
|
|
fullName: (
|
|
|
|
- name: )
|
|
|
|
nameWithType: )
|
|
|
|
fullName: )
|
|
|
|
- uid: TinyLife.GameImpl
|
|
|
|
commentId: T:TinyLife.GameImpl
|
|
|
|
parent: TinyLife
|
|
|
|
name: GameImpl
|
|
|
|
nameWithType: GameImpl
|
|
|
|
fullName: TinyLife.GameImpl
|
|
|
|
- uid: TinyLife.Objects.Person
|
|
|
|
commentId: T:TinyLife.Objects.Person
|
|
|
|
parent: TinyLife.Objects
|
|
|
|
name: Person
|
|
|
|
nameWithType: Person
|
|
|
|
fullName: TinyLife.Objects.Person
|
|
|
|
- uid: System.Text.RegularExpressions.Match
|
|
|
|
commentId: T:System.Text.RegularExpressions.Match
|
|
|
|
parent: System.Text.RegularExpressions
|
|
|
|
isExternal: true
|
|
|
|
name: Match
|
|
|
|
nameWithType: Match
|
|
|
|
fullName: System.Text.RegularExpressions.Match
|
|
|
|
- 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.Objects
|
|
|
|
commentId: N:TinyLife.Objects
|
|
|
|
name: TinyLife.Objects
|
|
|
|
nameWithType: TinyLife.Objects
|
|
|
|
fullName: TinyLife.Objects
|
|
|
|
- uid: System.Text.RegularExpressions
|
|
|
|
commentId: N:System.Text.RegularExpressions
|
|
|
|
isExternal: true
|
|
|
|
name: System.Text.RegularExpressions
|
|
|
|
nameWithType: System.Text.RegularExpressions
|
|
|
|
fullName: System.Text.RegularExpressions
|
|
|
|
- uid: TinyLife.Utilities
|
|
|
|
commentId: N:TinyLife.Utilities
|
|
|
|
name: TinyLife.Utilities
|
|
|
|
nameWithType: TinyLife.Utilities
|
|
|
|
fullName: TinyLife.Utilities
|