Construction
Category: Callbacks
/ Objects
Since engine version: 5.1 OC
Description
Called at the creation of an object.
Syntax
any Construction(object creator);
Parameter
- creator:
Object that created the new object. nil
if created in a global context (scenario script,...).
boni, 2007-04