Revision as of 09:36, 20 July 2014 by imported>Odessa (improved example)
< [[::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
(none) Print string:expression
Example
Print "My mod version is " + $MyMainQuest.Version + " and NVSE version is " + $(GetNVSEVersion)
See Also
- PrintToConsole (PrintC)
- ToString($)
- String Variable