Home
last modified time | relevance | path

Searched refs:GetParticleDensity (Results 1 – 10 of 10) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautonuclearplant.cpp181 max = static_cast< int >(10.0f*m_engine->GetParticleDensity()); in EventProcess()
247 max = static_cast< int >(20.0f*m_engine->GetParticleDensity()); in EventProcess()
H A Dautobase.cpp414 max = static_cast<int>(50.0f*m_engine->GetParticleDensity()); in EventProcess()
507 max = static_cast<int>(20.0f*m_engine->GetParticleDensity()); in EventProcess()
665 max = static_cast<int>(20.0f*m_engine->GetParticleDensity()); in EventProcess()
854 max = static_cast<int>(50.0f*m_engine->GetParticleDensity()); in EventProcess()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dpyro.cpp495 int total = static_cast<int>(10.0f*m_engine->GetParticleDensity()); in Create()
537 int total = static_cast<int>(10.0f*m_engine->GetParticleDensity()); in Create()
553 total = static_cast<int>(5.0f*m_engine->GetParticleDensity()); in Create()
589 int total = static_cast<int>(10.0f*m_engine->GetParticleDensity()); in Create()
711 int r = static_cast<int>(10.0f*m_engine->GetParticleDensity()); in EventProcess()
H A Dengine.h1024 float GetParticleDensity();
H A Dparticle.cpp1132 int total = static_cast<int>(2.0f*m_engine->GetParticleDensity()); in FrameParticle()
1179 int total = static_cast<int>(2.0f*m_engine->GetParticleDensity()); in FrameParticle()
1925 int total = static_cast<int>((10.0f*m_engine->GetParticleDensity())); in FrameParticle()
1934 total = static_cast<int>((5.0f*m_engine->GetParticleDensity())); in FrameParticle()
H A Dengine.cpp2875 float CEngine::GetParticleDensity() in GetParticleDensity() function in Gfx::CEngine
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dsettings.cpp94 GetConfigFile().SetFloatProperty("Setup", "ParticleDensity", engine->GetParticleDensity()); in SaveSettings()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskterraform.cpp278 max= static_cast<int>(50.0f*m_engine->GetParticleDensity()); in IsEnded()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/screen/
H A Dscreen_setup_graphics.cpp345 value = m_engine->GetParticleDensity(); in UpdateSetupButtons()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/physics/
H A Dphysics.cpp2069 max = static_cast<int>(10.0f*m_engine->GetParticleDensity()); in SoundMotorSlow()
3037 max = static_cast<int>(crash*10.0f*m_engine->GetParticleDensity()); in CrashParticle()
3631 nb = static_cast<int>(force*50.0f*m_engine->GetParticleDensity()); in WaterParticle()