Skip to main content
Version: 0.1.0

Struct DynamicSpellEntry

Namespace: ReadyM.Relay.Common.Oblivion.ECS.Values
Assembly: ReadyM.Relay.Common.Oblivion.dll

public struct DynamicSpellEntry : INetSerializable

Implements

INetSerializable

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Fields

Flags

public byte Flags

Field Value

byte

MagickaCost

public uint MagickaCost

Field Value

uint

SpellType

public SpellType SpellType

Field Value

SpellType

VirtualId

public uint VirtualId

Field Value

uint

Methods

Deserialize(NetDataReader)

public void Deserialize(NetDataReader reader)

Parameters

reader NetDataReader

Serialize(NetDataWriter)

public void Serialize(NetDataWriter writer)

Parameters

writer NetDataWriter

  • Fields
    • Flags
    • MagickaCost
    • SpellType
    • VirtualId
  • Methods
    • Deserialize(NetDataReader)
    • Serialize(NetDataWriter)