mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-04-30 13:51:41 -04:00
feat: export vec_center, vec_raise funcs to use
This commit is contained in:
parent
af03272b9d
commit
30649933f7
1 changed files with 2 additions and 0 deletions
2
api.lua
2
api.lua
|
@ -64,6 +64,8 @@ end
|
||||||
---------------
|
---------------
|
||||||
-- Utilities --
|
-- Utilities --
|
||||||
---------------
|
---------------
|
||||||
|
creatura.vec_center = vec_center
|
||||||
|
creatura.vec_raise = vec_raise
|
||||||
|
|
||||||
function creatura.is_valid(mob)
|
function creatura.is_valid(mob)
|
||||||
if not mob then return false end
|
if not mob then return false end
|
||||||
|
|
Loading…
Add table
Reference in a new issue