player.getName: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 33: | Line 33: | ||
}} | }} | ||
[[Category:Player Database Function | [[Category:Player Database Function]] |
Revision as of 23:23, 24 April 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.