-
Notifications
You must be signed in to change notification settings - Fork 333
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add setClipboardText(s) Add function to set clipboard text * Moved setClipboardText(s) into debug Moved setClipboardText(s) from its own extension to debug. Also moved e2helper description to a more appropriate location * Add setClipboardText limit convar and fixed error Added a convar to limit the amount of characters the server is willing to send. Made use of `#` operator Limit check now returns nil * Add setClipboardText cooldown Added a cooldown convar and fixed limit test * Correcting linting mistakes * Removed print oops forgot to remove that * Changed E2 helper description Change to some less confusing * Add setClipboardText toggle convar * Change convar check to use boolean minor nitpicks, I agree its nicer. * Change clipboard access toggle from server side to client side * Changed setClipboardText cooldown Removed timer as suggested and added table to track when last called. * Simplify --------- Co-authored-by: Vurv <[email protected]>
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
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
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
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