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

(Created missing page.)
 
m (stylistic edit.)
Line 6: Line 6:
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
None
+
None.
 
=== Returns ===
 
=== Returns ===
 
{{param|boolean|state|True if the compression algoritm is active, false if not.}}
 
{{param|boolean|state|True if the compression algoritm is active, false if not.}}

Revision as of 02:17, 30 October 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 algoritm is active, false if not.

See Also

Other Languages