Difference between revisions of "GetCombatStyleFlag"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Jazzisparis
(Created page with "{{Function |origin = JIP |summary = Returns a combat style's flag value (determined by <i>flagID</i>). |name = GetCombatStyleFlag |returnType = flagValue:0/1 |arguments =...")
 
imported>Jazzisparis
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
}}
}}
==See Also==
==See Also==
*[[SetCombatStyleFlag]]
*[[GetCombatStyleTraitNumeric]]
*[[SetCombatStyleTraitNumeric]]
[[Category:Functions_(JIP)]]
[[Category:Functions_(JIP)]]
[[Category:Combat Style Functions (JIP)]]

Latest revision as of 14:01, 30 March 2015

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

A function added by the JIP NVSE Plugin.

Description

Returns a combat style's flag value (determined by flagID).

Syntax

[help]
(flagValue:0/1) GetCombatStyleFlag combatStyle:ref flagID:int{0-8}

Combat Style Flag IDs

0	Choose Attack Using % Chance
1	Melee Alert OK
2	Flee Based on Personal Survival
4	Ignore Threats
5	Ignore Damaging Self
6	Ignore Damaging Group
7	Ignore Damaging Spectators
8	Cannot Use Stealthboy

Example

GetCombatStyleFlag FollowersCombatStyleRanged 4

See Also