Back
GetUser
GetUser.
app.GetUser() →
string
Example - Example
function OnStart()
{
user = app.GetUser();
app.ShowPopup( user );
}
Copy
Copy All
Run