Index
MVerse

:!: Available in version 1.9 and later.

GetMVersePlayerNum

GetMVersePlayerNum ->playerNum

Description

While in an MVerse session, returns the player number. The host is always player 0. The clients are player 1 through 3. If not in an MVerse session, -1 is returned.

Examples

GetMVersePlayerNum ->playerNum
if (<-playerNum eq0)
   trace("The Host")
endif

Index