Function Node.isInGroup

Returns true if this node is in the specified group. See notes in the description, and the group methods in SceneTree.

bool isInGroup (
  const(String) group
) nothrow @nogc const;