Difference between revisions of "ApplyImageSpaceModifier"
Jump to navigation
Jump to search
imported>Ez0n3 |
imported>Ez0n3 m |
||
Line 8: | Line 8: | ||
{{FunctionArgument | {{FunctionArgument | ||
|Name = ImageSpaceModifierID | |Name = ImageSpaceModifierID | ||
|Type = ref | |||
}} | }} | ||
|example = ApplyImageSpaceModifier BloodISFX | |example = ApplyImageSpaceModifier BloodISFX |
Latest revision as of 06:07, 15 January 2011
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
ApplyImageSpaceModifier will play the specified ImageSpace Modifier.
Syntax
ApplyImageSpaceModifier ImageSpaceModifierID:ref
Or:
imod ImageSpaceModifierID:ref
Example
ApplyImageSpaceModifier BloodISFX
imod 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.