mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
216 lines
7 KiB
YAML
Generated
216 lines
7 KiB
YAML
Generated
### 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Goals
|
|
summary: A delegate method used for <xref href="TinyLife.Goals.Job.OnGetWorkingPerformance" data-throw-if-not-resolved="false"></xref>.
|
|
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
|
|
href: TinyLife.Goals.Job.html#TinyLife_Goals_Job_OnGetWorkingPerformance
|
|
name: OnGetWorkingPerformance
|
|
nameWithType: Job.OnGetWorkingPerformance
|
|
fullName: TinyLife.Goals.Job.OnGetWorkingPerformance
|
|
- uid: TinyLife.Goals
|
|
commentId: N:TinyLife.Goals
|
|
href: TinyLife.html
|
|
name: TinyLife.Goals
|
|
nameWithType: TinyLife.Goals
|
|
fullName: TinyLife.Goals
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Goals
|
|
name: Goals
|
|
href: TinyLife.Goals.html
|
|
- 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)
|
|
href: TinyLife.Utilities.Extensions.html#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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
name: JobPerformanceDelegate
|
|
href: TinyLife.Goals.Job.JobPerformanceDelegate.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
name: JobPerformanceDelegate
|
|
href: TinyLife.Goals.Job.JobPerformanceDelegate.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Goals.Job.JobPerformanceDelegate)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
name: JobPerformanceDelegate
|
|
href: TinyLife.Goals.Job.JobPerformanceDelegate.html
|
|
- name: )
|
|
- name: (
|
|
- uid: TinyLife.Goals.Job.JobPerformanceDelegate
|
|
name: JobPerformanceDelegate
|
|
href: TinyLife.Goals.Job.JobPerformanceDelegate.html
|
|
- name: )
|
|
- uid: TinyLife.Actions.WorkAction
|
|
commentId: T:TinyLife.Actions.WorkAction
|
|
parent: TinyLife.Actions
|
|
href: TinyLife.Actions.WorkAction.html
|
|
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)
|
|
href: TinyLife.Utilities.Extensions.html#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
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy
|
|
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
href: TinyLife.Utilities.Extensions.html
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Actions
|
|
commentId: N:TinyLife.Actions
|
|
href: TinyLife.html
|
|
name: TinyLife.Actions
|
|
nameWithType: TinyLife.Actions
|
|
fullName: TinyLife.Actions
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Actions
|
|
name: Actions
|
|
href: TinyLife.Actions.html
|
|
- 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
|
|
href: TinyLife.html
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Utilities
|
|
name: Utilities
|
|
href: TinyLife.Utilities.html
|