eolib - v2.0.1
    Preparing search index...

    Class EffectUseServerPacket

    Map effect

    Index

    Constructors

    Accessors

    • get byteSize(): number

      Returns the size of the data that this was deserialized from.

      Returns number

      The size of the data that this was deserialized from

    • get effect(): Quake

      Returns Quake

    • set effect(effect: Quake): void

      Parameters

      Returns void

    • get effectData(): EffectDataQuake

      Returns data associated with the effect field.

      Returns EffectDataQuake

      Data associated with the effect field

    • set effectData(effectData: EffectDataQuake): void

      Sets data associated with the effect field.

      Parameters

      Returns void

    • get action(): PacketAction

      Returns the packet action associated with this type.

      Returns PacketAction

      The packet action associated with this type

    • get family(): PacketFamily

      Returns the packet family associated with this type.

      Returns PacketFamily

      The packet family associated with this type

    Methods

    • Parameters

      Returns void

    • Deserializes an instance of EffectUseServerPacket from the provided EoReader.

      Parameters

      • reader: EoReader

        the reader that the data will be deserialized from

      Returns EffectUseServerPacket

      The deserialized data

    • Serializes an instance of EffectUseServerPacket to the provided EoWriter.

      Parameters

      Returns void