GetExplosionFlag

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the JIP NVSE Plugin.

Description

Returns an explosion's flag value (determined by flagID).

Syntax

[help]
(flagValue:0/1) GetExplosionFlag explosion:ref flagID:int{1-6}

Explosion Flag IDs

1	Always Use World Orientation
2	Knock Down - Always
3	Knock Down - By Formula
4	Ignore LOS Check
5	Push Explosion Source Ref Only
6	Ignore Image Space Swap

Example

GetExplosionFlag 40mmGrenadeExplosion 5

See Also