Expose Playing(), server, and client to Lua as global variables
I have finally exposed Playing()
, server
, and client
to Lua as the following global variables: playing
, isserver
, and isclient
. When I tested this Lua script, it worked perfectly. This MR must be merged before MR !847 (merged). NewGlobalVarsTest.lua
Edited by ChaoLoveIceMDBoy