Add feature hint string and "On" text for checkable groups

This commit is contained in:
Logan Detrick
2025-04-20 19:05:59 -07:00
parent 4a44078451
commit 1a427d3dec
23 changed files with 209 additions and 209 deletions

View File

@@ -2958,7 +2958,8 @@
Hints that a property will be changed on its own after setting, such as [member AudioStreamPlayer.playing] or [member GPUParticles3D.emitting].
</constant>
<constant name="PROPERTY_HINT_GROUP_ENABLE" value="42" enum="PropertyHint">
Hints that a boolean property will enable the feature associated with the group that it occurs in. Only works within a group or subgroup.
Hints that a boolean property will enable the feature associated with the group that it occurs in. Only works within a group or subgroup. Use the optional hint string [code]"feature"[/code] when the group only has variables that are meaningful when the feature is enabled.
[b]Note:[/b] The [code]"feature"[/code] hint string does not modify or reset any values.
</constant>
<constant name="PROPERTY_HINT_INPUT_NAME" value="43" enum="PropertyHint">
Hints that a [String] or [StringName] property is the name of an input action. This allows the selection of any action name from the Input Map in the Project Settings. The hint string may contain two options separated by commas: