Struct AgentMonsterNote
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 AgentMonsterNote
Fields
|
Improve this Doc
View Source
AgentInterface
Declaration
public AgentInterface AgentInterface
Field Value
|
Improve this Doc
View Source
BaseId
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
ClassId
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
ClassIndex
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
Filter
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
IsLocked
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
MonsterNote
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
Rank
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
StringVector
Declaration
public StdVector<Utf8String> StringVector
Field Value
Methods
|
Improve this Doc
View Source
GetMonsterNoteIdForIndex(Int32)
Declaration
public uint GetMonsterNoteIdForIndex(int index)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Returns
| Type |
Description |
| System.UInt32 |
|