originalPlayerId property

String? originalPlayerId
getter/setter pair

The player ID that was used for this player the first time they signed into the game in question.

This is only populated for calls to player.get for the requesting player, only if the player ID has subsequently changed, and only to clients that support remapping player IDs.

Implementation

core.String? originalPlayerId;