LootLocker Unity SDK 8.0.0
Game backend SDK for Unity
Loading...
Searching...
No Matches
LootLocker.Requests.LootLockerPlayerInfo Class Reference

A set of important information about a player. More...

Properties

DateTime created_at [get, set]
 When this player was first created.
 
DateTime last_seen [get, set]
 The last time this player logged in.
 
string name [get, set]
 The name of the player expressly configured through a SetPlayerName call.
 
string public_uid [get, set]
 The public uid of the player.
 
int legacy_id [get, set]
 The legacy id of the player.
 
string id [get, set]
 The id of the player.
 

Detailed Description

A set of important information about a player.

Property Documentation

◆ id

string LootLocker.Requests.LootLockerPlayerInfo.id
getset

The id of the player.

This id is in the form a ULID and is sometimes called player_ulid or similar

◆ legacy_id

int LootLocker.Requests.LootLockerPlayerInfo.legacy_id
getset

The legacy id of the player.

This id is in the form of an integer and are sometimes called simply player_id or id

◆ public_uid

string LootLocker.Requests.LootLockerPlayerInfo.public_uid
getset

The public uid of the player.

This id is in the form of a UID