Show / Hide Table of Contents

Class DataManager

This class provides data for Dalamud-internal features, but can also be used by plugins if needed.

Inheritance
System.Object
DataManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Dalamud.Data
Assembly: Dalamud.dll
Syntax
public class DataManager

Constructors

| Improve this Doc View Source

DataManager()

Declaration
public DataManager()

Fields

| Improve this Doc View Source

ContentFinderCondition

Declaration
public ReadOnlyDictionary<uint, JObject> ContentFinderCondition
Field Value
Type Description
System.Collections.ObjectModel.ReadOnlyDictionary<System.UInt32, Newtonsoft.Json.Linq.JObject>
| Improve this Doc View Source

ServerOpCodes

Declaration
public ReadOnlyDictionary<string, ushort> ServerOpCodes
Field Value
Type Description
System.Collections.ObjectModel.ReadOnlyDictionary<System.String, System.UInt16>

Properties

| Improve this Doc View Source

IsDataReady

Declaration
public bool IsDataReady { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Initialize()

Declaration
public Task Initialize()
Returns
Type Description
System.Threading.Tasks.Task
  • Improve this Doc
  • View Source
Back to top Generated by DocFX