Background for Skyrim SE
Member of the PO3_SKSEFunctions script
boolfunctionDamageActorHealth(ActorakActor, floatafHealthDamage, ActorakSource)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Damage actor health, passing an optional actor to blame.
  • Returns if the actor was damaged successfully.

Caveats


Parameters

ActorakActor

floatafHealthDamage

ActorakSource


Examples

Auto-Generated Example

Actor myActor__akActor
float myFloat__afHealthDamage
Actor myActor__akSource

bool returnedValue = PO3_SKSEFunctions.DamageActorHealth(myActor__akActor, myFloat__afHealthDamage, myActor__akSource)

Additional References

View this function on the GitHub Wiki for powerofthree's Papyrus Extender

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.