ArtemisComm.PacketProcessing.SendSetShipSettingsSubPacket C# (CSharp) Method

SendSetShipSettingsSubPacket() public method

public SendSetShipSettingsSubPacket ( System.Guid connectionID, DriveType drive, int shipType, int unknown, string shipName ) : void
connectionID System.Guid
drive DriveType
shipType int
unknown int
shipName string
return void
        public void SendSetShipSettingsSubPacket(Guid connectionID, DriveType drive, int shipType, int unknown, string shipName)
        {
            Send(connectionID, SetShipSettingsSubPacket.GetPacket(drive, shipType, unknown, shipName));
        }