Background for Skyrim SE
Member of the Trash_Function script
Form[]functionInstantCastToActorsWithFilter(ObjectReference_Caster, Form_Spell, float_Radius=0.0, bool_BlameCaster=false, bool_CastToCaster=false, ObjectReference_Center=NONE, FormKeyword_or_FormList=NONE, bool_MatchAllKeywords=false)NativeGlobal


Caveats


Parameters

ObjectReference_Caster

Form_Spell

float_Radius=0.0

bool_BlameCaster=false

bool_CastToCaster=false

ObjectReference_Center=NONE

FormKeyword_or_FormList=NONE

bool_MatchAllKeywords=false


Examples

Auto-Generated Example

ObjectReference myObjectReference___Caster
Form myForm___Spell
float myFloat___Radius
bool myBool___BlameCaster
bool myBool___CastToCaster
ObjectReference myObjectReference___Center
Form myForm__Keyword_or_FormList
bool myBool___MatchAllKeywords

Form[] returnedValue = Trash_Function.InstantCastToActorsWithFilter(myObjectReference___Caster, myForm___Spell, myFloat___Radius, myBool___BlameCaster, myBool___CastToCaster, myObjectReference___Center, myForm__Keyword_or_FormList, myBool___MatchAllKeywords)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.