summaryrefslogtreecommitdiff
path: root/doc/classes/Object.xml
AgeCommit message (Expand)Author
2023-02-12Add missing period for sentences in classrefHaoyu Qiu
2023-02-03Fix incorrect description for `Signal::get_connections`Yuri Sizov
2023-01-31Fix C# examples in documentationRaul Santos
2023-01-23Update C# signal documentation and remove bind arrayRaul Santos
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-14Update all outdated online documentation linksYuri Sizov
2022-12-15Fix typos with codespellRémi Verschelde
2022-11-29Add missing public property_*_revert gettersYuri Sizov
2022-11-24Fix C# documentation for Godot.ObjectRaul Santos
2022-11-23Overhaul Object's DocumentationMicky
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-27Doc consistency: "inspector" to "Inspector"Micky
2022-10-12Rename `set`/`get_indexed`'s "property" to "property_path"Micky
2022-09-06Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOTMicky
2022-08-24Remove VisualScript module for 4.0Rémi Verschelde
2022-08-23Replace Array return types with TypedArray 2kobewi
2022-08-19Merge pull request #64334 from YuriSizov/core-bind-property-revert-methodsYuri Sizov
2022-08-18Make `property_*_revert` methods multilevel and expose them for scriptingYuri Sizov
2022-08-17Document that Object metadata starting with `_` is editor-onlyHugo Locurcio
2022-08-15[doc] Use "param" instead of "code" to refer to parameters (5)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-29Remove Signal connect bindsJuan Linietsky
2022-06-14Change set/get binding to use StringNamekobewi
2022-04-29Change 'throws an error' to 'prints an error' in classrefPureAsbestos
2022-03-30Make vararg method bind no return and returnPierre-Thomas Meisels
2022-03-22Add optional 'default' argument to get_meta()kobewi
2022-03-21update _init() descriptionzacryol
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-02DOCS: Object.set() does nothing on type mismatchMax Hilbrunner
2022-01-09Add a note that the script property is part of the object classskyace65
2021-12-22Add a link to the notifications tutorial page in the object class referenceskyace65
2021-11-22Clarify get_indexed in relation to Nodeskobewi
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-09-13Merge pull request #52587 from zacryol/call_example_changeMax Hilbrunner
2021-09-13Document `Object.get_class()/is_class()` ignores `class_name` declarationHugo Locurcio
2021-09-11Change example used for StringName call methodszacryol
2021-08-26Correct null and boolean values being capitalised by the str commandBalloonpopper
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-22Make Object "meta" functions take StringName.Fabio Alessandrelli
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-03-19class reference proofreadingPaul Joannon
2021-02-19doc: Sync classref with current sourceRémi Verschelde
2021-02-08Merge pull request #43245 from HaSa1002/docs-objectRémi Verschelde
2021-01-04doc: Sync classref with current sourceRémi Verschelde
2021-01-04Docs: Object: Use new signal syntax and port to C#HaSa1002
2020-09-14Document how to remove metadata from an ObjectHugo Locurcio
2020-08-31doc: Sync classref with current sourceRémi Verschelde
2020-08-19Update GDScriptTranslationParserPlugin to use GDSriptParser instead of RegEx.SkyJJ