-
-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Labels
bugThis has been identified as a bugThis has been identified as a bugwaiting for GodotPRs that can't be merged until an engine PR is merged firstPRs that can't be merged until an engine PR is merged first
Description
WeakRef cannot be used because it has neither constructor with arguments nor setters.
class WeakRef : public Reference {
public:
static inline char *__get_class_name() { return (char *) "WeakRef"; }
// enums
// constants
static void *operator new(size_t);
static void operator delete(void *);
// methods
Variant get_ref() const;
};
Metadata
Metadata
Assignees
Labels
bugThis has been identified as a bugThis has been identified as a bugwaiting for GodotPRs that can't be merged until an engine PR is merged firstPRs that can't be merged until an engine PR is merged first