SEnvironmentParticles

C++
struct SEnvironmentParticles {
};
File

IVehicleSystem.h

Description

SEnvironmentParticles Holds EnvironmentLayers

SEnvironmentParticles::~SEnvironmentParticles Destructor
C++
SEnvironmentParticles::GetLayer Method
C++
virtual const SEnvironmentLayer& GetLayer(int idx) const = 0;
SEnvironmentParticles::GetLayerCount Method
C++
virtual size_t GetLayerCount() const = 0;
SEnvironmentParticles::GetMFXRowName Method
C++
virtual const char* GetMFXRowName() const = 0;