Skip to content

WeakRef has no constructor with argument #93

@Ekranos

Description

@Ekranos

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

No one assigned

    Labels

    bugThis has been identified as a bugwaiting for GodotThis issue needs a Godot Engine improvement to be solved

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions