Skip to content

Expose Playing(), server, and client to Lua as global variables

ChaoLoveIceMDBoy requested to merge chaoloveicemdboy/SRB2:new-global-vars into next

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

Merge request reports