Difference between revisions of "Console"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Pintocat
(Created page with "{{Function |origin = LU |summary = Passes a formatted string to the console, enabling the use of console commands in scripts. |name = Console |returnType = float |referen...")
 
imported>Pintocat
m
 
Line 4: Line 4:
  |name = Console
  |name = Console
  |returnType = float
  |returnType = float
|referenceType = [console]
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument

Latest revision as of 13:54, 10 February 2017

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

A function added by the Lutana NVSE plugin.

Description

Passes a formatted string to the console, enabling the use of console commands in scripts.

Syntax

[help]
(float) Console line:string

See Also