Background for Skyrim SE
Member of the PO3_SKSEFunctions script
floatfunctionGetActorValueModifier(ActorakActor, intaiModifier, stringasActorValue)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

TypeValue
Permanent0
Temporary1
Damage2

Caveats


Parameters

ActorakActor

intaiModifier

stringasActorValue


Examples

Auto-Generated Example

Actor myActor__akActor
int myInt__aiModifier
string myString__asActorValue

float returnedValue = PO3_SKSEFunctions.GetActorValueModifier(myActor__akActor, myInt__aiModifier, myString__asActorValue)

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.