C4 Engine
C4 Engine API Documentation

DataDescription::GetErrorLine

Defined in:  TSOpenDDL.h
Returns the line on which an error occurred.
Prototype

int32 GetErrorLine(voidconst;

Description
The GetErrorLine function returns the line number on which an error occurred when the DataDescription::ProcessText function was called. Line numbering begins at one. If the DataDescription::ProcessText function returned kDataOkay, then the GetErrorLine function will return zero.
See Also

DataDescription::ProcessText