From 1597082c85a2bf3ddca0414de1fa32fb5f2e5350 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 2 Jan 2016 20:17:31 -0300 Subject: -Ability to roll-back script-exported properties to their default value on the script, closes #2128 --- core/variant.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/variant.h') diff --git a/core/variant.h b/core/variant.h index 05bb5a7328..4c3ccc0119 100644 --- a/core/variant.h +++ b/core/variant.h @@ -411,6 +411,7 @@ public: //argsVariant call() bool operator==(const Variant& p_variant) const; + bool operator!=(const Variant& p_variant) const; bool operator<(const Variant& p_variant) const; uint32_t hash() const; -- cgit v1.2.3