I am very new to honor buddy, and this is my first attempt at coding anything for it.
I am trying to get a list of all target-able things in view.
I know there is
Styx.Logic.Targeting.Instance.TargetList
However, this comes with what seems to be deliberate shortcomings, and while there kinda seems like there may be the possibility of extending the returned list, i cant help but feel this is the wrong way - and possibly cant do what i want.
TargetList, as i have it now, just returns the best 4 or 5 mobs, and during combat only returns the mobs your fighting.
I hate to feel like im being an idiot, but i got a feeling im missing something obvious.
Ive also noticed the ObjectList is protected. While this is easy to get around, why is it you wouldn't want plugin makers accessing this?
Any help would be great. Thanks.
I am trying to get a list of all target-able things in view.
I know there is
Styx.Logic.Targeting.Instance.TargetList
However, this comes with what seems to be deliberate shortcomings, and while there kinda seems like there may be the possibility of extending the returned list, i cant help but feel this is the wrong way - and possibly cant do what i want.
TargetList, as i have it now, just returns the best 4 or 5 mobs, and during combat only returns the mobs your fighting.
I hate to feel like im being an idiot, but i got a feeling im missing something obvious.
Ive also noticed the ObjectList is protected. While this is easy to get around, why is it you wouldn't want plugin makers accessing this?
Any help would be great. Thanks.