ArtemisComm.PacketProcessing.SendHelmSetSteeringSubPacket C# (CSharp) Method

SendHelmSetSteeringSubPacket() public method

public SendHelmSetSteeringSubPacket ( System.Guid connectionID, float turnValue ) : void
connectionID System.Guid
turnValue float
return void
        public void SendHelmSetSteeringSubPacket(Guid connectionID, float turnValue)
        {
            Send(connectionID, HelmSetSteeringSubPacket.GetPacket(turnValue));
        }