Thread Tools Display Modes
06/29/17, 06:59 AM   #1
BoarGules
 
BoarGules's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2017
Posts: 34
To find out which houses a player has purchased you can do

Code:
for _,v in pairs(COLLECTIONS_BOOK_SINGLETON:GetOwnedHouses()) do
Then v.houseId gives you what I think you are looking for.
  Reply With Quote
06/29/17, 06:30 PM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 410
Originally Posted by BoarGules View Post
To find out which houses a player has purchased you can do

Code:
for _,v in pairs(COLLECTIONS_BOOK_SINGLETON:GetOwnedHouses()) do
Then v.houseId gives you what I think you are looking for.
They are looking for a way to get the list of houses for another player, not the player themselves.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » @ZOS? JumpToSpecificHouse -> List of player's houses


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off