Category: Callbacks
/ Objects
Since engine version: 1.0 OC
Construction
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,...).