- Found in:
- PO3's PE
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
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
