diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-09-23 23:34:28 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-09-23 23:34:28 +0200 |
commit | 038baede5a7c882e36cafbe3ad75611849e68c47 (patch) | |
tree | 5d801b1ec7864785a204396ee4520427e5ba030d /doc/classes/Button.xml | |
parent | 72aaf81518253e25f28b3a23b5d3509e1264a5ad (diff) | |
download | redot-engine-038baede5a7c882e36cafbe3ad75611849e68c47.tar.gz |
Reference the BaseButton class explicitly in button class documentations
Users are sometimes confused as to the `pressed` property not being
visible in the Button class documentation. This is because `pressed`
is defined in BaseButton.
Diffstat (limited to 'doc/classes/Button.xml')
-rw-r--r-- | doc/classes/Button.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index de05cfcd13..7795fb6d4c 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -17,6 +17,7 @@ print("Hello world!") [/codeblock] Buttons (like all Control nodes) can also be created in the editor, but some situations may require creating them from code. + See also [BaseButton] which contains common properties and methods associated with this node. </description> <tutorials> </tutorials> |