mplay_message_name()

From ENIGMA
Jump to navigation Jump to search

Description

Gets the name of the player who sent the last received message and returns the result.

Parameters

Parameter Description
none This function has no parameters.

Return Values

string: Returns the name of the player who sent the last received message.

Example Call

// demonstrates getting the name of the player who sent the last received message
var name;
name = mplay_message_name();