alandtse / CommonLibVR

This is an experimental reverse engineered library for Skyrim VR (ported from CommonLibSSE). There are two main branches (VR) which is based on po3's using ifdefs, and NG which is an updated NG build.
MIT License
22 stars 21 forks source link

InventoryChanges::GetArmorInSlot may not exist in VR #2

Closed alandtse closed 2 years ago

alandtse commented 2 years ago

https://github.com/alandtse/CommonLibVR/blob/vr/src/RE/I/InventoryChanges.cpp#L33 currently has an unknown address in VR. It doesn't look like it exists at all. We may need to ifdef it out in VR.

See also https://github.com/alandtse/vr_address_tools/issues/3