1
0

APIDoc: Added missing IsStatic flags and corrected param types.

This commit is contained in:
Lukas Pioch
2017-04-05 16:30:06 +02:00
parent fb20517435
commit 1614aa17d3
3 changed files with 9 additions and 5 deletions

View File

@@ -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 =