Difference between revisions of "ApplyImageSpaceModifier"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Kkuhlmann
 
imported>Quetzilla
Line 12: Line 12:
  ApplyIMageSpaceModifier BloodISFX
  ApplyIMageSpaceModifier BloodISFX
Plays the blood effect on the screen.
Plays the blood effect on the screen.
*Note: BloodISFX seems to be unused in release version (renamed to BloodISFX'''d''').  Use [[TriggerScreenBlood]] instead to play the actual blood effect.


=='''Notes'''==
=='''Notes'''==

Revision as of 19:26, 18 December 2008

Description

ApplyImageSpaceModifier will play the specified ImageSpace Modifier.

Syntax

ApplyIMageSpaceModifier ImageSpaceModifierID
 or
imod ImageSpaceModifierID

Examples

ApplyIMageSpaceModifier BloodISFX

Plays the blood effect on the screen.

  • Note: BloodISFX seems to be unused in release version (renamed to BloodISFXd). Use TriggerScreenBlood instead to play the actual blood effect.

Notes

  • None at this time.

See Also

Reference

None provided.