Show / Hide Table of Contents

Class SetHeatHazePacket

Inheritance
object
Packet
SetHeatHazePacket
Inherited Members
Packet.Reset()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Packets.Definitions.Lua.Rpc.World
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class SetHeatHazePacket : Packet

Constructors

| Edit this page View Source

SetHeatHazePacket(byte, byte, ushort, ushort, short, short, short, short, bool)

Declaration
public SetHeatHazePacket(byte intensity, byte randomShift = 0, ushort seedMin = 12, ushort speedMax = 18, short scanSizeX = 75, short scanSizeY = 80, short renderSizeX = 80, short renderSizeY = 85, bool insideBuilding = false)
Parameters
Type Name Description
byte intensity
byte randomShift
ushort seedMin
ushort speedMax
short scanSizeX
short scanSizeY
short renderSizeX
short renderSizeY
bool insideBuilding

Properties

| Edit this page View Source

InsideBuilding

Declaration
public bool InsideBuilding { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Intensity

Declaration
public byte Intensity { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

PacketId

Declaration
public override PacketId PacketId { get; }
Property Value
Type Description
PacketId
Overrides
Packet.PacketId
| Edit this page View Source

Priority

Declaration
public override PacketPriority Priority { get; }
Property Value
Type Description
PacketPriority
Overrides
Packet.Priority
| Edit this page View Source

RandomShift

Declaration
public byte RandomShift { get; set; }
Property Value
Type Description
byte
| Edit this page View Source

Reliability

Declaration
public override PacketReliability Reliability { get; }
Property Value
Type Description
PacketReliability
Overrides
Packet.Reliability
| Edit this page View Source

RenderSizeX

Declaration
public short RenderSizeX { get; set; }
Property Value
Type Description
short
| Edit this page View Source

RenderSizeY

Declaration
public short RenderSizeY { get; set; }
Property Value
Type Description
short
| Edit this page View Source

ScanSizeX

Declaration
public short ScanSizeX { get; set; }
Property Value
Type Description
short
| Edit this page View Source

ScanSizeY

Declaration
public short ScanSizeY { get; set; }
Property Value
Type Description
short
| Edit this page View Source

SpeedMax

Declaration
public ushort SpeedMax { get; set; }
Property Value
Type Description
ushort
| Edit this page View Source

SpeedMin

Declaration
public ushort SpeedMin { get; set; }
Property Value
Type Description
ushort

Methods

| Edit this page View Source

Read(byte[])

Declaration
public override void Read(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Overrides
Packet.Read(byte[])
| Edit this page View Source

Write()

Declaration
public override byte[] Write()
Returns
Type Description
byte[]
Overrides
Packet.Write()
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX