Background for Skyrim SE
Member of the PO3_SKSEFunctions script
voidfunctionUpdateHitEffectArtNode(ObjectReferenceakRef, ArtakArt, stringasNewNode, float[]afTranslate, float[]afRotate, floatafRelativeScale=1.0)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

ObjectReferenceakRef

ArtakArt

stringasNewNode

float[]afTranslate

float[]afRotate

floatafRelativeScale=1.0


Examples

Auto-Generated Example

ObjectReference myObjectReference__akRef
Art myArt__akArt
string myString__asNewNode
float[] myFloatArray__afTranslate
float[] myFloatArray__afRotate
float myFloat__afRelativeScale

PO3_SKSEFunctions.UpdateHitEffectArtNode(myObjectReference__akRef, myArt__akArt, myString__asNewNode, myFloatArray__afTranslate, myFloatArray__afRotate, myFloat__afRelativeScale)

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.