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

Bind missing constant in VisualScriptPropertyGet

(cherry picked from commit aadc8d54a4)
This commit is contained in:
Tomasz Chabora
2020-10-12 19:39:15 +02:00
committed by Rémi Verschelde
parent 623f7e0db4
commit cd23be5da7

View File

@@ -2199,6 +2199,7 @@ void VisualScriptPropertyGet::_bind_methods() {
BIND_ENUM_CONSTANT(CALL_MODE_SELF);
BIND_ENUM_CONSTANT(CALL_MODE_NODE_PATH);
BIND_ENUM_CONSTANT(CALL_MODE_INSTANCE);
BIND_ENUM_CONSTANT(CALL_MODE_BASIC_TYPE);
}
class VisualScriptNodeInstancePropertyGet : public VisualScriptNodeInstance {