GameDisplayHelp Method (String, Int32)

RAGE Plugin Hook Documentation

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

Displays the specified text in the help box.

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

public static void DisplayHelp(
	string text,
	int duration
)

Parameters

text
Type: SystemString
The text to display.
duration
Type: SystemInt32
The duration to display the help box, in milliseconds. If a negative value is specified, the duration will default to 8 seconds.
See Also

Reference