GameDisplayHelp Method (String, Boolean)

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,
	bool forever
)

Parameters

text
Type: SystemString
The text to display.
forever
Type: SystemBoolean
A value indicating whether to display the help box forever. If false the help box will be displayed for 8 seconds.
See Also

Reference