Hello.
I have the following property:
SceneObject @object {
get {
return object_;
}
}
When I do a check like this:
if (@object != null) {}
it issues a warning: "The operand is implicitly converted to handle in order to compare them" like if I didn't put @ before the property. If i use a temporary variable, no warning is shown. If I use get_object() explicitly, no warning is shown too. Using "!is" is fine, but I'm curious about this construct. Am I missing something?
I am using Angelscript 2.29.2