Background for Skyrim SE
Member of the Trash_Function script
voidfunctionApplyHit(Actor_attacker, Actor_victim, Weapon_weapon, bool_applyench=true)NativeGlobal


Caveats


Parameters

Actor_attacker

Actor_victim

Weapon_weapon

bool_applyench=true


Examples

Auto-Generated Example

Actor myActor___attacker
Actor myActor___victim
Weapon myWeapon___weapon
bool myBool___applyench

Trash_Function.ApplyHit(myActor___attacker, myActor___victim, myWeapon___weapon, myBool___applyench)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.