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

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

AddNewBehavior(const gd::Project &project, const gd::String &type, const gd::String &name)gd::BehaviorsContainer
behaviorsgd::BehaviorsContainerprotected
BehaviorsContainer(bool isOverriding=false)gd::BehaviorsContainer
BehaviorsContainer(const gd::BehaviorsContainer &behaviorsContainer)gd::BehaviorsContainerinline
GetAllBehaviorContents() constgd::BehaviorsContainerinline
GetAllBehaviorNames() constgd::BehaviorsContainer
GetBehavior(const gd::String &name)gd::BehaviorsContainer
GetBehavior(const gd::String &name) constgd::BehaviorsContainer
HasBehaviorNamed(const gd::String &name) constgd::BehaviorsContainer
Init(const gd::BehaviorsContainer &behaviorsContainer)gd::BehaviorsContainerprotected
isOverriding (defined in gd::BehaviorsContainer)gd::BehaviorsContainerprotected
operator=(const gd::BehaviorsContainer &behaviorsContainer)gd::BehaviorsContainerinline
RemoveBehavior(const gd::String &name)gd::BehaviorsContainer
RenameBehavior(const gd::String &name, const gd::String &newName)gd::BehaviorsContainer
SerializeTo(SerializerElement &element) constgd::BehaviorsContainer
UnserializeFrom(gd::Project &project, const SerializerElement &element)gd::BehaviorsContainer
~BehaviorsContainer()gd::BehaviorsContainervirtual