Show / Hide Table of Contents

Class PedPacketFactory

Inheritance
object
PedPacketFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.PacketHandling.Factories
Assembly: SlipeServer.Server.dll
Syntax
public static class PedPacketFactory

Methods

| Edit this page View Source

CreateClothesPacket(Ped, ClothingType, byte?)

Declaration
public static Packet CreateClothesPacket(Ped ped, ClothingType clothingType, byte? index)
Parameters
Type Name Description
Ped ped
ClothingType clothingType
byte? index
Returns
Type Description
Packet
| Edit this page View Source

CreateFullClothesPacket(Ped)

Declaration
public static PedClothesPacket CreateFullClothesPacket(Ped ped)
Parameters
Type Name Description
Ped ped
Returns
Type Description
PedClothesPacket
| Edit this page View Source

CreateGiveJetpack(Ped)

Declaration
public static GivePedJetpackRpcPacket CreateGiveJetpack(Ped ped)
Parameters
Type Name Description
Ped ped
Returns
Type Description
GivePedJetpackRpcPacket
| Edit this page View Source

CreatePlayerStatsPacket(Ped)

Declaration
public static PlayerStatsPacket CreatePlayerStatsPacket(Ped ped)
Parameters
Type Name Description
Ped ped
Returns
Type Description
PlayerStatsPacket
| Edit this page View Source

CreateRemoveJetpack(Ped)

Declaration
public static RemovePedJetpackRpcPacket CreateRemoveJetpack(Ped ped)
Parameters
Type Name Description
Ped ped
Returns
Type Description
RemovePedJetpackRpcPacket
| Edit this page View Source

CreateSetArmourPacket(Ped)

Declaration
public static SetPedArmourRpcPacket CreateSetArmourPacket(Ped ped)
Parameters
Type Name Description
Ped ped
Returns
Type Description
SetPedArmourRpcPacket
| Edit this page View Source

CreateSetHealthPacket(Ped)

Declaration
public static SetElementHealthRpcPacket CreateSetHealthPacket(Ped ped)
Parameters
Type Name Description
Ped ped
Returns
Type Description
SetElementHealthRpcPacket
| Edit this page View Source

CreateSetModelPacket(Ped)

Declaration
public static SetElementModelRpcPacket CreateSetModelPacket(Ped ped)
Parameters
Type Name Description
Ped ped
Returns
Type Description
SetElementModelRpcPacket
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX