summaryrefslogtreecommitdiff
path: root/core/object
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-06-27 11:14:36 +0200
committerGitHub <noreply@github.com>2022-06-27 11:14:36 +0200
commitfbc37774675f7bf6daabf667eaf2124e9d662f9d (patch)
tree4906a415d53bf3b155a7083501ff14ee1cc0c73a /core/object
parent898e09e2e63c221b861cc64b12adc80dc48ce5eb (diff)
parentb7c41f9ba1afe892af465b56cd942b83e1a19b13 (diff)
Merge pull request #62185 from reduz/export-node-pointer-path
Add ability to export Node pointers as NodePaths
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 2a9f2ebf93..7dac96bc2b 100644
--- a/core/object/object.h
+++ b/core/object/object.h
@@ -91,6 +91,7 @@ enum PropertyHint {
PROPERTY_HINT_INT_IS_POINTER,
PROPERTY_HINT_LOCALE_ID,
PROPERTY_HINT_LOCALIZABLE_STRING,
+ PROPERTY_HINT_NODE_TYPE, ///< a node object type
PROPERTY_HINT_MAX,
// When updating PropertyHint, also sync the hardcoded list in VisualScriptEditorVariableEdit
};