Print

From the Fallout3 GECK Wiki
Revision as of 14:00, 13 July 2014 by imported>Odessa (Created page with "{{Function |origin = NVSE |summary = Added by NVSE v4. Prints a string expression to the console. This is mainly a convenience function to eliminate the need for temporary s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the New Vegas Script Extender.

Description

Added by NVSE v4. Prints a string expression to the console. This is mainly a convenience function to eliminate the need for temporary string variables when printing complex strings using PrintToConsole, as it supports string concatenation, the ToString function, etc.

Syntax

[help]
(none) Print string:expression

Example

Print $this

See Also