Function SceneTree.setGroupFlags

Sets the given property to value on all members of the given group, respecting the given groupcallflags.

void setGroupFlags(VariantArg3) (
  in long call_flags,
  in String group,
  in String property,
  in VariantArg3 value
);