This website requires JavaScript.
Explore
Help
Register
Sign In
FumeNodes
/
ox_lib
Watch
1
Star
0
Fork
0
mirror of
https://github.com/CommunityOx/ox_lib.git
synced
2026-08-21 17:02:48 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5d4eff8cd38ccc45a02d1074cc1a2373d8f4095d
ox_lib
/
resource
/
interface
/
client
/
clipboard.lua
T
7 lines
101 B
Lua
Raw
Normal View
History
Unescape
Escape
refactor: rename lualib variable and move clipboard export
2022-04-29 03:02:06 +10:00
function
lib
.
setClipboard
(
value
)
SendNUIMessage
({
action
=
'setClipboard'
,
data
=
value
})
end
Reference in New Issue
Copy Permalink