ReloadParticle
Category: Developer
Since engine version: 4.9.1.0 GWE
Description
Reloads a particle definition. This command can be entered in the console of the developer mode engine after the particle definition file has been modified. It will work only if the particle is already loaded.
Syntax
bool ReloadParticle
(string szParticle);
Parameter
- szParticle:
Name of the particle definition to reload.
Example
ReloadParticle("Smoke");
The smoke particle is reloaded.
Sven2, April 2002