Difference between revisions of "enet.host:compress with range coder"

m (stylistic edit.)
 
Line 8: Line 8:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|boolean|state|True if the compression algoritm is active, false if not.}}
+
{{param|boolean|state|True if the compression algorithm is active, false if not.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::lua-enet]]
 
* [[parent::lua-enet]]

Latest revision as of 00:52, 1 November 2016

Toggles an adaptive order-2 PPM range coder for the transmitted data of all peers.

Function

Synopsis

host:compress_with_range_coder()

Arguments

None.

Returns

boolean state
True if the compression algorithm is active, false if not.

See Also

Other Languages