TinyLifeWeb/docs/api/TinyLife.Goals.Job.JobPerformanceDelegate.yml
2023-05-26 15:16:22 +02:00

197 lines
5.9 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
commentId: T:TinyLife.Goals.Job.JobPerformanceDelegate
id: Job.JobPerformanceDelegate
parent: TinyLife.Goals
children: []
langs:
- csharp
- vb
name: Job.JobPerformanceDelegate
nameWithType: Job.JobPerformanceDelegate
fullName: TinyLife.Goals.Job.JobPerformanceDelegate
type: Delegate
source:
remote:
path: TinyLife/Goals/Job.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: JobPerformanceDelegate
path: ../TinyLife/Goals/Job.cs
startLine: 328
assemblies:
- Tiny Life
namespace: TinyLife.Goals
summary: "\nA delegate method used for <xref href=\"TinyLife.Goals.Job.OnGetWorkingPerformance\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example: []
syntax:
content: public delegate void Job.JobPerformanceDelegate(WorkAction action, TimeSpan passedInGame, ref float performance)
parameters:
- id: action
type: TinyLife.Actions.WorkAction
- id: passedInGame
type: System.TimeSpan
- id: performance
type: System.Single
content.vb: Public Delegate Sub Job.JobPerformanceDelegate(action As WorkAction, passedInGame As TimeSpan, performance As Single)
extensionMethods:
- TinyLife.Goals.Job.JobPerformanceDelegate.TinyLife.Utilities.Extensions.JsonCopy``1
references:
- uid: TinyLife.Goals.Job.OnGetWorkingPerformance
commentId: E:TinyLife.Goals.Job.OnGetWorkingPerformance
name: OnGetWorkingPerformance
nameWithType: Job.OnGetWorkingPerformance
fullName: TinyLife.Goals.Job.OnGetWorkingPerformance
- uid: TinyLife.Goals
commentId: N:TinyLife.Goals
name: TinyLife.Goals
nameWithType: TinyLife.Goals
fullName: TinyLife.Goals
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Goals
name: Goals
- uid: TinyLife.Goals.Job.JobPerformanceDelegate.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<JobPerformanceDelegate>(JobPerformanceDelegate)
nameWithType: Extensions.JsonCopy<Job.JobPerformanceDelegate>(Job.JobPerformanceDelegate)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Goals.Job.JobPerformanceDelegate>(TinyLife.Goals.Job.JobPerformanceDelegate)
nameWithType.vb: Extensions.JsonCopy(Of Job.JobPerformanceDelegate)(Job.JobPerformanceDelegate)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Goals.Job.JobPerformanceDelegate)(TinyLife.Goals.Job.JobPerformanceDelegate)
name.vb: JsonCopy(Of JobPerformanceDelegate)(JobPerformanceDelegate)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.Job.JobPerformanceDelegate)
name: JsonCopy
- name: <
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
name: JobPerformanceDelegate
- name: '>'
- name: (
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
name: JobPerformanceDelegate
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.Job.JobPerformanceDelegate)
name: JsonCopy
- name: (
- name: Of
- name: " "
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
name: JobPerformanceDelegate
- name: )
- name: (
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
name: JobPerformanceDelegate
- name: )
- uid: TinyLife.Actions.WorkAction
commentId: T:TinyLife.Actions.WorkAction
parent: TinyLife.Actions
name: WorkAction
nameWithType: WorkAction
fullName: TinyLife.Actions.WorkAction
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.timespan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- 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
- name: <
- name: T
- name: '>'
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Actions
name: Actions
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
spec.csharp:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities
spec.vb:
- uid: TinyLife
name: TinyLife
- name: .
- uid: TinyLife.Utilities
name: Utilities