Skip to content

Commit

Permalink
Update OBJECT/AddExtendedPickupProbeArea.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Paulin <56453471+JayPaulinCodes@users.noreply.github.com>
  • Loading branch information
BJDubb and JayPaulinCodes authored Nov 20, 2024
1 parent 387354b commit 520d57f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OBJECT/AddExtendedPickupProbeArea.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@ Adds an area of the map where the portable pickups will use extended probe when
## Examples
```lua
local position = vector3(-323.59, -757.83, 53.25)
local radius = 25.0
AddExtendedPickupProbeArea(position.x, position.y, position.z, radius)
```

0 comments on commit 520d57f

Please sign in to comment.