Difference between revisions of "SetPerkFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Sets/un-sets the specified flag (determined by <i>flagID</i>) for the specified '''Perk'''. |name = SetPerkFlag |returnType = isFlagSet...")
 
imported>Jazzisparis
 
Line 24: Line 24:
*[[GetPerkFlag]]
*[[GetPerkFlag]]
[[Category:Functions (JIP)]]
[[Category:Functions (JIP)]]
[[Category:Miscellaneous Functions (JIP)]]
[[Category:Perk Functions (JIP)]]

Latest revision as of 02:35, 29 March 2017

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

A function added by the JIP NVSE Plugin.

Description

Sets/un-sets the specified flag (determined by flagID) for the specified Perk.

Syntax

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

Perk Flag IDs

0	Is Trait;
1	Is Playable;
2	Is Hidden

Example

SetPerkFlag BloodyMess 2 0

See Also