GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Public Types | |
enum | ErrorType { UndeclaredVariable , MissingBehavior , UnknownObject , MismatchedObjectType } |
Public Member Functions | |
ProjectDiagnostic (ErrorType type_, const gd::String &message_, const gd::String &actualValue_, const gd::String &expectedValue_, const gd::String &objectName_="") | |
ErrorType | GetType () const |
const gd::String & | GetMessage () const |
const gd::String & | GetObjectName () const |
const gd::String & | GetActualValue () const |
const gd::String & | GetExpectedValue () const |