Difference between revisions of "HasPerkRank"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Return the rank of a perk on the player, or 0 if the player does not have the perk. Passing 1 to the 'alt' parameter uses the follower per...")
 
imported>Pintocat
m
 
Line 4: Line 4:
  |name = HasPerkRank
  |name = HasPerkRank
  |returnType = int
  |returnType = int
  |referenceType = [HasPerkRank]
  |referenceType = [playerRef]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 13:33, 10 February 2017

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

A function added by the Lutana NVSE plugin.

Description

Return the rank of a perk on the player, or 0 if the player does not have the perk. Passing 1 to the 'alt' parameter uses the follower perk list. Deprecated by GetPerkRank/GetAltPerkRank in NVSE 4.5.7.

Syntax

[help]
(int) [playerRef].HasPerkRank perk:perk alt:bool

See Also