Player.PacketLoss

From GMod Wiki

Jump to: navigation, search
Function
Syntax Player:PacketLoss( )
Description:
Returns a number of packets lost
Returns: Integer
In Object: Player
Realm: NewerServer.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Player.PacketLoss]Player.PacketLoss [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionThis will print number of packets lost
Used onNewerServer.png
Code
 
 for k,v in pairs(player.GetAll()) do
 print( v:PacketLoss() )
 end
 
OutputN/A
Kdict.pngThis page needs reviewing. An expert needs to verify that all of the information in this page is correct.
See more articles for review here.
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox