Lua: Difference between revisions

No edit summary
No edit summary
Line 38: Line 38:


* <code>print()</code> - Removed to prevent Lua from touching stdout. This is replaced by a function that prints output to the ingame chat.
* <code>print()</code> - Removed to prevent Lua from touching stdout. This is replaced by a function that prints output to the ingame chat.
These existing standard library functions were modified:
These standard library functions were added by Blizzard:
* <code>table.removemulti()</code>
* <code>table.wipe()</code>