- Found in:
- TrashUtil
Form[]functionInstantCastToActors(ObjectReference_Caster, Form_Spell, float_Radius=0.0, bool_BlameCaster=false, bool_CastToCaster=false, ObjectReference_Center=NONE)NativeGlobal
Description
Documentation Comment
=================== SpellMatter ===================
Caveats
Parameters
ObjectReference_Caster
Form_Spell
float_Radius=0.0
bool_BlameCaster=false
bool_CastToCaster=false
ObjectReference_Center=NONE
Examples
Auto-Generated Example
ObjectReference myObjectReference___Caster
Form myForm___Spell
float myFloat___Radius
bool myBool___BlameCaster
bool myBool___CastToCaster
ObjectReference myObjectReference___Center
Form[] returnedValue = Trash_Function.InstantCastToActors(myObjectReference___Caster, myForm___Spell, myFloat___Radius, myBool___BlameCaster, myBool___CastToCaster, myObjectReference___Center)