EndTextCommandThefeedPostTicker
Docslocal retval = EndTextCommandThefeedPostTicker(isImportant, bHasTokens)Description
Example output preview:
Parameters
| Name | Type | Description |
|---|---|---|
isImportant | BOOL | Makes the notification flash on the screen. |
bHasTokens | BOOL | Makes the notification appear in the "Pause Menu > Info/Brief > Notifications" section. |
Returns
intReturns an integer value.
Examples
Official
BeginTextCommandThefeedPost("STRING")
AddTextComponentSubstringPlayerName("Hello " .. GetPlayerName(PlayerId()) .. ".")
EndTextCommandThefeedPostTicker(true, true)