Difference between revisions of "ApplyImageSpaceModifier"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Quetzilla
imported>Henning
m
Line 4: Line 4:
=='''Syntax'''==
=='''Syntax'''==


  ApplyIMageSpaceModifier ImageSpaceModifierID
  ApplyImageSpaceModifier ImageSpaceModifierID
   or
   or
  imod ImageSpaceModifierID
  imod ImageSpaceModifierID
Line 10: Line 10:
=='''Examples'''==
=='''Examples'''==


  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.
*Note: BloodISFX seems to be unused in release version (renamed to BloodISFX'''d''').  Use [[TriggerScreenBlood]] instead to play the actual blood effect.
Line 18: Line 18:
   
   
=='''See Also'''==
=='''See Also'''==
*[[RemoveImageSpaceModifier]]
*[[ImageSpace]]
*[[ImageSpace]]


=='''Reference'''==
=='''Reference'''==
None provided.
None provided.


[[Category:Functions]]
[[Category:Functions]]

Revision as of 12:22, 24 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.