Difference between revisions of "AddPerk - Actor"
Jump to navigation
Jump to search
imported>Rhavlovick m (1 revision: Clobber re-import by Henning) |
m (→Notes) |
||
Line 23: | Line 23: | ||
== Notes == | == Notes == | ||
This does nothing for NPCs. | * This does nothing for NPCs. | ||
== See Also == | == See Also == |
Latest revision as of 07:19, 12 July 2023
Member of: Actor Script
Adds the specified Perk to this actor.
Syntax[edit | edit source]
Function AddPerk(Perk akPerk) native
Parameters[edit | edit source]
- akPerk: The Perk to add to this actor.
Return Value[edit | edit source]
None.
Examples[edit | edit source]
; Adds the awesome perk to the player
Game.GetPlayer().AddPerk(AwesomePerk)
Notes[edit | edit source]
- This does nothing for NPCs.