Player.PacketLoss
From GMod Wiki
| Function | |
| Syntax | Player:PacketLoss( ) |
| Description: | |
| Returns a number of packets lost | |
| Returns: | Integer |
| In Object: | Player |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Player.PacketLoss]Player.PacketLoss [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | This will print number of packets lost |
|---|---|
| Used on | |
| Code | for k,v in pairs(player.GetAll()) do print( v:PacketLoss() ) end |
| Output | N/A |
| This page needs reviewing. An expert needs to verify that all of the information in this page is correct. See more articles for review here. |