Difference between revisions of "GetPerkFlag"
Jump to navigation
Jump to search
no edit summary
imported>Jazzisparis (Created page with "{{Function |origin = JIP |summary = Returns whether or not the specified flag (determined by <i>flagID</i>) is set for the specified '''Perk'''. |name = GetPerkFlag |retur...") |
imported>Jazzisparis |
||
Line 13: | Line 13: | ||
}} | }} | ||
==Perk Flag IDs== | ==Perk Flag IDs== | ||
<pre>0&# | <pre>0	Is Trait; | ||
1&# | 1	Is Playable; | ||
2	Is Hidden</pre> | 2	Is Hidden</pre> | ||
|example = set bIsFlagSet to GetPerkFlag BloodyMess 2 | |example = set bIsFlagSet to GetPerkFlag BloodyMess 2 |