summaryrefslogtreecommitdiffstats
path: root/doc/classes/Object.xml
Commit message (Expand)AuthorAgeFilesLines
* Core: Bind and document iterator API virtual methodsDanil Alexeev2024-08-271-0/+49
* Fix C# code example for Object._get_property_listJason Wodicka2024-08-261-2/+2
* Fix check in `Object._ValidateProperty` exampleSai Nane2024-08-091-1/+1
* [Doc] Clarify the session-specific nature of `RID` and `ObjectID`A Thousand Ships2024-06-181-0/+1
* Add notes in Object about TranslationServer methodsMewPurPur2024-05-041-0/+2
* Remove experimental flag.Radiant2024-04-181-1/+1
* Implement remove_user_signal()Radiant2024-04-181-2/+9
* doc: Use `Signal.emit` instead of `emit_signal` in Object exampleskkoang2024-04-091-2/+2
* Improve some notification and translation docskobewi2024-03-241-1/+1
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+8
* [Docs][C#] Use `PropertyName` constants in more placesA Thousand Ships2024-03-071-10/+10
* [Doc] Clarify some details about deferred callsA Thousand Ships2024-02-281-1/+1
* Merge pull request #84906 from /fix-some-defvalsRémi Verschelde2024-02-231-2/+2
|\
| * Fix some DEFVALs to use the right typeRaul Santos2024-02-231-2/+2
* | Fix implementation of property_can_revert() in PropertyListHelperkobewi2024-02-221-1/+1
|/
* Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
* Update class reference to include some keywordsRedMser2024-02-091-1/+1
* Expose NOTIFICATION_EXTENSION_RELOADED to ClassDBEterDelta2024-02-021-0/+3
* Merge pull request #85450 from KoBeWi/advanced_properties_for_every_ObjectRémi Verschelde2024-01-291-41/+70
|\
| * Improve documentation for dynamic propertieskobewi2024-01-181-41/+70
* | Correct C# syntax in _validate_property example for the Object classGwen2023-12-301-1/+1
|/
* Merge pull request #83609 from k0T0z/fix-csharp-syntax-error-in-web-docRémi Verschelde2023-10-201-2/+2
|\
| * Fix Object class C# syntax errorSaif Kandil2023-10-191-2/+2
* | Change return type of "_Set" method in csharp code exampleCopyTIME2023-10-191-1/+2
|/
* Validate `code` tags for class and member referencesYuri Sizov2023-10-031-2/+2
* Merge pull request #81093 from mateuseap/docs/objectClassReferenceRémi Verschelde2023-08-291-0/+1
|\
| * Improve Object.get_property_list() method descriptionMateus Elias2023-08-291-0/+1
* | Expose _validate_property() for scriptingkobewi2023-08-281-0/+53
|/
* Merge pull request #80884 from timothyqiu/typo-fixesYuri Sizov2023-08-251-8/+8
|\
| * Fix various typos in classrefHaoyu Qiu2023-08-221-8/+8
* | Fix _set examplekobewi2023-08-121-4/+11
|/
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
* clarify the meaning of "deferred"L4Vo52023-06-181-3/+15
* Merge pull request #77614 from mhilbrunner/class_ref_documentation_object_set...Yuri Sizov2023-05-291-3/+7
|\
| * Updated Object's class reference documentation for set_meta to indicate metad...Devin2023-05-291-3/+7
* | Fix typo in CS notification example of the Object classDipal Zambare2023-05-251-1/+1
|/
* Refactor Node ProcessingJuan Linietsky2023-05-091-0/+6
* Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+1
* Remove double thes from documentationPaweł2023-04-171-1/+1
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Add missing period for sentences in classrefHaoyu Qiu2023-02-121-1/+1
* Fix incorrect description for `Signal::get_connections`Yuri Sizov2023-02-031-1/+1
* Fix C# examples in documentationRaul Santos2023-01-311-10/+10
* Update C# signal documentation and remove bind arrayRaul Santos2023-01-231-25/+21
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* Update all outdated online documentation linksYuri Sizov2023-01-141-0/+1
* Fix typos with codespellRémi Verschelde2022-12-151-1/+1
* Add missing public property_*_revert gettersYuri Sizov2022-11-291-0/+16
* Fix C# documentation for Godot.ObjectRaul Santos2022-11-241-27/+170