[This is preliminary documentation and is subject to change.]
Bandwidth use mode.
This setting affects the way player receive movement updates.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
| C# |
public enum BandwidthUseMode
Members
| Member | Value | Description |
|---|---|---|
| Default | 0 | Use server default. |
| VeryLow | 1 | Very low bandwidth (choppy player movement, players pop-in/pop-out in the distance). |
| Low | 2 | Lower bandwidth use (less choppy, pop-in distance is further). |
| Normal | 3 | Normal mode (pretty much no choppiness, pop-in only noticeable when teleporting). |
| High | 4 | High bandwidth use (pretty much no choppiness, pop-in only noticeable when teleporting on large maps). |
| VeryHigh | 5 | Very high bandwidth use (no choppiness at all, no pop-in). |