mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-18 04:27:46 +00:00
Change _can_handle and _edit virtual methods to take Object*
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<methods>
|
||||
<method name="_can_handle" qualifiers="virtual const">
|
||||
<return type="bool" />
|
||||
<param index="0" name="object" type="Variant" />
|
||||
<param index="0" name="object" type="Object" />
|
||||
<description>
|
||||
Returns [code]true[/code] if this object can be handled by this plugin.
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user