Category: Developer
Since engine version: 1.0 OC
ReloadDef
Description
Reloads an object definition. This command can be entered in the console of the developer mode engine after the object definition file has been modified. It will work only if the definition is already loaded.
Syntax
bool ReloadDef(id definition);
Parameter
- definition:
- ID of the definition to be reloaded.
Example
ReloadDef(Rock);
Reloads the rock object definition.
See also: ReloadParticle