Fix documentation, regen docs, bump version.

This commit is contained in:
hispidence 2022-11-11 21:03:55 +00:00
parent ac5626b3d1
commit a56f7af06d
32 changed files with 121 additions and 95 deletions

View file

@ -83,7 +83,7 @@ most can just be ignored (see usage).
@return reference to new Moveable object
@usage
local item = Moveable(
TEN.ObjID.PISTOLS_ITEM, -- object id
TEN.Objects.ObjID.PISTOLS_ITEM, -- object id
"test", -- name
Vec3(18907, 0, 21201)
)