mirror of
https://github.com/godotengine/godot.git
synced 2026-02-16 04:11:01 +00:00
doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
parent
31f62f53c5
commit
92f07fefcd
251 changed files with 0 additions and 17248 deletions
|
|
@ -15,20 +15,6 @@
|
|||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_node_path">
|
||||
<return type="NodePath">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_node_path">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="path" type="NodePath">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="node_path" type="NodePath" setter="set_node_path" getter="get_node_path">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue