EndTextCommandPrint
DocsEndTextCommandPrint(duration, drawImmediately)Description
Draws the subtitle at middle center of the screen.
int duration = time in milliseconds to show text on screen before disappearing
drawImmediately = If true, the text will be drawn immediately, if false, the text will be drawn after the previous subtitle has finished
Used to be known as _DRAW_SUBTITLE_TIMEDParameters
| Name | Type | Description |
|---|---|---|
duration | int | — |
drawImmediately | BOOL | — |
Returns
voidThis native does not return a value.