GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Types | Public Member Functions | List of all members
gd::ProjectDiagnostic Class Reference

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::StringGetMessage () const
 
const gd::StringGetObjectName () const
 
const gd::StringGetActualValue () const
 
const gd::StringGetExpectedValue () const
 

The documentation for this class was generated from the following file: