TatVariableVisibility Enumeration
Indicates whether a global variable was declared as public or private in the script.
Remarks
When the script is registered as a script library, global variables are accessible from other scripts unless declared private.
vvPublic: variable is visible to other scripts.
vvPrivate: variable is visible only from within the script itself.
Syntax
Unit: atScript
Members
| Name | Value | Description |
|---|---|---|
| vvPublic | 0 | |
| vvPrivate | 1 |