set_player_clipboard_string

Function set_player_clipboard_string 

Source
pub fn set_player_clipboard_string(player_id: u64, string: &str)
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).