From 1614aa17d3c27de49220043cd4830fe6c8f4fbd0 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Wed, 5 Apr 2017 16:30:06 +0200 Subject: APIDoc: Added missing IsStatic flags and corrected param types. --- Server/Plugins/APIDump/Classes/Geometry.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Server/Plugins/APIDump/Classes/Geometry.lua') diff --git a/Server/Plugins/APIDump/Classes/Geometry.lua b/Server/Plugins/APIDump/Classes/Geometry.lua index 44f5a7313..cd7793ee9 100644 --- a/Server/Plugins/APIDump/Classes/Geometry.lua +++ b/Server/Plugins/APIDump/Classes/Geometry.lua @@ -2245,16 +2245,16 @@ end { { Name = "Other", - Type = "Vector3d", + Type = "Vector3i", }, }, Returns = { { - Type = "Vector3d", + Type = "Vector3i", }, }, - Notes = "Returns a new Vector3d that is a {{http://en.wikipedia.org/wiki/Cross_product|cross product}} of this vector and the specified vector.", + Notes = "Returns a new Vector3i that is a {{http://en.wikipedia.org/wiki/Cross_product|cross product}} of this vector and the specified vector.", }, Dot = { @@ -2262,7 +2262,7 @@ end { { Name = "Other", - Type = "Vector3d", + Type = "Vector3i", }, }, Returns = -- cgit v1.2.3