add Object:is() to luals definition
This commit is contained in:
parent
bd288099d2
commit
8aff822362
1 changed files with 5 additions and 0 deletions
|
|
@ -21,4 +21,9 @@ function Object:extend() end
|
||||||
---@param mixin table
|
---@param mixin table
|
||||||
function Object:implement(mixin) end
|
function Object:implement(mixin) end
|
||||||
|
|
||||||
|
---Checks if object is of a specific type
|
||||||
|
---@param object Object
|
||||||
|
---@return boolean
|
||||||
|
function Object:is(object) end
|
||||||
|
|
||||||
return Object
|
return Object
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue