where is Globals.has_singleton in Godot 3?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By icqqq

In godot 2, I can call Globals.has_singleton(), but I cant call it now in 3

so where is Globals.has_singleton in Godot 3?

:bust_in_silhouette: Reply From: rolfpancake

Not sure if this is the same functionality but I found the function in the Engine class.

Also you should know that the Globals class was dropped and stuff was moved to ProjectSettings.