Background for Skyrim SE
Member of the Actor script
voidfunctionAddPerk(PerkakPerk)Native

Description

Wiki Description

Adds the specified Perk to this actor.

Documentation Comment

Adds the specified perk to this actor


Caveats

CK Wiki - Notes

  • This does nothing for NPCs.

Parameters

PerkakPerk

CK Wiki Description

The Perk to add to this actor.


Examples

; Adds the awesome perk to the player
Game.GetPlayer().AddPerk(AwesomePerk)

Auto-Generated Example

Perk myPerk__akPerk

myActor__toCallFunctionOn.AddPerk(myPerk__akPerk)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.