Empeld
Empeld plugin documentation.
pluginbase.Objects.World.Environment.IPrecipitation Interface Reference

Interface of a precipitation instance More...

Inheritance diagram for pluginbase.Objects.World.Environment.IPrecipitation:
pluginbase.Objects.World.Environment.IEnvironmentSimulatable pluginbase.Objects.World.Environment.Precipitation.PrecipitationBase essentials.Environment.Precipitation.DustStorm essentials.Environment.Precipitation.Rain

Properties

bool Active [get]
 Gets a value indicating whether this pluginbase.Objects.World.Environment.IPrecipitation is active. More...
 
string ParticleSystemScript [get]
 Script representing the particle system used for precipitation More...
 
SoundDescriptor Audio [get]
 Audio descriptor that will be played when its precipitating More...
 

Additional Inherited Members

- 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...
 

Detailed Description

Interface of a precipitation instance

Property Documentation

◆ Active

bool pluginbase.Objects.World.Environment.IPrecipitation.Active
get

Gets a value indicating whether this pluginbase.Objects.World.Environment.IPrecipitation is active.

true if active; otherwise, false.

◆ Audio

SoundDescriptor pluginbase.Objects.World.Environment.IPrecipitation.Audio
get

Audio descriptor that will be played when its precipitating

The audio.

◆ ParticleSystemScript

string pluginbase.Objects.World.Environment.IPrecipitation.ParticleSystemScript
get

Script representing the particle system used for precipitation

The particle system script.


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