G.SetClipboardText
From GMod Wiki
Revision as of 21:46, 2 November 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
SetClipboardText( String Text ) Where is this used? |
Description: | |
Sets the text in your clipboard to be used with Paste (Control + V). | |
Returns: | nil |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.SetClipboardText]G.SetClipboardText [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Sets the text in your clipboard. |
---|---|
Used on | |
Code | SetClipboardText("Test"); |
Output | N/A |