Difference between revisions of "Enable"

91 bytes added ,  08:31, 15 January 2011
m
no edit summary
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
imported>Ez0n3
m
 
(One intermediate revision by one other user 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==
Anonymous user