- Found in:
- TrashUtil
Form[]functionInstantCastToActorsWithFilterAlt(ObjectReference_Caster, Form_Spell, float_Radius=0.0, bool_BlameCaster=false, bool_CastToCaster=false, ObjectReference_Center=NONE, Keyword[]Keyword_Arr=NONE, bool_MatchAllKeywords=false)NativeGlobal
Caveats
Parameters
ObjectReference_Caster
Form_Spell
float_Radius=0.0
bool_BlameCaster=false
bool_CastToCaster=false
ObjectReference_Center=NONE
Keyword[]Keyword_Arr=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
Keyword[] myKeywordArray__Keyword_Arr
bool myBool___MatchAllKeywords
Form[] returnedValue = Trash_Function.InstantCastToActorsWithFilterAlt(myObjectReference___Caster, myForm___Spell, myFloat___Radius, myBool___BlameCaster, myBool___CastToCaster, myObjectReference___Center, myKeywordArray__Keyword_Arr, myBool___MatchAllKeywords)