Difference between revisions of "Perk Script"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Qazaaq
Line 27: Line 27:
**Event called whenever an entry point on this perk is fired.
**Event called whenever an entry point on this perk is fired.


== Related Fragments ==
== See Also ==
*[[Perk Fragments]]
*[[Perk Fragments]]
*[[:Category:Actor|Actor Category]]

Revision as of 01:22, 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.

See Also