hpnrep6
ddf52c28af
Fix sub resource ID formatting in Object Class ( #5175 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2021-08-16 04:38:38 +02:00
ayushk7
f2178c02af
Broken links fixed in developement/cpp
2021-05-25 00:59:18 +05:30
Hugo Locurcio
515fb6bd6a
Link to the Object class reference on the Object class page
...
People who end up on this page from a search engine might be confused
as to where they can find the Object class reference.
2020-07-10 23:33:20 +02:00
Maganty Rushyendra
08e298c082
Replace register_method with bind_method
...
ClassDB exposes `bind_method` in order to register functions, and not
`register_method` anymore.
2020-06-08 09:28:44 +08:00
Andrii Doroshenko
387882f458
Document GDScript export category and property grouping ( #3444 )
...
* Document GDScript export category and property grouping
* Update getting_started/scripting/gdscript/gdscript_exports.rst
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com >
2020-05-04 16:26:18 +02:00
Trams
eb4b3e4d12
Correction in object_class.rst ( #3409 )
2020-04-19 15:21:52 +02:00
asynts
53f878bdaf
Replace 'code' directives with 'code-block' directives.
...
The `code` directive highlights all sources as GDScript. Other languages are
highlighted incorrectly at the moment, even if `.. code:: [language]` is
specified.
It does, however, work with the `code-block` directive. The reason seems to be
that this directive is Sphinx specific.
2020-01-13 18:45:39 +01:00
Wilson E. Alvarez
e7a3db9f1f
Changed object->cast_to to Object::cast_to
2018-12-10 19:25:45 -05:00
mhilbrunner
f215a0cf26
Proofing/review: Remove filler words, adhere to style guide
2018-05-06 05:23:37 +02:00
cheeseburger
3d603d50d8
Fixes a bug in the example code in object type. Ref<MyReference> myref = Ref<MyReference>(memnew(MyReference));
...
The statement is a compile error which emits use of overloaded operator '=' is ambiguous (with operand types 'Ref<FuncRef>' and 'FuncRef *')
This commit uses neikeq suggestion of Ref<MyReference> myref(memnew(MyReference));
Fixes #506
2017-12-28 14:35:38 -08:00
Rémi Verschelde
5aceaeb86d
Fix changes after ObjectTypeDB -> ClassDB renaming
2017-07-04 13:31:19 +02:00
Poommetee Ketson
41869fd2b3
CPPObject: update ClassDB/macros' name
2017-05-23 13:25:40 +07:00
Julian Murgia
b408bdb918
Revamping of the docs organisation for a more coherent TOC
...
Only the pages were moved so far and some empty ones created,
the up-to-date toctrees come in the next commit.
2017-04-03 23:23:31 +02:00