GetPerkEntryCount

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns the number of entries in a perk's entry list.

Syntax

[help]
(int) GetPerkEntryCount perk:form

Example

set count to GetPerkEntryCount ActionBoy

Returns 2 since this perk has 2 ranks.

See Also