Lua: Difference between revisions

No edit summary
No edit summary
Line 41: Line 41:
These existing standard library functions were modified:
These existing standard library functions were modified:


* <code>getfenv()</code> - <code>__environment</code>
* <code>getfenv()</code> - Implementation adds this code to end of function: <code>luaL_getmetafield(L, -1, "__environment");</code>


These standard library functions were added by Blizzard:
These standard library functions were added by Blizzard: