GameDisplaySubtitle Method (String, Int32)

RAGE Plugin Hook Documentation

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

Displays the specified text in a subtitle for the specified duration.

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

public static void DisplaySubtitle(
	string text,
	int duration
)

Parameters

text
Type: SystemString
The text to display.
duration
Type: SystemInt32
The duration to display the subtitle for, in milliseconds.
See Also

Reference