Garry's Mod Wiki

CNewParticleEffect:SetShouldSimulate

  CNewParticleEffect:SetShouldSimulate( boolean simulate )

Recently Added

This was recently added in version (2025.11.26). It might only be available on the Dev Branch right now.

Description

Sets whether the particle system should continue simulation or not. If simulation is paused, all currently active particles will be frozen in place.

Arguments

1 boolean simulate
Whether the simulation should run (true) or not (false).