I'm curious, when you use UnitRemove on a unit, how does it affect the unitgroups that contain that unit? Does it automatically remove them? Will a UnitGroupCount used immediately afterward return an updated count? Are there any possible errors that could result from not manually doing so?
I'm curious, when you use UnitRemove on a unit, how does it affect the unitgroups that contain that unit? Does it automatically remove them? Will a UnitGroupCount used immediately afterward return an updated count? Are there any possible errors that could result from not manually doing so?
Bump.
It'll automatically be removed from all groups and things like GroupCount will return the proper value. I wouldn't know of any problems with that.