Show / Hide Table of Contents

Struct LayerCommon.WeaponModel

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)
Namespace: Lumina.Data.Parsing.Layer
Assembly: Lumina.dll
Syntax
public struct WeaponModel

Fields

| Improve this Doc View Source

ImageChangeId

Declaration
public ushort ImageChangeId
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

PatternId

Declaration
public ushort PatternId
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

SkeletonId

Declaration
public ushort SkeletonId
Field Value
Type Description
System.UInt16
| Improve this Doc View Source

StainingId

Declaration
public ushort StainingId
Field Value
Type Description
System.UInt16

Methods

| Improve this Doc View Source

Read(BinaryReader)

Declaration
public static LayerCommon.WeaponModel Read(BinaryReader br)
Parameters
Type Name Description
System.IO.BinaryReader br
Returns
Type Description
LayerCommon.WeaponModel
  • Improve this Doc
  • View Source
Back to top Generated by DocFX