Table of Contents

TatProperties.AddByRTTI Method

Registers a new property using RTTI info for the property. You don't need to call this method because the scripter already registers all published properties automatically using AddByRTTI, so will rarely need to use it.

Syntax

Unit: atScript

function TatProperties.AddByRTTI(APropInfo: PPropInfo): TatProperty;

Parameters

<-> Parameter Type Description
APropInfo PPropInfo

See also