summaryrefslogtreecommitdiff
path: root/doc/base
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-07-26 13:29:58 +0200
committerGitHub <noreply@github.com>2017-07-26 13:29:58 +0200
commitccb17c2b279ec0dc6160f8d01d381b05e4c81fd3 (patch)
treea1a11deb8543b3aca0896931c01643e9ed017a7b /doc/base
parent5c3f05a68043bbc2b5dd7f101bdab0077c95a3c8 (diff)
parent61572a57e9814d15c4ceb0013b7b9908a6a4b1c5 (diff)
Merge pull request #9868 from StraToN/docs403-extends-is
Corrects usage of 'is' instead of 'extends' for testing node inheritance [ci skip]
Diffstat (limited to 'doc/base')
-rw-r--r--doc/base/classes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index a2c5f2fd7d..4b2f3336cd 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -14062,7 +14062,7 @@
<description>
Add a custom type, which will appear in the list of nodes or resources. An icon can be optionally passed.
When given node or resource is selected, the base type will be instanced (ie, "Spatial", "Control", "Resource"), then the script will be loaded and set to this object.
- You can use the [method EditorPlugin.handles] to check if your custom object is being edited by checking the script or using 'extends' keyword.
+ You can use the [method EditorPlugin.handles] to check if your custom object is being edited by checking the script or using 'is' keyword.
During run-time, this will be a simple object with a script so this function does not need to be called then.
</description>
</method>