Struct StatusManager
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)
Assembly: FFXIVClientStructs.dll
Syntax
public struct StatusManager
Fields
|
Improve this Doc
View Source
Owner
Declaration
Field Value
|
Improve this Doc
View Source
Status
Declaration
Field Value
| Type |
Description |
| System.Byte* |
|
|
Improve this Doc
View Source
Unk_170
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Unk_174
Declaration
Field Value
| Type |
Description |
| System.UInt16 |
|
|
Improve this Doc
View Source
Unk_178
Declaration
Field Value
| Type |
Description |
| System.Int64 |
|
|
Improve this Doc
View Source
Unk_180
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
Methods
|
Improve this Doc
View Source
AddStatus(UInt16, UInt16, Void*)
Declaration
public void AddStatus(ushort statusId, ushort param = 0, void *u3 = default(void *))
Parameters
| Type |
Name |
Description |
| System.UInt16 |
statusId |
|
| System.UInt16 |
param |
|
| System.Void* |
u3 |
|
|
Improve this Doc
View Source
GetRemainingTime(Int32)
Declaration
public float GetRemainingTime(int statusIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
statusIndex |
|
Returns
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
GetSourceId(Int32)
Declaration
public uint GetSourceId(int statusIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
statusIndex |
|
Returns
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
GetStatusId(Int32)
Declaration
public uint GetStatusId(int statusIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
statusIndex |
|
Returns
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
GetStatusIndex(UInt32, UInt32)
Declaration
public int GetStatusIndex(uint statusId, uint sourceId = 3758096384U)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
statusId |
|
| System.UInt32 |
sourceId |
|
Returns
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
HasStatus(UInt32, UInt32)
Declaration
public bool HasStatus(uint statusId, uint sourceId = 3758096384U)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
statusId |
|
| System.UInt32 |
sourceId |
|
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
RemoveStatus(Int32, Byte)
Declaration
public void RemoveStatus(int statusIndex, byte u2 = 0)
Parameters
| Type |
Name |
Description |
| System.Int32 |
statusIndex |
|
| System.Byte |
u2 |
|