1
0

APIDump: Constructors are renamed and can have documentation

This commit is contained in:
madmaxoft
2013-09-13 16:04:32 +02:00
parent af8f7eb963
commit d2deb381c2
2 changed files with 7 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ g_APIDesc =
]],
Functions =
{
constructor = { Params = "", Return = "cBlockArea", Notes = "Creates a new empty cBlockArea object" },
Clear = { Params = "", Return = "", Notes = "Clears the object, resets it to zero size" },
CopyFrom = { Params = "BlockAreaSrc", Return = "", Notes = "Copies contents from BlockAreaSrc into self" },
CopyTo = { Params = "BlockAreaDst", Return = "", Notes = "Copies contents from self into BlockAreaDst." },