Difference between revisions of "IsImageSpaceActive"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Bnesmith
 
imported>Quetzilla
Line 1: Line 1:
=='''Syntax'''==


IsImageSpaceActive ''ImagespaceModifierID''
=='''Description'''==
'''IsImageSpaceActive''' returns true if the specified [[ImageSpace Modifiers|ImageSpace Modifier]] is active.
=='''Notes'''==
*Contrary to the function name, the function cannot be called on [[ImageSpace]]s.
=='''See Also'''==
*[[ApplyImageSpaceModifier]]
*[[RemoveImageSpaceModifier]]
*[[ImageSpace Modifier]]


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

Revision as of 00:22, 26 December 2008

Syntax

IsImageSpaceActive ImagespaceModifierID

Description

IsImageSpaceActive returns true if the specified ImageSpace Modifier is active.

Notes

  • Contrary to the function name, the function cannot be called on ImageSpaces.

See Also