Background for Skyrim SE
Member of the ShazdehUtils script
FormfunctionGetFormWithWeakestEffect(ObjectReferenceakSource, MagicEffectakEffect, intaiFormType, KeywordakKeywordFilter=NONE)NativeGlobal


Caveats


Parameters

ObjectReferenceakSource

MagicEffectakEffect

intaiFormType

KeywordakKeywordFilter=NONE


Examples

Auto-Generated Example

ObjectReference myObjectReference__akSource
MagicEffect myMagicEffect__akEffect
int myInt__aiFormType
Keyword myKeyword__akKeywordFilter

Form returnedValue = ShazdehUtils.GetFormWithWeakestEffect(myObjectReference__akSource, myMagicEffect__akEffect, myInt__aiFormType, myKeyword__akKeywordFilter)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.