Background for Skyrim SE
Member of the Trash_Function script
voidfunctionApplyMeleeHit(Actor_attacker, Actor_victim, boollefthand=false)NativeGlobal


Caveats


Parameters

Actor_attacker

Actor_victim

boollefthand=false


Examples

Auto-Generated Example

Actor myActor___attacker
Actor myActor___victim
bool myBool__lefthand

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