GameDisplaySubtitle Method (String)

RAGE Plugin Hook Documentation

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

Displays the specified text in a subtitle.

The display duration will be automatically calculated based on the reading speed of the average human.

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

public static void DisplaySubtitle(
	string text
)

Parameters

text
Type: SystemString
The text to display.
Remarks

The display duration is calculated as 2 seconds + reading time for the text based on the reading speed of an average human.
See Also

Reference