getPlayerName: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<source" to "<syntaxhighlight") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|name=getPlayerName | |name=getPlayerName | ||
|version=1.3b48 | |version=1.3b48 | ||
|description=Returns the name of the player for the [[Client]] that it executes on. | |description=Returns the name of the player for the [[Introduction to Game Hosting#Architecture|Client]] that it executes on. | ||
|usage= | |usage= |
Latest revision as of 23:59, 24 April 2023
getPlayerName() Function
• Introduced in version 1.3b48
Returns the name of the player for the Client that it executes on.
Usage
getPlayerName()
Example
/say My name is [r: getPlayerName()], nice to meet you!