Difference between revisions of "Enable"

173 bytes added ,  08:31, 15 January 2011
m
no edit summary
imported>Cipscis
(Added default value to ''[FadeIn]'' parameter)
imported>Ez0n3
m
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  |origin = GECK1
  |origin = GECK1
  |summary = Enables the calling reference if it was previously disabled.  Enabled references are rendered, and enabled actors will process their AI.
  |summary = Enables the calling reference if it was previously disabled.  Enabled references are rendered, and enabled actors will process their AI.
|name = Enable
  |arguments = {{FunctionArgument
  |arguments = {{FunctionArgument
   |Name = FadeIn
   |Name = FadeIn
   |Type = Int
   |Type = Int
   |Optional = Optional
   |Optional = y
   |Value = Default = 1
   |Value = Default = 1
  }}
  }}
Line 12: Line 13:
TerminalRef, if previously disabled, will be enabled.  Because the ''[FadeIn]'' parameter was not set, TerminalRef will fade in by default.
TerminalRef, if previously disabled, will be enabled.  Because the ''[FadeIn]'' parameter was not set, TerminalRef will fade in by default.
}}
}}
TerminalRef.Enable 0
With the parameter set as '0', the object will not fade in.


==Notes==
==Notes==
Line 25: Line 28:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Miscellaneous Functions]]
[[Category:Miscellaneous Functions]]
[[Category:Miscellaneous Functions (GECK 1.1)]]
Anonymous user