print( data )
Parameters
| Type | Description | |
| data | expression | value to print |
_result
Not set.
Descriptions
Sends the root value of data to the robot's print log. The print log keeps approximately 500 entries. When print and printdeep are used more the 500 times, the oldest entries will be removed first. This command is useful primarily for debugging a robot. During game play, open the Inspector Window to view the print log.
See Also