diff options
author | Kelly Thomas <kelly.thomas@hotmail.com.au> | 2018-09-01 03:12:35 +0800 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-31 22:35:15 +0200 |
commit | 29f2571662da0ee93ea2a632ec3b60aa26246563 (patch) | |
tree | f02525a2a5db1c7011fcd8872a8e0dca925ecb65 /doc/classes/EditorPlugin.xml | |
parent | e00baaf6ced167a68ed1f99275f5f7e940e4a960 (diff) |
update class docs
Diffstat (limited to 'doc/classes/EditorPlugin.xml')
-rw-r--r-- | doc/classes/EditorPlugin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 5d2407adce..208780547e 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -445,13 +445,13 @@ </description> </signal> <signal name="resource_saved"> - <argument index="0" name="resource" type="Object"> + <argument index="0" name="resource" type="Resource"> </argument> <description> </description> </signal> <signal name="scene_changed"> - <argument index="0" name="scene_root" type="Object"> + <argument index="0" name="scene_root" type="Node"> </argument> <description> Emitted when user change scene. The argument is a root node of freshly opened scene. |