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


Parameters

  1. ObjectReference_Caster

  2. Form_Spell

  3. float_Radius=0.0

  4. bool_BlameCaster=false

  5. bool_CastToCaster=false

  6. ObjectReference_Center=NONE

  7. FormKeyword_or_FormList=NONE

  8. 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.