Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Sharpcraft
Networking
Packets
AttachEntityPacket
C# Class Sharpcraft.Networking.Packets.AttachEntityPacket
Inheritance:
Packet
显示文件
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