Fix parameter mismatch errors in lua docs

This commit is contained in:
peelz
2022-08-03 21:34:42 -04:00
parent b393a4e00f
commit 545c38c26c
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ function Character.Create(characterInfo, position, seed, id, isRemotePlayer, has
--- Teleports a character to a position.
-- @realm server
-- @tparam Vector2 position
-- @tparam Vector2 worldPos
-- @usage
-- Character.CharacterList[1].TeleportTo(Vector2(0, 0)) -- teleports first created characters to 0, 0
function TeleportTo(worldPos) end