Content


NTL
Core
IErrorListener

IErrorListener



Describes interface of class which can get errors. Used with renderers.

You can find more information in comments below.

class IErrorListener
{
public:
    virtual void NotifyOnError(const AnsiString &function, const int line, const ErrorInfo &info, const StringKeyValueArray &args = EmptyStringKeyValueArray) = 0; // Called when error is detected 
};
Namespace: nitisa
Include: Nitisa/Interfaces/IErrorListener.h