Access to autmap user note markers

Discuss coding questions, pull requests, and implementation details.
Post Reply
User avatar
DunnyOfPenwick
Posts: 275
Joined: Wed Apr 14, 2021 1:58 am
Location: Southeast US

Access to autmap user note markers

Post by DunnyOfPenwick »

Is there some way I could cajole, trick, or otherwise convince someone to make the automap user note markers public? or maybe add a new public method?

In my Delver Compass mod, when a user Remembers or Forgets a location in a dungeon, I'd like to be able to add or remove a marker note at that spot as well. So if they remember a location labeled Test Location One, I would also create a map marker at that position with note <Delver Compass>Test Location One.

I currently read teleporter locations from automap GetState(), but that doesn't require modifying anything.

Post Reply