1
0

Fixed APIDump

This commit is contained in:
STRWarrior 2014-03-11 19:45:16 +01:00
parent fa4ff28bc0
commit 7d1e32a28b

View File

@ -173,7 +173,7 @@ g_APIDesc =
{
{ Params = "{{Vector3i|Offset}}", Return = "", Notes = "Sets the offset of the cBlockArea. Mostly used for WorldEdit." },
{ Params = "OffsetX, OffsetY, OffsetZ", Return = "", Notes = "Sets the offset of the cBlockArea. Mostly used for WorldEdit." },
}
},
SetOrigin =
{
{ Params = "{{Vector3i|Origin}}", Return = "", Notes = "Resets the origin for the absolute coords. Only affects how absolute coords are translated into relative coords." },