Difference between revisions of "ApplyImageSpaceModifier"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Quetzilla
m
imported>DewiMorgan
m (→‎Notes: +note it's not in the TES4 wiki; debolding titles; little cleanup)
Line 1: Line 1:
=='''Description'''==
==Description==
'''ApplyImageSpaceModifier''' will play the specified [[ImageSpace Modifiers|ImageSpace Modifier]].
'''ApplyImageSpaceModifier''' will play the specified [[ImageSpace Modifiers|ImageSpace Modifier]].


=='''Syntax'''==
==Syntax==


  ApplyImageSpaceModifier ImageSpaceModifierID
  ApplyImageSpaceModifier ImageSpaceModifierID
Line 8: Line 8:
  imod ImageSpaceModifierID
  imod ImageSpaceModifierID


=='''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 and has been renamed to BloodISFX'''d'''.  Use [[TriggerScreenBlood]] instead to play the actual blood effect.
 
=='''See Also'''==
==Notes==
*This function is new in the GECK, and was not available in the TES4 Construction Set.
 
==See Also==
*[[ImageSpace Modifier]]
*[[IsImageSpaceActive]]
*[[RemoveImageSpaceModifier]]
*[[RemoveImageSpaceModifier]]
*[[IsImageSpaceActive]]
*[[ImageSpace Modifier]]


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


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

Revision as of 13:40, 13 April 2009

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 and has been renamed to BloodISFXd. Use TriggerScreenBlood instead to play the actual blood effect.

Notes

  • This function is new in the GECK, and was not available in the TES4 Construction Set.

See Also

Reference

None provided.