GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
gd::Object Member List

This is the complete list of members for gd::Object, including all inherited members.

AddNewBehavior(const gd::Project &project, const gd::String &type, const gd::String &name)gd::Object
assetStoreIdgd::Objectprotected
behaviorsgd::Objectprotected
ClearPersistentUuid()gd::Object
Clone() constgd::Objectinlinevirtual
configuration (defined in gd::Object)gd::Objectprotected
effectsContainergd::Objectprotected
GetAllBehaviorContents() constgd::Objectinline
GetAllBehaviorNames() constgd::Object
GetAssetStoreId() constgd::Objectinline
GetBehavior(const gd::String &name)gd::Object
GetBehavior(const gd::String &name) constgd::Object
GetConfiguration()gd::Object
GetConfiguration() const (defined in gd::Object)gd::Object
GetEffects() constgd::Objectinline
GetEffects()gd::Objectinline
GetName() constgd::Objectinline
GetType() constgd::Objectinline
GetVariables() constgd::Objectinline
GetVariables()gd::Objectinline
HasBehaviorNamed(const gd::String &name) constgd::Object
Init(const gd::Object &object)gd::Objectprotected
namegd::Objectprotected
Object(const gd::String &name, const gd::String &type, std::unique_ptr< gd::ObjectConfiguration > configuration)gd::Object
Object(const gd::String &name, const gd::String &type, gd::ObjectConfiguration *configuration)gd::Object
Object(const gd::Object &object)gd::Objectinline
objectVariablesgd::Objectprotected
operator=(const gd::Object &object)gd::Objectinline
persistentUuidgd::Objectmutableprotected
RemoveBehavior(const gd::String &name)gd::Object
RenameBehavior(const gd::String &name, const gd::String &newName)gd::Object
ResetPersistentUuid()gd::Object
SerializeTo(SerializerElement &element) constgd::Object
SetAssetStoreId(const gd::String &assetStoreId_)gd::Objectinline
SetName(const gd::String &name_)gd::Objectinline
SetType(const gd::String &type_)gd::Objectinline
UnserializeFrom(gd::Project &project, const SerializerElement &element)gd::Object
~Object()gd::Objectvirtual