applet__set_player_clipboard_string

Function applet__set_player_clipboard_string 

Source
pub unsafe extern "C" fn applet__set_player_clipboard_string(
    player_id: u64,
    string_ptr: *const u8,
    string_len: u32,
)
Expand description

Sets the players clipboard to a string.

This is done over network, so it is up to the client to refuse the request (with no feedback to the server).