Table of Contents

TatRoutineVisibility Enumeration

Indicates whether the routine was declared as public or private in the script.

Remarks

When the script is registered as a script library, its routines are available from other scripts unless declared private. rvPublic: routine is visible to other scripts. rvPrivate: routine is visible only from within the script itself.

Syntax

Unit: atScript

Members

Name Value Description
rvPublic 0
rvPrivate 1