ReloadDef

Category: Developer
Since engine version: 4.9.1.0 GWE

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 idDef);

Parameter

idDef:
ID of the definition to be reloaded

Example

ReloadDef(ROCK);
Reloads the rock object definition.
See also: ReloadParticle
Sven2, April 2002