Documentation: Add support for deprecated/experimental messages
This commit is contained in:
@ -119,11 +119,11 @@
|
||||
Removes a collision exception so the shape does report collisions with the specified [RID].
|
||||
</description>
|
||||
</method>
|
||||
<method name="resource_changed" is_deprecated="true">
|
||||
<method name="resource_changed" deprecated="Use [signal Resource.changed] instead.">
|
||||
<return type="void" />
|
||||
<param index="0" name="resource" type="Resource" />
|
||||
<description>
|
||||
[i]Obsoleted.[/i] Use [signal Resource.changed] instead.
|
||||
This method does nothing.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_collision_mask_value">
|
||||
|
||||
Reference in New Issue
Block a user