player.getName: Difference between revisions
Jump to navigation
Jump to search
(Created page.) |
m (Conversion script moved page player.getName to Player.getName without leaving a redirect: Converting page title to first-letter uppercase) |
(No difference)
|
Revision as of 22:39, 9 February 2023
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.