Table of Contents

Enum EnumWindBitMode

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

The wind data for an object. Open in GitHub

[DocumentAsJson]
public enum EnumWindBitMode

Methods

NoWind = 0

Not affected by wind

WeakWind = 1

Slightly affected by wind. Wiggle + Height bend based on ground distance.

NormalWind = 2

Normally affected by wind. Wiggle + Height bend based on ground distance.

Leaves = 3

Same as normal wind, but with some special behavior for leaves. Wiggle + Height bend based on ground distance.

Bend = 4

Same as normal wind, but no wiggle. Weak height bend based on ground distance.

TallBend = 5

Bend behavior for tall plants

Water = 6

Vertical wiggle

ExtraWeakWind = 7
Fruit = 8
WeakWindNoBend = 9
WeakWindInverseBend = 10
WaterPlant = 11