Created
July 4, 2014 08:46
-
-
Save tarzak/e2885c61477e20cba03a to your computer and use it in GitHub Desktop.
Illja's ver of Friends names for The West
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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