Function GodotObject._set

Virtual method which can be overridden to customize the return value of set. Sets a property. Returns true if the property exists.

bool _set(VariantArg1) (
  in String property,
  in VariantArg1 value
);