- Found in:
- Perk Entry Point Ext.
stringfunctionApplyPerkEntryPointString(Actortarget, stringentry_point, Form[]args, stringout_value="", stringcategory="", intchannel=1, inthandle=0)NativeGlobal
Description
Documentation Comment
Get's the string result of a perk entry point. Set activation label is currently the only known entry point
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__target
string myString__entry_point
Form[] myFormArray__args
string myString__out_value
string myString__category
int myInt__channel
int myInt__handle
string returnedValue = PerkEntryPointExtender.ApplyPerkEntryPointString(myActor__target, myString__entry_point, myFormArray__args, myString__out_value, myString__category, myInt__channel, myInt__handle)