print 4
Display a message on the screen
Return value
Return Type | Description |
---|---|
void | This function doesn't return anything |
Parameters
Parameter | Type | Description |
---|---|---|
1 | string | Message to display |
2 | float | (Optional) Duration of the message |
Examples
print("Here's some text to show to the player!")