diff options
| author | reduz <reduzio@gmail.com> | 2021-06-19 12:58:49 -0300 |
|---|---|---|
| committer | reduz <reduzio@gmail.com> | 2021-06-25 17:32:45 -0300 |
| commit | b1d15c51bc1ded928b266ffc06459dd8b2046eb4 (patch) | |
| tree | 176b9bb1217200cafec3613df6cf8369dcd73dd4 /doc/classes/Control.xml | |
| parent | c8444c3ee078e33c33287cf879aa5daecb962a80 (diff) | |
| download | redot-engine-b1d15c51bc1ded928b266ffc06459dd8b2046eb4.tar.gz | |
Implement native extension system
* Deprecates GDNative in favor of a simpler, lower level interface.
* New extension system allows registering core engine classes.
* Simple header interface in gdnative_interace.h
Diffstat (limited to 'doc/classes/Control.xml')
| -rw-r--r-- | doc/classes/Control.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml index d7e70fad32..2692108d94 100644 --- a/doc/classes/Control.xml +++ b/doc/classes/Control.xml @@ -150,10 +150,10 @@ * it happens outside parent's rectangle and the parent has either [member rect_clip_content] enabled. </description> </method> - <method name="_has_point" qualifiers="virtual"> + <method name="_has_point" qualifiers="virtual const"> <return type="bool"> </return> - <argument index="0" name="point" type="Vector2"> + <argument index="0" name="" type="Vector2"> </argument> <description> Virtual method to be implemented by the user. Returns whether the given [code]point[/code] is inside this control. |
