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