C# Class ArtemisComm.ShipAction3SubPackets.HelmSetSteeringSubPacket

Inheritance: ShipAction3
显示文件 Open project: russjudge/ArtemisSBS-ProtocolSharp Class Usage Examples

Public Methods

Method Description
GetPacket ( float turnValue ) : Packet
HelmSetSteeringSubPacket ( Stream stream, int index ) : System
HelmSetSteeringSubPacket ( float turnValue ) : System

Method Details

GetPacket() public static method

public static GetPacket ( float turnValue ) : Packet
turnValue float
return Packet

HelmSetSteeringSubPacket() public method

public HelmSetSteeringSubPacket ( Stream stream, int index ) : System
stream Stream
index int
return System

HelmSetSteeringSubPacket() public method

public HelmSetSteeringSubPacket ( float turnValue ) : System
turnValue float
return System