GameConsolePrint Method (String)

RAGE Plugin Hook Documentation

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

Adds an entry with the specified text to the console output.

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

public void Print(
	string text
)

Parameters

text
Type: SystemString
The text to add to the output of the console.
See Also

Reference