Difference between revisions of "GetKillingBlowLimb"
Jump to navigation
Jump to search
imported>DavidJCobb (disassembly, with help from CommonLibSSE) |
imported>DavidJCobb (testing :() |
||
Line 15: | Line 15: | ||
;5 | ;5 | ||
: Saddle | : Saddle | ||
Tests indicate that the function is defective in the same manner as [[GetHitLocation]]; it seems to only ever return -1. | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 00:59, 23 February 2021
This Condition Function has been marked as obsolete by Skyrim developers.
If this actor has been killed, this function returns the limb that the killing blow hit. Otherwise, it returns -1. The possible "limbs" are:
- 0
- Torso
- 1
- Head
- 2
- Eye
- 3
- Look At
- 4
- Fly Grab
- 5
- Saddle
Tests indicate that the function is defective in the same manner as GetHitLocation; it seems to only ever return -1.