Class PedStartSyncPacket
Inheritance
PedStartSyncPacket
Assembly: SlipeServer.Packets.dll
Syntax
public sealed class PedStartSyncPacket : Packet
Constructors
|
Edit this page
View Source
PedStartSyncPacket()
Declaration
public PedStartSyncPacket()
|
Edit this page
View Source
PedStartSyncPacket(ElementId)
Declaration
public PedStartSyncPacket(ElementId sourceElementId)
Parameters
Type |
Name |
Description |
ElementId |
sourceElementId |
|
|
Edit this page
View Source
PedStartSyncPacket(ElementId, Vector3, float, Vector3, float, float)
Declaration
public PedStartSyncPacket(ElementId sourceElementId, Vector3 position, float rotation, Vector3 velocity, float health, float armor)
Parameters
Properties
|
Edit this page
View Source
Armor
Declaration
public float Armor { get; set; }
Property Value
|
Edit this page
View Source
Health
Declaration
public float Health { get; set; }
Property Value
|
Edit this page
View Source
PacketId
Declaration
public override PacketId PacketId { get; }
Property Value
Overrides
|
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
SourceElementId
Declaration
public ElementId SourceElementId { get; set; }
Property Value
|
Edit this page
View Source
Velocity
Declaration
public Vector3 Velocity { 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