GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
This is the complete list of members for gd::PlatformExtension, including all inherited members.
AddAction(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &sentence_, const gd::String &group_, const gd::String &icon_, const gd::String &smallicon_) | gd::PlatformExtension | |
AddBehavior(const gd::String &name_, const gd::String &fullname_, const gd::String &defaultName_, const gd::String &description_, const gd::String &group_, const gd::String &icon_, const gd::String &className_, std::shared_ptr< gd::Behavior > instance, std::shared_ptr< gd::BehaviorsSharedData > sharedDatasInstance) | gd::PlatformExtension | |
AddCondition(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &sentence_, const gd::String &group_, const gd::String &icon_, const gd::String &smallicon_) | gd::PlatformExtension | |
AddDependency() (defined in gd::PlatformExtension) | gd::PlatformExtension | |
AddDuplicatedAction(const gd::String &newActionName, const gd::String &copiedActionName) | gd::PlatformExtension | |
AddDuplicatedCondition(const gd::String &newConditionName, const gd::String &copiedConditionName, gd::DuplicatedInstructionOptions options={.unscoped=false}) | gd::PlatformExtension | |
AddDuplicatedExpression(const gd::String &newExpressionName, const gd::String &copiedExpressionName) | gd::PlatformExtension | |
AddDuplicatedStrExpression(const gd::String &newExpressionName, const gd::String &copiedExpressionName) | gd::PlatformExtension | |
AddEffect(const gd::String &name_) | gd::PlatformExtension | |
AddEvent(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &group_, const gd::String &smallicon_, std::shared_ptr< gd::BaseEvent > instance) | gd::PlatformExtension | |
AddEventsBasedObject(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &icon_) | gd::PlatformExtension | |
AddExpression(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &group_, const gd::String &smallicon_) | gd::PlatformExtension | |
AddExpressionAndCondition(const gd::String &type, const gd::String &name, const gd::String &fullname, const gd::String &description, const gd::String &sentenceName, const gd::String &group, const gd::String &icon) | gd::PlatformExtension | |
AddExpressionAndConditionAndAction(const gd::String &type, const gd::String &name, const gd::String &fullname, const gd::String &description, const gd::String &sentenceName, const gd::String &group, const gd::String &icon) | gd::PlatformExtension | |
AddInstructionOrExpressionGroupMetadata(const gd::String &name) | gd::PlatformExtension | inline |
AddObject(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &icon_) | gd::PlatformExtension | |
AddObject(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &icon_, std::shared_ptr< gd::ObjectConfiguration > instance) | gd::PlatformExtension | |
AddSourceFile() (defined in gd::PlatformExtension) | gd::PlatformExtension | |
AddStrExpression(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &group_, const gd::String &smallicon_) | gd::PlatformExtension | |
AddTag(const gd::String &tag) | gd::PlatformExtension | inline |
compilationInfo (defined in gd::PlatformExtension) | gd::PlatformExtension | |
CreateEvent(const gd::String &eventType) const | gd::PlatformExtension | |
GetAllActions() | gd::PlatformExtension | |
GetAllActionsForBehavior(gd::String autoType) | gd::PlatformExtension | |
GetAllActionsForObject(gd::String objectType) | gd::PlatformExtension | |
GetAllConditions() | gd::PlatformExtension | |
GetAllConditionsForBehavior(gd::String autoType) | gd::PlatformExtension | |
GetAllConditionsForObject(gd::String objectType) | gd::PlatformExtension | |
GetAllDependencies() | gd::PlatformExtension | |
GetAllDependencies() const | gd::PlatformExtension | |
GetAllEvents() | gd::PlatformExtension | |
GetAllExpressions() | gd::PlatformExtension | |
GetAllExpressionsForBehavior(gd::String autoType) | gd::PlatformExtension | |
GetAllExpressionsForObject(gd::String objectType) | gd::PlatformExtension | |
GetAllInstructionOrExpressionGroupMetadata() const | gd::PlatformExtension | inline |
GetAllProperties() | gd::PlatformExtension | inline |
GetAllSourceFiles() | gd::PlatformExtension | |
GetAllSourceFiles() const | gd::PlatformExtension | |
GetAllStrExpressions() | gd::PlatformExtension | |
GetAllStrExpressionsForBehavior(gd::String autoType) | gd::PlatformExtension | |
GetAllStrExpressionsForObject(gd::String objectType) | gd::PlatformExtension | |
GetAuthor() const | gd::PlatformExtension | inline |
GetBehavior(const gd::String &behaviorType) const | gd::PlatformExtension | |
GetBehaviorEventsFunctionFullType(const gd::String &extensionName, const gd::String &behaviorName, const gd::String &functionName) (defined in gd::PlatformExtension) | gd::PlatformExtension | static |
GetBehaviorFullType(const gd::String &extensionName, const gd::String &behaviorName) (defined in gd::PlatformExtension) | gd::PlatformExtension | static |
GetBehaviorMetadata(const gd::String &behaviorType) | gd::PlatformExtension | |
GetBehaviorSharedDatas(const gd::String &behaviorType) const | gd::PlatformExtension | |
GetBehaviorsTypes() const | gd::PlatformExtension | |
GetBuiltinExtensionsNames() | gd::PlatformExtension | static |
GetCategory() const | gd::PlatformExtension | inline |
GetDescription() const | gd::PlatformExtension | inline |
GetEffectMetadata(const gd::String &effectName) | gd::PlatformExtension | |
GetEventsFunctionFullType(const gd::String &extensionName, const gd::String &functionName) (defined in gd::PlatformExtension) | gd::PlatformExtension | static |
GetExtensionEffectTypes() const | gd::PlatformExtension | |
GetExtensionFromFullObjectType(const gd::String &type) (defined in gd::PlatformExtension) | gd::PlatformExtension | static |
GetExtensionObjectsTypes() const | gd::PlatformExtension | |
GetFullName() const | gd::PlatformExtension | inline |
GetHelpPath() const | gd::PlatformExtension | inline |
GetIconUrl() const | gd::PlatformExtension | inline |
GetLicense() const | gd::PlatformExtension | inline |
GetName() const | gd::PlatformExtension | inline |
GetNameSpace() | gd::PlatformExtension | inline |
GetNamespaceSeparator() | gd::PlatformExtension | inlinestatic |
GetObjectCreationFunctionPtr(const gd::String &objectType) const | gd::PlatformExtension | |
GetObjectEventsFunctionFullType(const gd::String &extensionName, const gd::String &objectName, const gd::String &functionName) (defined in gd::PlatformExtension) | gd::PlatformExtension | static |
GetObjectFullType(const gd::String &extensionName, const gd::String &objectName) (defined in gd::PlatformExtension) | gd::PlatformExtension | static |
GetObjectMetadata(const gd::String &objectType) | gd::PlatformExtension | |
GetObjectNameFromFullObjectType(const gd::String &type) (defined in gd::PlatformExtension) | gd::PlatformExtension | static |
GetTags() const | gd::PlatformExtension | inline |
HasBehavior(const gd::String &behaviorType) const | gd::PlatformExtension | |
IsBuiltin() const | gd::PlatformExtension | |
IsDeprecated() const | gd::PlatformExtension | inline |
MarkAsDeprecated() | gd::PlatformExtension | inline |
PlatformExtension() (defined in gd::PlatformExtension) | gd::PlatformExtension | |
RegisterProperty(const gd::String &name) | gd::PlatformExtension | inline |
SetCategory(const gd::String &category_) | gd::PlatformExtension | inline |
SetExtensionHelpPath(const gd::String &helpPath_) | gd::PlatformExtension | inline |
SetExtensionInformation(const gd::String &name_, const gd::String &fullname_, const gd::String &description_, const gd::String &author_, const gd::String &license_) | gd::PlatformExtension | |
SetIconUrl(const gd::String &iconUrl_) | gd::PlatformExtension | inline |
SetTags(const gd::String &csvTags) | gd::PlatformExtension | inline |
StripUnimplementedInstructionsAndExpressions() | gd::PlatformExtension | |
~PlatformExtension() (defined in gd::PlatformExtension) | gd::PlatformExtension | virtual |