player.getName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page.)
(No difference)

Revision as of 16:07, 3 October 2021

 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.