ErrorReport - Mtax-Development/GML-OOP GitHub Wiki
Contains static variables and methods of the error reporting system.
Destruction |
Elements |
Garbage Collection |
None |
Name |
Type |
Default |
Modifiable |
reportFunction |
{function} |
Yes |
|
errorData |
{ErrorReport.ReportData[]} |
[] |
Yes |
reportFunctionLimit |
{int} |
undefined |
Yes |
errorDataLimit |
{int} |
250 |
Yes |
allowDuplicateReporting |
{bool} |
false |
Yes |
ignoredErrorLocation |
{string[]} |
undefined |
Yes |
Name |
Arguments |
New constructor |
{void} |