I want to request a scripting command to return a dead body that WeaponHolderSimulated (WHS) was dropped from. It is sort of possible to get this link by attaching "Put" event handler to a dead body BEFORE it dies, but impossible to tell reliably after the death. Engine stores this link so it would useful to return it through a script command.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Fixed
- Reproducibility
- N/A
- Operating System
- Windows 10 x64
- Category
- Scripting
Additional Information
Suggested syntax:
Return body that WHS dropped from:
<Body> = supplyGetBody <WHS>;