C# Class ArtemisComm.ShipAction2SubPackets.EngSetCoolantSubPacket

Inheritance: ShipAction2
Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
EngSetCoolantSubPacket ( ShipSystem system, int value ) : System
EngSetCoolantSubPacket ( Stream stream, int index ) : System
GetPacket ( ShipSystem system, int value ) : Packet

Method Details

EngSetCoolantSubPacket() public méthode

public EngSetCoolantSubPacket ( ShipSystem system, int value ) : System
system ShipSystem
value int
Résultat System

EngSetCoolantSubPacket() public méthode

public EngSetCoolantSubPacket ( Stream stream, int index ) : System
stream Stream
index int
Résultat System

GetPacket() public static méthode

public static GetPacket ( ShipSystem system, int value ) : Packet
system ShipSystem
value int
Résultat Packet