About
Getting started
Manual
.blend
res://
user://
reset_physics_interpolation()
import
@tool
@export_storage
@export_custom
@export_tool_button
@deprecated
@experimental
TIME
Contributing
auto
#pragma once
try
catch
Community
Class reference
Rule ID
GD0109
Category
Usage
Fix is breaking or non-breaking
Non-breaking
Enabled by default
Yes
A property is annotated with both the [ExportToolButton] and the [Export] attributes.
[ExportToolButton]
[Export]
The [ExportToolButton] attribute already implies exporting the member, so the [Export] is unnecessary.
To fix a violation of this rule, remove the [Export] attribute.
Do not suppress a warning from this rule. Multiple export attributes may lead to duplicated members, resulting in unexpected runtime errors.
Please read the User-contributed notes policy before submitting a comment.