diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-04 15:54:48 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-04 22:28:08 +0100 |
commit | 1a001ad964c65bf4a89f28d3f4a779167d821296 (patch) | |
tree | 748e9cebe17882d1f7a03ecb03de032c506d4202 /doc/classes/Color.xml | |
parent | 3dc8aaaccc642cddbd8d5c1841fef079db5c7edf (diff) | |
download | redot-engine-1a001ad964c65bf4a89f28d3f4a779167d821296.tar.gz |
doc: Sync classref with current source
And fixups:
- Add missing bindings in RenderingServer
- Remove duplicate ArrayMesh enum bindings (they're in Mesh already)
- Remove redundant _unhandled_key_input binding in Control (it's in Node
already)
Diffstat (limited to 'doc/classes/Color.xml')
-rw-r--r-- | doc/classes/Color.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml index 9705a196ed..89c5e355ec 100644 --- a/doc/classes/Color.xml +++ b/doc/classes/Color.xml @@ -255,6 +255,14 @@ <description> </description> </method> + <method name="operator -" qualifiers="operator"> + <return type="Color"> + </return> + <argument index="0" name="right" type="Color"> + </argument> + <description> + </description> + </method> <method name="operator /" qualifiers="operator"> <return type="Color"> </return> |