Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionSetEffectShaderDuration(ObjectReferenceakRef, EffectShaderakShader, floatafTime, boolabAbsolute)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Sets effectshader duration. Internal duration is set when the effectshader begins and does not change with time.

Caveats


Parameters

ObjectReferenceakRef

EffectShaderakShader

floatafTime

boolabAbsolute


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
EffectShader myEffectShader__akShader
float myFloat__afTime
bool myBool__abAbsolute

PO3_SKSEFunctions.SetEffectShaderDuration(myObjectReference__akRef, myEffectShader__akShader, myFloat__afTime, myBool__abAbsolute)

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.