Difference between revisions of "SetPerkRank"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Sets the rank of a perk on the player, or adds it at a specified rank if they don't have it. Passing 1 to the 'alt' parameter uses the fol...")
 
imported>Pintocat
m
 
Line 4: Line 4:
  |name = SetPerkRank
  |name = SetPerkRank
  |returnType = void
  |returnType = void
  |referenceType = [SetPerkRank]
  |referenceType = [playerRef]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 13:48, 10 February 2017

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Sets the rank of a perk on the player, or adds it at a specified rank if they don't have it. Passing 1 to the 'alt' parameter uses the follower perk list.

Syntax

[help]
[playerRef].SetPerkRank perk:perk rank:int alt:bool

See Also