GDExtensionInterfaceEditorRemovePlugin typedef
GDExtensionInterfaceEditorRemovePlugin = Pointer<NativeFunction<GDExtensionInterfaceEditorRemovePluginFunction> >
@name editor_remove_plugin @since 4.1
Removes an editor plugin.
@param p_class_name A pointer to a StringName with the name of a class that was previously added as an editor plugin.
Implementation
typedef GDExtensionInterfaceEditorRemovePlugin =
ffi.Pointer<
ffi.NativeFunction<GDExtensionInterfaceEditorRemovePluginFunction>
>;