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.
assert(session.type == session.suuid[0]);
See Implementation
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.