Show / Hide Table of Contents

Struct QuestWork

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FFXIVClientStructs.FFXIV.Application.Network.WorkDefinitions
Assembly: FFXIVClientStructs.dll
Syntax
public struct QuestWork

Fields

| Improve this Doc View Source

AcceptClassJob

Declaration
public byte AcceptClassJob
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Flags

Declaration
public byte Flags
Field Value
Type Description
System.Byte
| Improve this Doc View Source

QuestId

Declaration
public ushort QuestId
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

Sequence

Declaration
public byte Sequence
Field Value
Type Description
System.Byte
| Improve this Doc View Source

Variables

Declaration
public byte *Variables
Field Value
Type Description
System.Byte*

Properties

| Improve this Doc View Source

IsHidden

Declaration
public readonly bool IsHidden { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsPriority

Declaration
public readonly bool IsPriority { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

RewardItemArrayIndex

Declaration
public readonly int RewardItemArrayIndex { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX