Fixed some broken links

This commit is contained in:
kaltokri
2023-10-31 10:25:00 +01:00
parent d7df08d754
commit b05683d384
23 changed files with 41 additions and 71 deletions

View File

@@ -199,7 +199,7 @@ end
--- Get points of pathline. Not that points are tables, that contain more information as just the 2D or 3D position but also the surface type etc.
-- @param #PATHLINE self
-- @return #PATHLINE.Point List of points.
-- @return #list <#PATHLINE.Point> List of points.
function PATHLINE:GetPoints()
return self.points
end