mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Add feature hint string and "On" text for checkable groups
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user