1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add hint for oneshot & warning when it will be updated continuously

This commit is contained in:
Silc Lizard (Tokage) Renew
2024-08-18 04:00:43 +09:00
parent db66bd35af
commit 761a20f7a7
11 changed files with 37 additions and 8 deletions

View File

@@ -88,6 +88,7 @@ enum PropertyHint {
PROPERTY_HINT_LAYERS_AVOIDANCE,
PROPERTY_HINT_DICTIONARY_TYPE,
PROPERTY_HINT_TOOL_BUTTON,
PROPERTY_HINT_ONESHOT, ///< the property will be changed by self after setting, such as AudioStreamPlayer.playing, Particles.emitting.
PROPERTY_HINT_MAX,
};