Difference between revisions of "Print"
Jump to navigation
Jump to search
improved example
imported>Odessa m (added category debugging) |
imported>Odessa (improved example) |
||
Line 8: | Line 8: | ||
|Type = expression | |Type = expression | ||
}} | }} | ||
|example = Print $ | |example = Print "My mod version is " + $MyMainQuest.Version + " and NVSE version is " + $(GetNVSEVersion) | ||
}} | }} | ||
==See Also== | ==See Also== | ||
*[[PrintToConsole]] (PrintC) | *[[PrintToConsole]] (PrintC) | ||
*[[ToString|ToString($)]] | |||
*[[String Variable]] | *[[String Variable]] | ||
[[Category:Functions_(NVSE)]] | [[Category:Functions_(NVSE)]] | ||
[[Category:Debugging]] | [[Category:Debugging]] |