Skip to content

Commit

Permalink
Merge pull request #205 from exqlusive/patch-3
Browse files Browse the repository at this point in the history
Update Server.mdx
  • Loading branch information
thelindat authored Sep 4, 2024
2 parents 632ed4f + 3e37293 commit a2ba132
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/ox_inventory/Functions/Server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,16 @@ exports.ox_inventory:GetInventoryItems(inv, owner)
local playerItems = exports.ox_inventory:GetInventoryItems(source)
```

## InspectInventory

Inspect the player their inventory. You will not be able to modify the inventory.

```lua
exports.ox_inventory:InspectInventory(target, source)
```
- target: `number`
- source: `number`

## ConfiscateInventory

Clears a player's inventory and saves it to a stash.
Expand Down

0 comments on commit a2ba132

Please sign in to comment.