GameSetClipboardText Method

RAGE Plugin Hook Documentation

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

Sets the text in the clipboard.

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

public static void SetClipboardText(
	string text
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Rage.Game.SetClipboardText(System.String)"]

Return Value

Type: 
A String representing the text to replace the clipboard with.
See Also

Reference