godotengine / godotengine/godot-cpp
WeakRef has no constructor with argument
Open
bug
waiting for Godot
- Dominant language
- C++
- Stars
- 2.7k
- Forks
- 809
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
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;
};
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.