Skip to content

MusicPlus Core Lua functions

mazmazz requested to merge public-musicplus-lua into public-musicplus-core

Lua functions to use the new MusicPlus core features (!1 (closed))

This may not make it into 2.2 because, a long time ago, Monster Iestyn expressed importance in keeping Lua safe and idiot-proof. One danger that needs idiot-proofing is distinguishing local vs. non-local players, because that can introduce net instability. Music, being inherently local, makes it easy to determine who is local and who is not.

Therefore, I'm not certain whether Lua can make it. Perhaps it can be merged in with #define HAVE_LUA_MUSICPLUS commented out.

Merge request reports