Struct AtkValue
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
Fields
|
Improve this Doc
View Source
Byte
Declaration
Field Value
| Type |
Description |
| System.Byte |
|
|
Improve this Doc
View Source
Float
Declaration
Field Value
| Type |
Description |
| System.Single |
|
|
Improve this Doc
View Source
Int
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
|
Improve this Doc
View Source
String
Declaration
Field Value
| Type |
Description |
| System.Byte* |
|
|
Improve this Doc
View Source
Type
Declaration
Field Value
|
Improve this Doc
View Source
UInt
Declaration
Field Value
| Type |
Description |
| System.UInt32 |
|
|
Improve this Doc
View Source
Vector
Declaration
public StdVector<AtkValue>*Vector
Field Value
Methods
|
Improve this Doc
View Source
ChangeType(ValueType)
Declaration
[MemberFunction("E8 ?? ?? ?? ?? F7 DE")]
public void ChangeType(ValueType type)
Parameters
|
Improve this Doc
View Source
CreateArray(Int32)
Declaration
[MemberFunction("E8 ?? ?? ?? ?? 33 FF 89 7C 24")]
public void CreateArray(int size)
Parameters
| Type |
Name |
Description |
| System.Int32 |
size |
|
|
Improve this Doc
View Source
SetString(Byte*)
Declaration
[MemberFunction("E8 ?? ?? ?? ?? 49 BA")]
public void SetString(byte *value)
Parameters
| Type |
Name |
Description |
| System.Byte* |
value |
|
|
Improve this Doc
View Source
SetString(String)
Declaration
public void SetString(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|