Skip to content

Instantly share code, notes, and snippets.

@tarzak
Created July 4, 2014 08:46
Show Gist options
  • Select an option

  • Save tarzak/e2885c61477e20cba03a to your computer and use it in GitHub Desktop.

Select an option

Save tarzak/e2885c61477e20cba03a to your computer and use it in GitHub Desktop.
Illja's ver of Friends names for The West
var objArr = WestUi.FriendsBar.friendsBarUi.friendsBar.getAllPlayers(),
friendsNames = objArr.map(function(item) {
return item.name;
});
console.log(friendsNames);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment