Difference between revisions of "IsImageSpaceActive"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Ez0n3
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=='''Syntax'''==
{{Function
|origin = GECK1
|summary = Returns true if the specified [[ImageSpace Modifiers|ImageSpace Modifier]] is active.
|name = IsImageSpaceActive
|returnVal = 0, 1
|returnType = int
|arguments =
  {{FunctionArgument
  |Name = ImagespaceModifierID
  }}
}}


IsImageSpaceActive ''ImagespaceModifierID''
==Notes==
 
=='''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.
*Contrary to the function name, the function cannot be called on [[ImageSpace]]s.


=='''See Also'''==
==See Also==
*[[ApplyImageSpaceModifier]]
*[[ApplyImageSpaceModifier]]
*[[RemoveImageSpaceModifier]]
*[[RemoveImageSpaceModifier]]
Line 16: Line 20:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]

Latest revision as of 09:25, 11 January 2011

< [[::Category:Functions|Category:Functions]]

A function included in the GECK version 1.1.0.36.

Description

Returns true if the specified ImageSpace Modifier is active.

Syntax

[help]
(0, 1:int) IsImageSpaceActive ImagespaceModifierID


Notes

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

See Also