CharmedBaryon / CommonLibSSE-NG

This is a reverse engineered library for Skyrim Special Edition and Skyrim VR.
MIT License
139 stars 31 forks source link

Update MapMenu runtime-data members #94

Open epinter opened 3 months ago

epinter commented 3 months ago

Members updated in this commit are used in MapMenu.as and LocalMap.as. The BSTArray is the content of WorldMap.MarkerData, and changes depending on the function being called (CreateMarkers/RefreshMarkers). The custMarkerOffset seems to be 3 floats used to calculate the custom marker position based on custMarkerCameraPos, updated when the custom marker is created but only when the map is moved.