mplay_session_join(numb,playername)

From ENIGMA
Jump to navigation Jump to search

Description

Attempts to join the session with the given number.

Parameters

Parameter Data Type Description
numb unsigned session number, 0 is the first session
playername string your name as a player

Return Values

boolean: Returns whether the call was successful.

Example Call

// demonstrates joining a session
mplay_session_join(0, "CrazyBob");