====== Traffic ====== Gets the number of received bytes on the network when the script runs. ===== Syntax ===== function Traffic: integer; ==== Returned value ==== * //type:// integer * //functions:// the number of received bytes on the network when the script runs ===== Examples ===== -var traf := Traffic;