View Single Post
06/19/14, 02:36 PM   #3
Xrystal
caritas omnia vincit
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 369
•A new return value "isOwned" from GetLootTargetInfo()
Live: name, targetType, actionName = GetLootTargetInfo()
PTS: name, targetType, actionName, isOwned = GetLootTargetInfo()


•A new return value "isOwned" from GetGameCameraInteractableActionInfo()
Live: action, interactableName, interactionBlocked, additionalInfo, context = GetGameCameraInteractableActionInfo()
PTS: action, interactableName, interactionBlocked, isOwned, additionalInfo, context = GetGameCameraInteractableActionInfo()
hmm one wonders what the isOwned means seeing as loot is yours the moment you do some damage to the target. So, does it work similar to the LootReceived event to imply that you will receive interact Info from other people ? Or LootTarget info from other people ?

Looks like I will definitely have to jump on that server as these 2 functions will affect my gatherer addon.



edit: .... Owned By .. *slaps head* .. of course with stealing being possible it is just saying whether the item you are interacting belongs to someone else. ...

Last edited by Xrystal : 06/24/14 at 02:46 PM.
  Reply With Quote