GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
A problem when a required behavior property is not fill correctly. More...
#include <UnfilledRequiredBehaviorPropertyProblem.h>
Public Member Functions | |
UnfilledRequiredBehaviorPropertyProblem (const gd::Project &sourceProject_, gd::Object &sourceObject_, gd::Behavior &sourceBehavior_, const gd::String &sourcePropertyName_, const gd::String &expectedBehaviorTypeName_) | |
virtual const gd::Project & | GetSourceProject () const |
Return the project where the problem appears. | |
virtual gd::Object & | GetSourceObject () const |
Return the object where the problem appears. | |
virtual gd::Behavior & | GetSourceBehaviorContent () const |
Return the behavior where the problem appears. | |
virtual const gd::String & | GetSourcePropertyName () const |
Return the property where the problem appears. | |
virtual const gd::String & | GetExpectedBehaviorTypeName () const |
Return the behavior type name that is expected for the required behavior property. | |
A problem when a required behavior property is not fill correctly.