Pudge 24 Posted November 16, 2020 Share Posted November 16, 2020 Hi, need a little help. How can I remove one blacklist (without removing other blacklists) by comment or directly vector3? I tried using add session blacklist, than ClearBlacklistOfCurrentProductSession but it delete entire blacklist list anyway. Link to comment https://wrobot.eu/forums/topic/12667-delete-one-blacklist-of-zone/ Share on other sites More sharing options...
Droidz 2738 Posted November 16, 2020 Share Posted November 16, 2020 Hi, try wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.Comment == "comment to remove"); // or wManager.wManagerSetting.GetListZoneBlackListed().RemoveAll(z => z.GetPosition().DistanceTo(new Vector3(1, 2, 3)) < 0.5); Pudge 1 Link to comment https://wrobot.eu/forums/topic/12667-delete-one-blacklist-of-zone/#findComment-60553 Share on other sites More sharing options...
Pudge 24 Posted November 16, 2020 Author Share Posted November 16, 2020 Thanks you very much! Link to comment https://wrobot.eu/forums/topic/12667-delete-one-blacklist-of-zone/#findComment-60554 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now