Perk Script

Extends: Form Script
Editor: Perk

Script for the manipulation of perk instances.

DefinitionEdit

ScriptName Perk extends Form Native Hidden

PropertiesEdit

None

Global FunctionsEdit

None

Member FunctionsEdit

None

F4SE Member FunctionsEdit

  • int Function GetLevel()
    • Returns the level requirement on this perk.
  • Perk Function GetNextPerk()
    • Returns the next perk on this perk's chain.
  • int Function GetNumRanks()
    • Returns the number of ranks this perk has.
  • string Function GetSWFPath()
    • Returns this perk's SWF path as a string.
  • bool Function IsEligible(Actor akActor)
    • Returns true if the actor meets this perk's conditions..
  • bool Function IsHidden()
    • Returns true if this perk is hidden.
  • bool Function IsPlayable()
    • Returns true if this perk is playable.

EventsEdit

  • Event OnEntryRun(int auiEntryID, ObjectReference akTarget, Actor akOwner)
    • Event called whenever an entry point on this perk is fired.

See AlsoEdit