Skip to content

Instantly share code, notes, and snippets.

@tarzak
Created July 3, 2014 12:55
Show Gist options
  • Save tarzak/00bc49e9904f9d160e9a to your computer and use it in GitHub Desktop.
Save tarzak/00bc49e9904f9d160e9a to your computer and use it in GitHub Desktop.
Getting names of all your friends in The-west.ru
var objArr = WestUi.FriendsBar.friendsBarUi.friendsBar.getAllPlayers(),
friendsNames = [],
i = 0;
for (i = 0; i < objArr.length; i++)
friendsNames[i] = objArr[i].name;
console.log(friendsNames);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment