Enum Scope
Scope of a variable.
- Local : The variable can only be accessed from the script itself.
 - Global: The variable can be accessed from multiple scripts.
 
Namespace: UrlLib
Assembly: UrlLib.dll
Syntax
public enum Scope
  Fields
| Name | Description | 
|---|---|
| Global | |
| Local |