player.getName

From RPTools Wiki
Revision as of 23:23, 24 April 2023 by Taustin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.