We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9e57c commit 47b83b8Copy full SHA for 47b83b8
core/event_inspector.gd
@@ -28,6 +28,8 @@ func parse_category(object: Object, category: String) -> void:
28
29
30
func parse_property(object: Object, type: int, path: String, hint: int, hint_text: String, usage: int) -> bool:
31
+ if object == null:
32
+ return false
33
var path_ignore = path+"_ignore"
34
if (path_ignore in object):
35
return true
0 commit comments