GetPerkEntryCount

From the Fallout3 GECK Wiki
Revision as of 20:00, 4 November 2016 by imported>Gribbleshnibit8 (Created page with "{{Function |origin = LU |summary = Returns the number of entries in a perk's entry list. |name = GetPerkEntryCount |returnType = int |arguments = {{FunctionArgument...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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