Jump to content

What is the difference of these functions?


79135

Recommended Posts

19 hours ago, Droidz said:

Hello, you get home and instance members (arg "groupType" https://wow.gamepedia.com/API_GetNumGroupMembers ) (you get result even if one of the two is empty)

 

How to get information about where the location of party members if they are in different location? 

Party.GetParty().Where(o => o.Location == "A")?

 

 

Link to comment
Share on other sites

1 hour ago, Droidz said:

var playerObjsNear = Party.GetPartyHomeAndInstance().Where(o => o.Position.DistanceTo(new Vector3(1, 2, 3)) < 5);

 

Oh sure, i can use coordinate... Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...