Background for Skyrim SE
Member of the PerkEntryPointExtender script
floatfunctionApplyPerkEntryPointFloat(Actortarget, stringentry_point, Form[]args, floatbase_value, stringcategory="", intchannel=1, inthandle=0)NativeGlobal

Description

Documentation Comment

Gets the float value of a perk entry point.


Parameters

  1. Actortarget

  2. stringentry_point

  3. Form[]args

  4. floatbase_value

  5. stringcategory=""

  6. intchannel=1

  7. inthandle=0


Examples

Auto-Generated Example

Actor myActor__target
string myString__entry_point
Form[] myFormArray__args
float myFloat__base_value
string myString__category
int myInt__channel
int myInt__handle

float returnedValue = PerkEntryPointExtender.ApplyPerkEntryPointFloat(myActor__target, myString__entry_point, myFormArray__args, myFloat__base_value, myString__category, myInt__channel, myInt__handle)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.