Table of Contents

TScriptBaseObject.CreateFromScript Constructor

CreateFromScript constructor is called from scripter engine when a script-based object is instantiated by a script code. You will not need to call CreateFromScript method nor to instantiate a TScriptBaseObject class directly.

Syntax

Unit: atScript

constructor TScriptBaseObject.CreateFromScript(AMachine: TatVirtualMachine);

Parameters

<-> Parameter Type Description
AMachine TatVirtualMachine

See also