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

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::ProjectGetSourceProject () const
 Return the project where the problem appears.
 
virtual gd::ObjectGetSourceObject () const
 Return the object where the problem appears.
 
virtual gd::BehaviorGetSourceBehaviorContent () const
 Return the behavior where the problem appears.
 
virtual const gd::StringGetSourcePropertyName () const
 Return the property where the problem appears.
 
virtual const gd::StringGetExpectedBehaviorTypeName () const
 Return the behavior type name that is expected for the required behavior property.
 

Detailed Description

A problem when a required behavior property is not fill correctly.


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