Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0B21

Opcode Database

0B21

DescriptionWrites the text from the specified buffer to the clipboard.

Params
1. Input buffer (pointer to memory)
2. Number of bytes to be written

More Info
SetClipboardData function (MSDN) (clipboard opened and closed automatically)
Parameters (v2)1) Memory address (Integer) (INT)
2) Integer (INT)
Gamessa
CategoryClipboardCommands
San Andreas
sascm.ini0B21=2,write_clipboard_data %1d% size %2d%
Example0B21: write_clipboard_data 0x969110 size 28
Command NameWRITE_CLIPBOARD_DATA

<< 0B20