Stuff about errors and warnings that can be thrown when running pigmeo-compiler
|
See Also: Inherited members from object.
Initializes the Pigmeo.Compiler.ErrorsAndWarnings class. |
TotalErrors
static
|
uint . Gets the total amount of errors thrown |
TotalWarnings
[read-only]
static |
uint . Gets the total amount of warnings shown |
static |
LoadErrAndWarnStrings
()
Fills the list of errors and warnings available for tha current language. It must be called each time the language is changed or the strings will continue being printed in the previous language
|
static |
Throw
(ErrorsAndWarnings.errType, string, bool, params string[])
Shows a message with info about the error or warning
|
Initializes the Pigmeo.Compiler.ErrorsAndWarnings class.
Fills the list of errors and warnings available for tha current language. It must be called each time the language is changed or the strings will continue being printed in the previous language
Shows a message with info about the error or warning
Gets the total amount of errors thrown
Gets the total amount of warnings shown