DESCRIPTION¶
This efun gives you statistics about current compression of the player ( default this_player()
).
You get an array with ({ uncompressed bytes , compressed bytes })
. If the connection is not compressed it returns 0.
It raises an error on not-interactive objects.
Available only if the driver is compiled with MCCP
enabled; __MCCP__
is defined in that case.
HISTORY¶
- introduced (3.3.447)
- backported (3.2.10)