Step: ProxifyLocals
Constructor key: ProxifyLocals
Wraps local variable accesses through proxy/metatable operations.
Settings
| Key | Type | Default | Values |
|---|---|---|---|
LiteralType |
enum | "string" |
dictionary, number, string, any |
Example
{ Name = "ProxifyLocals", Settings = { LiteralType = "any" } }
Notes
- Global variables are not transformed.
- Function arguments and loop variables are excluded from proxification.