Difference between revisions of "GetPerkFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
imported>Jazzisparis
 
Line 21: Line 21:
*[[SetPerkFlag]]
*[[SetPerkFlag]]
[[Category:Functions (JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Perk Functions (JIP)]]

Latest revision as of 02:34, 29 March 2017

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

A function added by the JIP NVSE Plugin.

Description

Returns whether or not the specified flag (determined by flagID) is set for the specified Perk.

Syntax

[help]
(isFlagSet:0/1) GetPerkFlag perk:ref flagID:int

Perk Flag IDs

0	Is Trait;
1	Is Playable;
2	Is Hidden

Example

set bIsFlagSet to GetPerkFlag BloodyMess 2

See Also