[This is preliminary documentation and is subject to change.]

Bandwidth use mode. This setting affects the way player receive movement updates.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
public enum BandwidthUseMode

Members

MemberValueDescription
Default0
Use server default.
VeryLow1
Very low bandwidth (choppy player movement, players pop-in/pop-out in the distance).
Low2
Lower bandwidth use (less choppy, pop-in distance is further).
Normal3
Normal mode (pretty much no choppiness, pop-in only noticeable when teleporting).
High4
High bandwidth use (pretty much no choppiness, pop-in only noticeable when teleporting on large maps).
VeryHigh5
Very high bandwidth use (no choppiness at all, no pop-in).

See Also