ReloadDef

Category: Developer
Since engine version: 1.0 OC

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
Sven2, 2002-04