mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
feat(resource/streaming): timeout functions after 20 ticks
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- Creates exports from values assigned to lib.
|
||||
-- Hacky workaround for Lua Language Server support.
|
||||
-- Creates exports from values assigned to lib
|
||||
-- Hacky workaround for Lua Language Server support
|
||||
|
||||
--- Alias for `exports['pe-lualib']`
|
||||
lib = setmetatable({}, {
|
||||
__newindex = function(self, name, fn)
|
||||
print('created '..name)
|
||||
exports(name, fn)
|
||||
end
|
||||
})
|
||||
Reference in New Issue
Block a user