Change _can_handle and _edit virtual methods to take Object*
This commit is contained in:
committed by
Rémi Verschelde
parent
f0c9ed4b55
commit
d2b4e30058
@@ -164,8 +164,8 @@ protected:
|
||||
GDVIRTUAL0RC(Ref<Texture2D>, _get_plugin_icon)
|
||||
GDVIRTUAL0RC(bool, _has_main_screen)
|
||||
GDVIRTUAL1(_make_visible, bool)
|
||||
GDVIRTUAL1(_edit, Variant)
|
||||
GDVIRTUAL1RC(bool, _handles, Variant)
|
||||
GDVIRTUAL1(_edit, Object *)
|
||||
GDVIRTUAL1RC(bool, _handles, Object *)
|
||||
GDVIRTUAL0RC(Dictionary, _get_state)
|
||||
GDVIRTUAL1(_set_state, Dictionary)
|
||||
GDVIRTUAL0(_clear)
|
||||
|
||||
Reference in New Issue
Block a user