Class SetHeatHazePacket
Inheritance
SetHeatHazePacket
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
Properties
|
Edit this page
View Source
InsideBuilding
Declaration
public bool InsideBuilding { get; set; }
Property Value
|
Edit this page
View Source
Intensity
Declaration
public byte Intensity { get; set; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
RandomShift
Declaration
public byte RandomShift { get; set; }
Property Value
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
RenderSizeX
Declaration
public short RenderSizeX { get; set; }
Property Value
|
Edit this page
View Source
RenderSizeY
Declaration
public short RenderSizeY { get; set; }
Property Value
|
Edit this page
View Source
ScanSizeX
Declaration
public short ScanSizeX { get; set; }
Property Value
|
Edit this page
View Source
ScanSizeY
Declaration
public short ScanSizeY { get; set; }
Property Value
|
Edit this page
View Source
SpeedMax
Declaration
public ushort SpeedMax { get; set; }
Property Value
|
Edit this page
View Source
SpeedMin
Declaration
public ushort SpeedMin { get; set; }
Property Value
Methods
|
Edit this page
View Source
Read(byte[])
Declaration
public override void Read(byte[] bytes)
Parameters
Type |
Name |
Description |
byte[] |
bytes |
|
Overrides
|
Edit this page
View Source
Write()
Declaration
public override byte[] Write()
Returns
Overrides