print

Prints data to the console. This is useful for debugging.

Kind: Function

Environments: Game, Terrain

Game

print( ... )

Open the full Game reference

Note: If the game is running with the -dev flag, any output will be added to the game logs.

Parameters:

Name Type Description
... any The arguments to be printed.

Terrain

print( ... )

Open the full Terrain reference

Note: If the game is running with the -dev flag, any output will be added to the game logs.

Parameters:

Name Type Description
... any The arguments to be printed.