Show / Hide Table of Contents

Class DepartmentTimeRequirement

Inheritance
System.Object
JobRequirement
DepartmentTimeRequirement
Namespace: Content.Shared.Roles
Assembly: Content.Shared.dll
Syntax
public sealed class DepartmentTimeRequirement : JobRequirement

Fields

| Improve this Doc View Source

Department

Which department needs the required amount of time.

Declaration
public string Department
Field Value
Type Description
System.String
| Improve this Doc View Source

Inverted

If true, requirement will return false if playtime above the specified time.

Declaration
public bool Inverted
Field Value
Type Description
System.Boolean

False by default.
True for invert general requirement

| Improve this Doc View Source

Time

How long (in seconds) this requirement is.

Declaration
public TimeSpan Time
Field Value
Type Description
TimeSpan
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾