summaryrefslogtreecommitdiff
path: root/core/object
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-06-14 16:18:17 +0200
committerGitHub <noreply@github.com>2022-06-14 16:18:17 +0200
commit111a3ca09711862e08ced7fa445801e2b89ffe4c (patch)
treefdd445c3b1f98d86bbf96323eb37f6bdaad3b2db /core/object
parentd845d690f2c0acdc49eb45502cc356317c19a3fa (diff)
parent5553e27fe8346eed22ca4a47728fedcf2a7d7ffd (diff)
Merge pull request #59125 from KoBeWi/link_to_the_vector
Diffstat (limited to 'core/object')
-rw-r--r--core/object/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/object/object.h b/core/object/object.h
index 988d261d77..69531ee5f5 100644
--- a/core/object/object.h
+++ b/core/object/object.h
@@ -52,6 +52,7 @@ enum PropertyHint {
PROPERTY_HINT_ENUM_SUGGESTION, ///< hint_text= "val1,val2,val3,etc"
PROPERTY_HINT_EXP_EASING, /// exponential easing function (Math::ease) use "attenuation" hint string to revert (flip h), "full" to also include in/out. (ie: "attenuation,inout")
PROPERTY_HINT_LENGTH, ///< hint_text= "length" (as integer)
+ PROPERTY_HINT_LINK,
PROPERTY_HINT_KEY_ACCEL, ///< hint_text= "length" (as integer)
PROPERTY_HINT_FLAGS, ///< hint_text= "flag1,flag2,etc" (as bit flags)
PROPERTY_HINT_LAYERS_2D_RENDER,