Difference between revisions of "GetKillingBlowLimb"
Jump to navigation
Jump to search
imported>Egocarib (Created page with "This Condition Function has been marked as obsolete by Skyrim developers. Category:Condition Functions") |
imported>DavidJCobb (testing :() |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This Condition Function has been marked as obsolete by Skyrim developers. | 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. | |||
[[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.