Empeld
Empeld plugin documentation.
pluginbase.Objects.World.Environment.IAtmosphere Interface Reference
Inheritance diagram for pluginbase.Objects.World.Environment.IAtmosphere:
pluginbase.Objects.World.Environment.IEnvironmentSimulatable pluginbase.Objects.World.Environment.Atmosphere.AtmosphereBase essentials.Environment.Atmosphere.SimpleAtmosphere

Public Member Functions

Vector3 GetWind (double x, double y, double z)
 Get wind at a specific time and world position More...
 
- Public Member Functions inherited from pluginbase.Objects.World.Environment.IEnvironmentSimulatable
void Simulate (double time, double x, double y, double z)
 Simulate the environment with the time, and an x/y/z More...
 

Member Function Documentation

◆ GetWind()

Vector3 pluginbase.Objects.World.Environment.IAtmosphere.GetWind ( double  x,
double  y,
double  z 
)

Get wind at a specific time and world position

Returns
The wind.
Parameters
xThe x coordinate.
yThe y coordinate.
zThe z coordinate.

Implemented in essentials.Environment.Atmosphere.SimpleAtmosphere, and pluginbase.Objects.World.Environment.Atmosphere.AtmosphereBase.


The documentation for this interface was generated from the following file: