Category: Developer
Since engine version: 1.0 OC
ReloadParticle
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 particle);
Parameter
- particle:
- Name of the particle definition to reload.
Example
ReloadParticle("Smoke");
The smoke particle is reloaded.
See also: ReloadParticle