Skip to content

Commit

Permalink
fix(client/utils): type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Sep 13, 2023
1 parent 884262c commit d21282b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/utils/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function Utils.CreateBlip(settings, coords)
end

---Takes OxTargetBoxZone or legacy zone data (PolyZone) and creates a zone.
---@param data OxTargetBoxZone | { length: number, maxZ: number, loc: vector3, heading: number, width: number, distance: number }
---@param data OxTargetBoxZone | { length: number, minZ: number, maxZ: number, loc: vector3, heading: number, width: number, distance: number }
---@param options? OxTargetOption[]
---@return number
function Utils.CreateBoxZone(data, options)
Expand Down

0 comments on commit d21282b

Please sign in to comment.