mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
feat(es_extended/server/functions) add ESX.GetItems
This commit is contained in:
@@ -561,6 +561,11 @@ function ESX.GetJobs()
|
||||
return Core.Jobs
|
||||
end
|
||||
|
||||
---@return table
|
||||
function ESX.GetItems()
|
||||
return Core.Items
|
||||
end
|
||||
|
||||
---@return table
|
||||
function ESX.GetUsableItems()
|
||||
local Usables = {}
|
||||
|
||||
Reference in New Issue
Block a user