Class SpawnPlayerPacket
Inheritance
SpawnPlayerPacket
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class SpawnPlayerPacket : Packet
Constructors
|
Edit this page
View Source
SpawnPlayerPacket()
Declaration
public SpawnPlayerPacket()
|
Edit this page
View Source
SpawnPlayerPacket(ElementId, byte, Vector3, float, ushort, ElementId, byte, ushort, byte)
Declaration
public SpawnPlayerPacket(ElementId playerId, byte flags, Vector3 position, float rotation, ushort skin, ElementId teamId, byte interior, ushort dimension, byte timeContext)
Parameters
Properties
|
Edit this page
View Source
Dimension
Declaration
public ushort Dimension { get; set; }
Property Value
|
Edit this page
View Source
Interior
Declaration
public byte Interior { get; set; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
Edit this page
View Source
PlayerId
Declaration
public ElementId PlayerId { get; set; }
Property Value
|
Edit this page
View Source
Position
Declaration
public Vector3 Position { get; set; }
Property Value
|
Edit this page
View Source
Priority
Declaration
public override PacketPriority Priority { get; }
Property Value
Overrides
|
Edit this page
View Source
Reliability
Declaration
public override PacketReliability Reliability { get; }
Property Value
Overrides
|
Edit this page
View Source
Rotation
Declaration
public float Rotation { get; set; }
Property Value
|
Edit this page
View Source
Skin
Declaration
public ushort Skin { get; set; }
Property Value
|
Edit this page
View Source
SpawnFlags
Declaration
public byte SpawnFlags { get; set; }
Property Value
|
Edit this page
View Source
TeamId
Declaration
public ElementId TeamId { get; set; }
Property Value
|
Edit this page
View Source
TimeContext
Declaration
public byte TimeContext { 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