Table of Contents

Method SetAreaWind

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SetAreaWind(Vector3, float, float, float)

Sets the detailed wind data for this area.

public void SetAreaWind(Vector3 direction, float magnitude, float yaw, float pitch)

Parameters

direction Vector3

The direction of the wind.

magnitude float

The magnitude/intensity of the wind.

yaw float

The yaw value of the wind.

pitch float

The pitch value of the wind.

Remarks

The predefined values in the toolset are:
NONE: direction=(1.0, 1.0, 0.0), magnitude=0.0, yaw=0.0, pitch=0.0
LIGHT: direction=(1.0, 1.0, 0.0), magnitude=1.0, yaw=100.0, pitch=3.0
HEAVY: direction=(1.0, 1.0, 0.0), magnitude=2.0, yaw=150.0, pitch=5.0