Struct LayerCommon.ExitRangeInstanceObject
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 ExitRangeInstanceObject : LayerCommon.IInstanceObject
Fields
|
Improve this Doc
View Source
DestInstanceId
Declaration
public uint DestInstanceId
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ExitType
Declaration
Field Value
|
Improve this Doc
View Source
Index
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ParentData
Declaration
public LayerCommon.TriggerBoxInstanceObject ParentData
Field Value
|
Improve this Doc
View Source
PlayerRunningDirection
Declaration
public float PlayerRunningDirection
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ReturnInstanceId
Declaration
public uint ReturnInstanceId
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TerritoryType
Declaration
public ushort TerritoryType
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ZoneId
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
Methods
|
Improve this Doc
View Source
Read(BinaryReader)
Declaration
public static LayerCommon.ExitRangeInstanceObject Read(BinaryReader br)
Parameters
Type |
Name |
Description |
System.IO.BinaryReader |
br |
|
Returns
Implements