~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#mverse| MVerse]] :!: Available in version 2.0.4 and later. ====== GetMVersePlayers ====== GetMVersePlayers ->players ===== Description ===== Returns a list that always contains exactly 4 elements. Each element (0,1,2,3) contains the name of the mverse player, if an mverse player is connected with that player number. If an element in the list does not contain a name (a string), it will contain a "null". See [[IsNull]] for how to check for null. Alternately, null coerces to an empty string, so checking for "" would also work. If null/"", then there is no player connected in that mverse slot. ===== Examples ===== GetMVersePlayers ->players TraceAllSp(<-players) <=[[4rpl:start| Index]]