hds.RPCPacket.getRpcBytes C# (CSharp) Method

getRpcBytes() private method

private getRpcBytes ( ) : byte[]
return byte[]
        private byte[] getRpcBytes()
        {
            UInt16 rpcCounter = destClient.playerData.getRPCCounter();
            byte [] rpc = NumericalUtils.uint16ToByteArray(rpcCounter,0);
            return rpc;
        }