sm.log.info
Logs an information message
Kind: Function
Environments: Game, Terrain
Game
sm.log.info( ... )
Parameters:
| Name | Type | Description |
|---|---|---|
... |
any | The arguments to be displayed as a log message. |
Terrain
sm.log.info( ... )
Open the full Terrain reference
Parameters:
| Name | Type | Description |
|---|---|---|
... |
any | The arguments to be displayed as a log message. |