Table of Contents

TRedefineOption Enumeration

Controls the behavior when a class is registered in the scripter but is already present.

Remarks

roNone: keeps the existing registration unchanged. roInclude: adds members not yet registered to the existing class. roOverwrite: replaces the existing registration entirely.

Syntax

Unit: atScript

Members

Name Value Description
roNone 0
roInclude 1
roOverwrite 2