Background for Skyrim SE
Member of the NiOverride script
voidfunctionForEachMorphedReference(stringcallback, Formtarget)NativeGlobal

Description

Documentation Comment

Calls the function by name on target for each morphed reference


Caveats


Parameters

stringcallback

Formtarget


Examples

Auto-Generated Example

string myString__callback
Form myForm__target

NiOverride.ForEachMorphedReference(myString__callback, myForm__target)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.