1
0
Fork 0

APIDesc: Fixed wrong cBlockArea parameter descriptions.

This commit is contained in:
Mattes D 2016-12-04 18:13:26 +01:00
parent df5be57c1e
commit 7e8f66cf94
1 changed files with 22 additions and 22 deletions

View File

@ -401,16 +401,6 @@ return
Name = "MinRelX",
Type = "number",
},
{
Name = "BlockLight",
Type = "number",
IsOptional = true,
},
{
Name = "BlockSkyLight",
Type = "number",
IsOptional = true,
},
{
Name = "MaxRelX",
Type = "number",
@ -444,6 +434,16 @@ return
Type = "number",
IsOptional = true,
},
{
Name = "BlockLight",
Type = "number",
IsOptional = true,
},
{
Name = "BlockSkyLight",
Type = "number",
IsOptional = true,
},
},
Notes = "Fills the specified cuboid with the same values (like Fill() ).",
},
@ -1276,16 +1276,6 @@ return
Name = "RelX1",
Type = "number",
},
{
Name = "BlockLight",
Type = "number",
IsOptional = true,
},
{
Name = "BlockSkyLight",
Type = "number",
IsOptional = true,
},
{
Name = "RelY1",
Type = "number",
@ -1319,6 +1309,16 @@ return
Type = "number",
IsOptional = true,
},
{
Name = "BlockLight",
Type = "number",
IsOptional = true,
},
{
Name = "BlockSkyLight",
Type = "number",
IsOptional = true,
},
},
Notes = "Draws a line between the two specified points. Sets only datatypes specified by DataTypes (baXXX constants).",
},
@ -1677,7 +1677,7 @@ return
},
{
Name = "MinPoint",
Type = "number",
Type = "Vector3i",
},
},
Returns =
@ -1698,7 +1698,7 @@ return
},
{
Name = "MinPoint",
Type = "number",
Type = "Vector3i",
},
{
Name = "DataTypes",