mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
fix(client/zones): CZone.contains return type
This commit is contained in:
@@ -5,7 +5,7 @@ local glm = require 'glm'
|
||||
---@field coords vector3
|
||||
---@field distance number
|
||||
---@field remove fun()
|
||||
---@field contains fun(self: CZone, coords?: vector3)
|
||||
---@field contains fun(self: CZone, coords?: vector3): boolean
|
||||
---@field onEnter fun(self: CZone)?
|
||||
---@field onExit fun(self: CZone)?
|
||||
---@field inside fun(self: CZone)?
|
||||
|
||||
Reference in New Issue
Block a user