# Handle of Game User

Grammar — Handle of Game User gameUserId
FlagsNative | Function

Returns the handle of the Game User. A handle is a guaranteed unique string representation of the game user. It can be useful for debugging or lookup but isn’t ever appropriate to display to the players in the game.

# Arguments

Returns — string

native string GameUserHandle(int gameUser);

Category: Game User / Game User Settings

# Examples

— None found —