PlayerSession.suuid

Gets the SEL UUID, a unique identifier for the player in the session. It's composed by 17 bytes (type and UUID) and it will never change for authenticated players.

class PlayerSession
final shared nothrow @property @safe
const(suuid_t)
suuid
()

Examples

assert(session.type == session.suuid[0]);

Meta