GameDisplayNotification Method (String)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Adds a new notification above the map.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static uint DisplayNotification(
	string text
)

Parameters

text
Type: SystemString

The text to display.

Supports a small subset of HTML.

Note, that while the limit for this parameter is ~960 characters, the notification can only visually contain around ~800 characters of default sized text. The limit of ~960 characters can still be reached for texts that are shorter than 800 characters, eg. lots of HTML encoding.

Return Value

Type: UInt32
An unsigned 32-bit integer, representing the handle to the notification.
See Also

Reference