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 08:52:48 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2e77817c41c02d418f62fddb79ccc39574138e12
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