getName
Arguments
none
Returns
fullName (string): The full name of the player, concatenated from
firstName
andlastName
.firstName (string): The first name of the player.
lastName (string): The last name of the player.
Example Usage
Return Structure
If player data is found:
If player data is not found:
Last updated