CharmedBaryon / CommonLibSSE-NG

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

Add BSSoundHandle::Pause #82

Closed W-Drew closed 8 months ago

W-Drew commented 10 months ago

Port BSSoundHandle::Pause from po3's fork (https://github.com/powerof3/CommonLibSSE/pull/101) to NG. Already verified the IDs / offsets in flatrim (po3's fork) and VR (https://github.com/alandtse/CommonLibVR/pull/34).

VR Address Library is missing BSSoundHandle::Pause, so this PR will not work with older versions of VR Address Library that do not have this commit https://github.com/alandtse/skyrim_vr_address_library/pull/52. Flatrim Address Library is fine.