SetExplosionFlag

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

A function added by the JIP NVSE Plugin.

Description

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

Syntax

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

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

SetExplosionFlag 40mmGrenadeExplosion 4 0

See Also