- Found in:
- Perk Entry Point Ext.
Spell[]functionApplyPerkEntryPointSpell(Actortarget, stringentry_point, Form[]args, stringcategory="", intchannel=1, inthandle=0)NativeGlobal
Description
Documentation Comment
Identical to the form version, just uses it as spells (there will never likely be a difference, but this will cast them for you)
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__target
string myString__entry_point
Form[] myFormArray__args
string myString__category
int myInt__channel
int myInt__handle
Spell[] returnedValue = PerkEntryPointExtender.ApplyPerkEntryPointSpell(myActor__target, myString__entry_point, myFormArray__args, myString__category, myInt__channel, myInt__handle)