hgeParticleManager::KillPS
Removes the specified particle system.
void KillPS(
hgeParticleSystem *ps
);
Parameters
- ps
- Pointer to a hgeParticleSystem object returned by SpawnPS method.
Requirements
Header: hgeparticle.h
Import library: hgehelp.lib
See also
SpawnPS,
IsPSAlive
|