Prints data to the console. This is useful for debugging.
Kind: Function
Environments: Game, Terrain
Game
print( ... )
Note: If the game is running with the
-devflag, 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
-devflag, any output will be added to the game logs.
Parameters:
| Name | Type | Description |
|---|---|---|
... |
any | The arguments to be printed. |