Skip to content

Commit

Permalink
Merge pull request #1570 from Kenshiin13/esx-getitems
Browse files Browse the repository at this point in the history
feat(es_extended/server/functions) add ESX.GetItems
  • Loading branch information
Mycroft-Studios authored Jan 2, 2025
2 parents 452877c + e407ec3 commit 0b88336
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions [core]/es_extended/server/functions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 0b88336

Please sign in to comment.