C# Class ArtemisComm.ShipActionSubPackets.SetShipSettingsSubPacket

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPacket ( DriveType drive, int shipType, int unknown, string shipName ) : Packet
SetShipSettingsSubPacket ( DriveType drive, int shipType, int unknown, string shipName ) : System
SetShipSettingsSubPacket ( Stream stream, int index ) : System

Method Details

GetPacket() public static méthode

public static GetPacket ( DriveType drive, int shipType, int unknown, string shipName ) : Packet
drive DriveType
shipType int
unknown int
shipName string
Résultat Packet

SetShipSettingsSubPacket() public méthode

public SetShipSettingsSubPacket ( DriveType drive, int shipType, int unknown, string shipName ) : System
drive DriveType
shipType int
unknown int
shipName string
Résultat System

SetShipSettingsSubPacket() public méthode

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