diff options
Diffstat (limited to '')
-rw-r--r-- | Server/Plugins/APIDump/Classes/Geometry.lua | 8 |
1 files changed, 4 insertions, 4 deletions
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 = |