xboxlive_user_id_for_user

This function converts the User ID pointer into a string.

 

Syntax:

xboxlive_user_id_for_user(user_id);

Argument Description
user_id The ID pointer of the user to check.

 

Returns:

String

 

Example:

var _uid = xboxlive_user_for_pad(0);
uid_string = xboxlive_user_id_for_user(_uid);

The above code gets the user ID pointer for the user assigned to the gamepad [0] slot, and then saves that user ID as a string to an instance variable.