summaryrefslogtreecommitdiffstats
path: root/doc/classes/ClassDB.xml
Commit message (Collapse)AuthorAgeFilesLines
* Rename ClassDB::class_call_static_method -> class_call_staticJan Haller2024-10-301-1/+1
|
* Expose ClassDB::class_get_api_type method深淵の鴿子2024-09-181-0/+24
|
* Merge pull request #93141 from RadiantUwU/add_static_classdb_callsRémi Verschelde2024-08-261-0/+8
|\ | | | | | | Implement `ClassDB::class_call_static_method`
| * Implement `ClassDB::class_call_static_method`Radiant2024-08-231-0/+8
| |
* | Expose ClassDB methods `get_property_setter` / `get_property_getter`Chris Cranford2024-07-271-0/+16
|/
* Merge pull request #90916 from ↵Rémi Verschelde2024-04-221-0/+8
|\ | | | | | | | | | | Naros/expose-classdb-class-get-property-default-value Expose `ClassDB::class_get_property_default_value` method
| * Expose ClassDB::class_get_property_default_value methodChris Cranford2024-04-191-0/+8
| |
* | Expose `ClassDB::is_enum_bitfield` as `ClassDB::is_class_enum_bitfield`Chris Cranford2024-04-191-0/+9
|/
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+9
| | | | | | | | Added to: * `Callable`s * `Object`s * `ClassDB` * `Script(Instance)`s
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix small mistakes throughout much of the documentationVolTer2022-10-211-1/+1
|
* Replace Array return types with TypedArraykobewi2022-08-221-3/+3
|
* [doc] Use "param" instead of "code" to refer to parameters (7)Andy Maloney2022-08-121-22/+22
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-43/+43
|
* Object: Remove unused category boilerplateRémi Verschelde2022-03-261-7/+0
| | | | | | | | | We might want to re-add something like this if/when we find a good use case for it and do the effort to categorize all objects in the API properly. Until then, it's better to remove that boilerplate since it's not needed. Closes #18711.
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+1
| | | | And fix up formatting not supported by makerst.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Expose enum related methods in ClassDBHaoyu Qiu2021-09-111-0/+35
|
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-106/+53
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
|
* Clarify class_get_method_list() in release exportskobewi2021-01-071-0/+1
|
* doc: Sync classref with StringName/Callable changesRémi Verschelde2020-02-221-27/+27
|
* doc: Sync classref with current sourceRémi Verschelde2020-02-181-3/+3
| | | | Handle removal of Pool*Array types and other recent changes.
* Update docs to version 4.0clayjohn2020-01-311-1/+1
|
* doc: Drop unused 'category' property from headerRémi Verschelde2020-01-261-1/+1
| | | | | | | | | | We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
* Fix various typos and style errors in textTomasz Chabora2019-08-191-2/+2
|
* Proofread and improve the whole class referenceHugo Locurcio2019-06-271-17/+17
| | | | | | | | | | | | | - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies
* Change "Return" to "Returns" where necessary in XML documentationSean Heffernan2019-05-231-3/+3
| | | | | | | | In many of the XML files it had been noted that when the documentation refers to a return value, both "Return" and "Returns" are used. This has now been fixed to only say "Returns". Fixes #28867
* Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde2019-04-221-4/+4
|\ | | | | Consistently wrap booleans in [code]
| * Consistently wrap booleans in [code]Tomasz Chabora2019-04-171-4/+4
| |
* | doc: Drop unused <demos> tagRémi Verschelde2019-04-191-2/+0
|/
* doc: Bump version to 3.2Rémi Verschelde2019-04-011-1/+1
|
* [docs] fix links in class docsKelly Thomas2018-05-171-1/+1
|
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018 and fix the version tag in all files (not really stable yet, but it makes no sense to hardcode rc3 at this stage).
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D)Will Nations2017-12-071-0/+1
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* Added documentation for ClassDB and MarshallsDaniel J. Ramirez2017-09-131-0/+21
|
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+201
possible to save module files in module directories and the build system will recognize them.