getPlayerName: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Text replacement - "<source" to "<syntaxhighlight")
No edit summary
 
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 16:36, 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!