player.getName

From RPTools Wiki
Jump to navigation Jump to search

 Note: This refers to a proposed change that has not been implemented in the main code base yet.

player.getName() Function

Introduced in version 1.10.0
Last checked for compatibility with version 1.10.0
Returns current player name.

Usage

player.getName()

Parameters None.

Example

Outputs the current player name.
[h: exampleVariable = "a,b,c"]
[r: player.getName()]

Returns:

<player name>

See Also

Version Changes

  • 1.10.0 - First added.