Difference between revisions of "Perk Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Crosslinked to editor reference)
imported>Qazaaq
Line 1: Line 1:
[[Category:Papyrus]]
[[Category:Scripting]]
[[Category:Scripting]]
[[Category:Papyrus]]
[[Category:Script Objects]]
[[Category:Script Objects]]
[[Category:Actor]]
'''Extends:''' [[Form Script]]
'''Extends:''' [[Form Script]]



Revision as of 00:39, 13 June 2016

Extends: Form Script

Editor: Perk

Script for the manipulation of perk instances.

Definition

ScriptName Perk extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

None

Events

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

Related Fragments