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
No known key found for this signature in database
GPG Key ID: C3336907360768E1

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 {