copyToClipboard – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search
(Works If Executed on a Dedicated Server)
(No difference)

Revision as of 02:15, 18 February 2014

This command will work if executed by the dedicated server in a multiplayer environment.

if (isServer) then {copyToClipboard "Hello world";};