Lua: Difference between revisions
No edit summary |
No edit summary |
||
| Line 26: | Line 26: | ||
In WoW Lua, each variable contains a taint value, a string that identifies the AddOn from where the variable originated. | In WoW Lua, each variable contains a taint value, a string that identifies the AddOn from where the variable originated. | ||
=== Standard library === | |||
WoW Lua modifies the standard library by removing functions that expose the host filesystem, modifying existing functions, or adding new ones. | |||