This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* ZeroClipboard | |
* The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface. | |
* Copyright (c) 2014 Jon Rohan, James M. Greene | |
* Licensed MIT | |
* http://zeroclipboard.org/ | |
* v2.1.6 | |
*/ | |
(function(window, undefined) { | |
"use strict"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
handleBackpack.sqf | |
Author: cyrq ([email protected]). | |
Made for DayZed: http://dayzed.eu | |
Thanks to Hympnomatic for the _getClass funtion: http://forums.bistudio.com/showthread.php?148285-From-display-name-to-classname&p=2583286&viewfull=1#post2583286 | |
You can use, modify and distribute this without any permissions. | |
Give credit where credit is due. |