C# Class Sharpcraft.Networking.Packets.AttachEntityPacket

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

Public Properties

Property Type Description
EntityID System.Int32
VehicleID System.Int32

Public Methods

Method Description
AttachEntityPacket ( Int32 entityId, Int32 vehicleId ) : System

Method Details

AttachEntityPacket() public method

public AttachEntityPacket ( Int32 entityId, Int32 vehicleId ) : System
entityId System.Int32
vehicleId System.Int32
return System

Property Details

EntityID public_oe property

public Int32,System EntityID
return System.Int32

VehicleID public_oe property

public Int32,System VehicleID
return System.Int32