Lua: Difference between revisions

No edit summary
No edit summary
Line 34: Line 34:


* <code>dofile()</code>, <code>loadfile()</code> - Removed to prevent Lua from touching the host filesystem.
* <code>dofile()</code>, <code>loadfile()</code> - Removed to prevent Lua from touching the host filesystem.
* <code>load()</code> - Reason for removal unclear


* <code>print()</code> - Removed to Lua from touching stdout. This is replaced by a function that prints output to the ingame chat.
* <code>print()</code> - Removed to Lua from touching stdout. This is replaced by a function that prints output to the ingame chat.