Print¶
Description¶
Prints a message or integer to the console.
Note
This function has no effect in Sonic Origins.
Parameters¶
message-
The message to print. If
isIntisfalse, takes a string; otherwise, takes an integer. isInt-
messagewill be printed as a string iffalse, and as an integer iftrue. useEndLine-
If set to
true, adds a newline character (\n) to the end of the print.
Return Value¶
None.