APIDump: Constructors are renamed and can have documentation
This commit is contained in:
@@ -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." },
|
||||
|
||||
Reference in New Issue
Block a user