[CSM] Don't load the IO library. (#6087)
authorred-001 <red-001@outlook.ie>
Thu, 4 Jan 2018 07:21:12 +0000 (07:21 +0000)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 4 Jan 2018 07:21:12 +0000 (08:21 +0100)
commit30821ad8deb42728fbba9de60dda31033f70aaac
tree93e98b7699736fb98244b3bb586413bb1ed9d277
parente7396a0c5060eccf3d4aea9b83647e1d02df308b
[CSM] Don't load the IO library. (#6087)

* [CSM] Don't load the IO library.

* Rename the function to match the Lua API function name and add a missing `const`

* Add a comment to explain some strange code and fix the other issues pointed out by shadowninja.
src/script/cpp_api/s_async.cpp
src/script/cpp_api/s_base.cpp
src/script/cpp_api/s_base.h
src/script/scripting_client.cpp
src/script/scripting_mainmenu.cpp
src/script/scripting_server.cpp