Print (text) |
Prints the text passed in the parameter to the TerraBuilder log.
Note: When a script is run, each line that is executed is printed to the log (in addition to TerraBuilder.Print printouts). You can disable the code line printing by passing the DisablePrint argument. See “How to Work with TerraBuilder API” in the “Working with TerraBuilder API” for more information.
Parameters
Name |
Type |
Description |
text |
string |
Text to be printed in the TerraBuilder log |