Difference between revisions of "ApplyImageSpaceModifier"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Henning
m
imported>Quetzilla
Line 19: Line 19:
=='''See Also'''==
=='''See Also'''==
*[[RemoveImageSpaceModifier]]
*[[RemoveImageSpaceModifier]]
*[[ImageSpace]]
*[[IsImageSpaceActive]]
*[[ImageSpace Modifier]]


=='''Reference'''==
=='''Reference'''==

Revision as of 01:18, 26 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.