C# Class Sharpcraft.Networking.Packets.AddObjectVehiclePacket

Inheritance: Packet
Mostra file Open project: SijmenSchoon/Sharpcraft Class Usage Examples

Public Properties

Property Type Description
EntityID System.Int32
EntityID int
FireballThrowerID System.Int32
FireballThrowerID int
ObjectType sbyte
SpeedX System.Int16
SpeedX short
SpeedY System.Int16
SpeedY short
SpeedZ System.Int16
SpeedZ short
X System.Int32
X int
Y System.Int32
Y int
Z System.Int32
Z int

Public Methods

Method Description
AddObjectVehiclePacket ( Int32 entityId, sbyte objectType, Int32 x, Int32 y, Int32 z, Int32 fireballThrowerId, Int16 speedX, Int16 speedY, Int16 speedZ ) : System

Method Details

AddObjectVehiclePacket() public method

public AddObjectVehiclePacket ( Int32 entityId, sbyte objectType, Int32 x, Int32 y, Int32 z, Int32 fireballThrowerId, Int16 speedX, Int16 speedY, Int16 speedZ ) : System
entityId System.Int32
objectType sbyte
x System.Int32
y System.Int32
z System.Int32
fireballThrowerId System.Int32
speedX System.Int16
speedY System.Int16
speedZ System.Int16
return System

Property Details

EntityID public_oe property

public Int32,System EntityID
return System.Int32

EntityID public_oe property

public int EntityID
return int

FireballThrowerID public_oe property

public Int32,System FireballThrowerID
return System.Int32

FireballThrowerID public_oe property

public int FireballThrowerID
return int

ObjectType public_oe property

public sbyte ObjectType
return sbyte

SpeedX public_oe property

public Int16,System SpeedX
return System.Int16

SpeedX public_oe property

public short SpeedX
return short

SpeedY public_oe property

public Int16,System SpeedY
return System.Int16

SpeedY public_oe property

public short SpeedY
return short

SpeedZ public_oe property

public Int16,System SpeedZ
return System.Int16

SpeedZ public_oe property

public short SpeedZ
return short

X public_oe property

public Int32,System X
return System.Int32

X public_oe property

public int X
return int

Y public_oe property

public Int32,System Y
return System.Int32

Y public_oe property

public int Y
return int

Z public_oe property

public Int32,System Z
return System.Int32

Z public_oe property

public int Z
return int