diff options
author | Nathan Warden <nathan@nathanwarden.com> | 2017-09-11 18:17:01 -0500 |
---|---|---|
committer | Nathan Warden <nathan@nathanwarden.com> | 2017-09-11 18:17:01 -0500 |
commit | 767f9ce29af9179262070f55dc2fef3fc6cad8b6 (patch) | |
tree | cddbc9960c265fbc1312a316bdaaf148b7422c92 | |
parent | b7ee8b2f3293ec21cde3540295ba82ae31457bf9 (diff) |
Documented 'resource_changed' for CollisionShape
-rw-r--r-- | doc/base/classes.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index f5721a9bbd..9f14f6cecf 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -12196,6 +12196,7 @@ <argument index="0" name="resource" type="Resource"> </argument> <description> + If this method exists within a script it will be called whenever the shape resource has been modified. </description> </method> <method name="set_disabled"> |