Struct LayerCommon.CTCharacter
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: Lumina.dll
Syntax
public struct CTCharacter : LayerCommon.IInstanceObject
Fields
|
Improve this Doc
View Source
BNpcID
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ENpcID
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Flags
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ModelVisibilities
Declaration
public int ModelVisibilities
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModelVisibilitiesCount
Declaration
public int ModelVisibilitiesCount
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Padding00
Declaration
Field Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
SEPack
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Visible
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
WeaponCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Weapons
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Read(BinaryReader)
Declaration
public static LayerCommon.CTCharacter Read(BinaryReader br)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
br |
|
Returns
Implements