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 SourceDataManager()
Declaration
public DataManager()
Fields
| Improve this Doc View SourceContentFinderCondition
Declaration
public ReadOnlyDictionary<uint, JObject> ContentFinderCondition
Field Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyDictionary<System.UInt32, Newtonsoft.Json.Linq.JObject> |
ServerOpCodes
Declaration
public ReadOnlyDictionary<string, ushort> ServerOpCodes
Field Value
| Type | Description |
|---|---|
| System.Collections.ObjectModel.ReadOnlyDictionary<System.String, System.UInt16> |
Properties
| Improve this Doc View SourceIsDataReady
Declaration
public bool IsDataReady { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public Task Initialize()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |